From d8de61f5aeeccfee6cd1f46ed27d16267d6bb842 Mon Sep 17 00:00:00 2001 From: Fredrik Tolf Date: Mon, 18 Feb 2008 22:10:23 +0100 Subject: [PATCH] Enable building of autopackages from specific Git revs. --- autopackage/makeall | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.11.0