summaryrefslogtreecommitdiffstats
path: root/bin/rebootstrap.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-01 23:57:52 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-01 23:57:52 +0200
commit0323d1a66453603da7e4937c2c1ca9d3817c414c (patch)
tree982ca0617632e787b7c5c92e8e554de251c4f529 /bin/rebootstrap.sh
parent4305dec2ec62140b728b089c4e8c4b20f87d7c68 (diff)
downloadjenkins.debian.net-0323d1a66453603da7e4937c2c1ca9d3817c414c.tar.xz
this repo seems to be packed strangly
Diffstat (limited to 'bin/rebootstrap.sh')
-rwxr-xr-xbin/rebootstrap.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rebootstrap.sh b/bin/rebootstrap.sh
index 34cd0d63..49e808de 100755
--- a/bin/rebootstrap.sh
+++ b/bin/rebootstrap.sh
@@ -13,7 +13,7 @@ cleanup_all() {
CODE=$(mktemp --tmpdir=/tmp gitclone-XXXXXXXXX -u)
trap cleanup_all INT TERM EXIT
-git clone --depth 1 git://anonscm.debian.org/users/helmutg/rebootstrap.git $CODE
+git clone git://anonscm.debian.org/users/helmutg/rebootstrap.git $CODE
cd $CODE
git checkout $1
shift