Subversion Repositories DevTools

Rev

Rev 4086 | Rev 5710 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4086 Rev 5035
Line 593... Line 593...
593
config file in the project/release directory so the same values can be used on subsequent runs.  
593
config file in the project/release directory so the same values can be used on subsequent runs.  
594
In these subsequent runs this option need not be specified as the config items will be used, however
594
In these subsequent runs this option need not be specified as the config items will be used, however
595
they can be changed by specifying them again on the command line and the config will be re-written.
595
they can be changed by specifying them again on the command line and the config will be re-written.
596
 
596
 
597
The values of these will depend on what builds are required for each project.  Some examples are
597
The values of these will depend on what builds are required for each project.  Some examples are
598
--filter='*-SOLARIS10_SPARC64-[DP].pkg.gz'
598
    --filter='*-SOLARIS10_SPARC64-[DP].pkg.gz'
599
--filter='*-SOLARIS10_SPARC86-[DP].pkg.gz'
599
    --filter='*-SOLARIS10_SPARC86-[DP].pkg.gz'
600
--filter='*-SOLARIS10_X64-[DP].pkg.gz'
600
    --filter='*-SOLARIS10_X64-[DP].pkg.gz'
601
--filter='*-SOLARIS10_X86-[DP].pkg.gz'
601
    --filter='*-SOLARIS10_X86-[DP].pkg.gz'
602
--filter='*-WIN32.exe,*.deb'
602
    --filter='*-WIN32.exe,*.deb'
603
--filter='scripts/*.sh'
603
    --filter='scripts/*.sh'
604
 
604
 
605
=item B<-addFilter=xxx[,yyy]>
605
=item B<-addFilter=xxx[,yyy]>
606
 
606
 
607
This option allows new filters to be added to an existing set of filters. This
607
This option allows new filters to be added to an existing set of filters. This
608
option can be specified multiple times.
608
option can be specified multiple times.