From 0323d1a66453603da7e4937c2c1ca9d3817c414c Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 1 Sep 2015 23:57:52 +0200 Subject: this repo seems to be packed strangly --- bin/rebootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf