Subversion Repositories DevTools

Rev

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

Rev 289 Rev 317
Line 62... Line 62...
62
my $result = GetOptions (
62
my $result = GetOptions (
63
                "help:+"        => \$opt_help,          # flag, multiple use allowed
63
                "help:+"        => \$opt_help,          # flag, multiple use allowed
64
                "manual:3"      => \$opt_help,          # flag
64
                "manual:3"      => \$opt_help,          # flag
65
                "verbose:+"     => \$opt_verbose,       # flag
65
                "verbose:+"     => \$opt_verbose,       # flag
66
                "repeat=i"      => \$opt_repeat,        # Integer
66
                "repeat=i"      => \$opt_repeat,        # Integer
-
 
67
                "dead=i"        => \$dead_time,         # Integer
67
                "short:+"       => \$opt_short,         # Flag
68
                "short:+"       => \$opt_short,         # Flag
68
                "color"         => \$opt_color,         # Flag
69
                "color"         => \$opt_color,         # Flag
69
                "rtag=s"        => \@opt_rtag,          # Array
70
                "rtag=s"        => \@opt_rtag,          # Array
70
                "filter"        => \$opt_filter,        # Flag
71
                "filter"        => \$opt_filter,        # Flag
71
                );
72
                );
Line 500... Line 501...
500
    -short             - Fold up inactive releases
501
    -short             - Fold up inactive releases
501
    -short -short      - Supress inactive releases
502
    -short -short      - Supress inactive releases
502
    -color             - Pretty color display
503
    -color             - Pretty color display
503
    -rtag=num[,num]    - List of RTAG Ids to display
504
    -rtag=num[,num]    - List of RTAG Ids to display
504
    -filter            - Display GBE_BUILDFILTER
505
    -filter            - Display GBE_BUILDFILTER
-
 
506
    -dead=num          - Set DeadTime Threshold
505
 
507
 
506
=head1 OPTIONS
508
=head1 OPTIONS
507
 
509
 
508
=over 8
510
=over 8
509
 
511
 
Line 555... Line 557...
555
 
557
 
556
This optionwill alter the display such that the GBE_BUILDFILTER for each platform
558
This optionwill alter the display such that the GBE_BUILDFILTER for each platform
557
is displayed instead of the normal status information. This may result in a very
559
is displayed instead of the normal status information. This may result in a very
558
wide display.
560
wide display.
559
 
561
 
-
 
562
=item B<-dead=num>
-
 
563
 
-
 
564
This option alters the B<Set DeadTime Threshold>. If a deamon has not
-
 
565
communicated with the Release Manager Database within this time, then the daemon
-
 
566
may be dead and will be flagged in the shortened displays.
-
 
567
 
-
 
568
The default value is 600 seconds.
-
 
569
 
560
=back
570
=back
561
 
571
 
562
=head1 DESCRIPTION
572
=head1 DESCRIPTION
563
 
573
 
564
This program will display the status of the build daemons on all daemon enabled
574
This program will display the status of the build daemons on all daemon enabled