Dolda2000 GitWeb
/
doldaconnect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c254422
)
Enable building of autopackages from specific Git revs.
1.1.1
author
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 18 Feb 2008 21:10:23 +0000
(22:10 +0100)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Mon, 18 Feb 2008 21:10:23 +0000
(22:10 +0100)
autopackage/makeall
patch
|
blob
|
blame
|
history
diff --git
a/autopackage/makeall
b/autopackage/makeall
index
c2edd91
..
f6ba1c3
100755
(executable)
--- 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