/[secure-testing]/bin/checklist
ViewVC logotype

Diff of /bin/checklist

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 658 by joeyh, Fri Mar 25 17:03:01 2005 UTC revision 659 by joeyh, Fri Mar 25 20:31:27 2005 UTC
# Line 67  foreach my $list (@ARGV) { Line 67  foreach my $list (@ARGV) {
67                          my @maddy;                          my @maddy;
68                          for (1..5) {                          for (1..5) {
69                                  @maddy=`madison -s testing '$package'`;                                  @maddy=`madison -s testing '$package'`;
70                                  if ($? & 127) {                                  if ($? & 127 || ($? >> 8 != 0 && $? >> 8 != 1)) {
71                                          # segfult. good old newraff..                                          # good old unrelaible newraff,
72                                            # home of our archive..
73                                          next;                                          next;
74                                  }                                  }
75                                  last;                                  last;

Legend:
Removed from v.658  
changed lines
  Added in v.659

  ViewVC Help
Powered by ViewVC 1.1.5