Just as a reminder: I provide builds of the Debian package under [1] (see instructions for apt-gett'ing the packages there). I currently do this manually, i.e. if I see some activity on the list I trigger the build.
@Carlos: there's a git revision attached to this mail, it is necessary to get the auto-build script run again after the last changes. Cheers, M'bert [1] http://www.the-little-red-haired-girl.org/pub/wmaker/ -- ----------- / http://herbert.the-little-red-haired-girl.org / ------------- =+= Dann freuen wir uns und gehen weiter und denken noch im Kuessegeben: Wie nah sind uns manche Tote, wie tot sind uns manche, die leben. -- Wolf Biermann
>From 07d0416a571f56685f42fa133be5497e4bff995c Mon Sep 17 00:00:00 2001 From: Martin Dietze <[email protected]> Date: Thu, 19 Aug 2010 11:40:27 +0200 Subject: [PATCH] Made Debian autobuild work again --- debian/nightly_build.sh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/debian/nightly_build.sh b/debian/nightly_build.sh index c0d3597..c90ec11 100755 --- a/debian/nightly_build.sh +++ b/debian/nightly_build.sh @@ -44,6 +44,8 @@ errorExit() { doPull() { RC="1" LATEST="`$STATUSCMD`" + git reset --hard HEAD + git clean -f $PULLCMD >>$BUILDLOG 2>&1 || errorExit "Error pulling from the repo" CURRENT="`$STATUSCMD`" if [ "$FORCE" = "1" -o "$LATEST" != "$CURRENT" ]; then -- 1.7.1
