[Secure-testing-commits] r1690 - bin

Joey Hess joeyh at costa.debian.org
Sun Aug 28 15:21:10 UTC 2005


Author: joeyh
Date: 2005-08-28 15:21:10 +0000 (Sun, 28 Aug 2005)
New Revision: 1690

Modified:
   bin/dtsasync
Log:
maybe it will work now...


Modified: bin/dtsasync
===================================================================
--- bin/dtsasync	2005-08-28 14:59:13 UTC (rev 1689)
+++ bin/dtsasync	2005-08-28 15:21:10 UTC (rev 1690)
@@ -22,12 +22,14 @@
 			chomp;
 			push @ret, $_;
 		}
-		close KID || print "madison edited nonzero\n";
+		close KID || print "madison exited nonzero while getting $suite $package\n";
 	}
 	else {
 		exec "madison", "-s", $suite, "-f", "heidi", "-S", $package
 			or die "can't exec madison: $!";
 	}
+
+	return @ret;
 }
 
 my $run_dinstall=0;




More information about the Secure-testing-commits mailing list