[Fai-commit] r5149 - people/michael/experimental
mt at alioth.debian.org
mt at alioth.debian.org
Wed Sep 10 22:42:32 UTC 2008
Author: mt
Date: 2008-09-10 22:42:31 +0000 (Wed, 10 Sep 2008)
New Revision: 5149
Modified:
people/michael/experimental/build-on-alioth
Log:
fixed bug in build script: missing filename
Modified: people/michael/experimental/build-on-alioth
===================================================================
--- people/michael/experimental/build-on-alioth 2008-09-10 22:38:40 UTC (rev 5148)
+++ people/michael/experimental/build-on-alioth 2008-09-10 22:42:31 UTC (rev 5149)
@@ -162,7 +162,7 @@
if ! grep -q "^STATUS: build exit status 0" $log ; then
err_found=1
elif ! grep -q "^STATUS: dpkg-buildpackage exited with status 0" $log ; then
- if ! grep -q "^STATUS: nothing to be done" ; then
+ if ! grep -q "^STATUS: nothing to be done" $log ; then
err_found=1
fi
fi
More information about the Fai-commit
mailing list