summaryrefslogtreecommitdiffstats
path: root/bin/rebootstrap.sh
diff options
context:
space:
mode:
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