[Lemon-commits] alpar: r3072 - hugo/trunk/scripts/repocheck
Lemon SVN
svn at lemon.cs.elte.hu
Thu Nov 9 01:50:08 CET 2006
Author: alpar
Date: Thu Nov 9 01:50:07 2006
New Revision: 3072
Modified:
hugo/trunk/scripts/repocheck/commit-checker
Log:
Bugfix: didn't removed the lock file if something went wrong
Modified: hugo/trunk/scripts/repocheck/commit-checker
==============================================================================
--- hugo/trunk/scripts/repocheck/commit-checker (original)
+++ hugo/trunk/scripts/repocheck/commit-checker Thu Nov 9 01:50:07 2006
@@ -69,7 +69,7 @@
exit 0
fi
-touch queue/$REV
+touch ${ROOT}/queue/$REV
while im-not-the-next; do
sleep 10
@@ -109,5 +109,5 @@
fi
# rm ${LOGFILE}
-rm queue/$REV
+rm ${ROOT}/queue/$REV
More information about the Lemon-commits
mailing list