[Fai-commit] r5053 - people/michael/experimental

mt at alioth.debian.org mt at alioth.debian.org
Thu Aug 28 12:12:02 UTC 2008


Author: mt
Date: 2008-08-28 12:12:01 +0000 (Thu, 28 Aug 2008)
New Revision: 5053

Modified:
   people/michael/experimental/build-on-alioth
Log:
fixed typo


Modified: people/michael/experimental/build-on-alioth
===================================================================
--- people/michael/experimental/build-on-alioth	2008-08-28 12:09:19 UTC (rev 5052)
+++ people/michael/experimental/build-on-alioth	2008-08-28 12:12:01 UTC (rev 5053)
@@ -4,7 +4,7 @@
   dh_testdir || exit 3
   trunk_vers="`dpkg-parsechangelog | grep ^Version: | awk '{ print $2 }'`"
   if [ ! -f $storage/LATEST_BUILD ] ; then
-    echo "$trunk_ver+experimental1" > $storage/LATEST_BUILD
+    echo "$trunk_vers+experimental1" > $storage/LATEST_BUILD
   else
     cp $storage/LATEST_BUILD $storage/LATEST_BUILD.successful
     if dpkg --compare-versions $trunk_vers gt $(<$storage/LATEST_BUILD) ; then




More information about the Fai-commit mailing list