Subversion Repositories DevTools

Rev

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

Rev 2039 Rev 2074
Line 61... Line 61...
61
                'database:s'    => \$opt_rm,
61
                'database:s'    => \$opt_rm,
62
                'test!'         => \$opt_test,
62
                'test!'         => \$opt_test,
63
                'force!'        => \$opt_force,
63
                'force!'        => \$opt_force,
64
                'check:s'       => \$opt_checkOperation,
64
                'check:s'       => \$opt_checkOperation,
65
                'report:+'      => \$opt_report,
65
                'report:+'      => \$opt_report,
66
                'live'          => \$opt_live,
66
                'live!'         => \$opt_live,
67
                );
67
                );
68
 
68
 
69
#
69
#
70
#   Process help and manual options
70
#   Process help and manual options
71
#
71
#
Line 472... Line 472...
472
    -help              - brief help message
472
    -help              - brief help message
473
    -help -help        - Detailed help message
473
    -help -help        - Detailed help message
474
    -man               - Full documentation
474
    -man               - Full documentation
475
    -verbose           - Enable verbosity
475
    -verbose           - Enable verbosity
476
    -[no]test          - Test update. Default: -notest
476
    -[no]test          - Test update. Default: -notest
-
 
477
    -[no]live          - Select database. Default: -nolive
477
    -package=name      - Specify single package to be processed
478
    -package=name      - Specify single package to be processed
478
    -database=name     - Default: RELMANU1 (test db) Live: RELEASEM
479
    -database=name     - Default: RELMANU1 (test db) Live: RELEASEM
479
    -[no]force         - Force update of all entries
480
    -[no]force         - Force update of all entries
480
    -check=string      - Check operation with string
481
    -check=string      - Check operation with string
481
    -report            - Report on errors
482
    -report            - Report on errors
Line 504... Line 505...
504
In test mode the program will examine each packages 'data' results file
505
In test mode the program will examine each packages 'data' results file
505
and report status and errors.
506
and report status and errors.
506
 
507
 
507
In 'notest' the program will update the Release Manager database.
508
In 'notest' the program will update the Release Manager database.
508
 
509
 
-
 
510
=item B<-[no]live>
-
 
511
 
-
 
512
Invoke the program in live-database mode. This is the NOT the default.
-
 
513
 
-
 
514
In live mode the program will access the Live Release Manager database.
-
 
515
 
-
 
516
In non-live mode the program will access the test (RELMANU1) database
-
 
517
 
509
=item B<-package=name>
518
=item B<-package=name>
510
 
519
 
511
This option will name one package to be processed. Packages to be
520
This option will name one package to be processed. Packages to be
512
processed can just be named on the command line.
521
processed can just be named on the command line.
513
 
522