From: Fredrik Tolf Date: Mon, 18 Feb 2008 21:10:23 +0000 (+0100) Subject: Enable building of autopackages from specific Git revs. X-Git-Tag: 1.1.1 X-Git-Url: http://dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=refs%2Ftags%2F1.1.1 Enable building of autopackages from specific Git revs. --- diff --git a/autopackage/makeall b/autopackage/makeall index c2edd91..f6ba1c3 100755 --- a/autopackage/makeall +++ b/autopackage/makeall @@ -6,6 +6,9 @@ tempdir="$(mktemp -d /tmp/dc-apkg-XXXXXX)" cd "$tempdir" git clone git://git.dolda2000.com/doldaconnect cd doldaconnect +if [ -n "$1" ]; then + git checkout "$1" +fi ./bootstrap ./configure