summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-07-10 18:56:04 (GMT)
committerJoey Hess <joey@kitenet.net>2011-07-10 18:56:04 (GMT)
commit2db2d73de95d388fe968d591929c107df722b4fe (patch)
tree74eead82724f9f1a8357ff84ad702fd81e8bad13 /scripts
parent5d86e1d558144aa4a065bc8a12b6f48cfc916c74 (diff)
downloaddebootstrap-2db2d73de95d388fe968d591929c107df722b4fe.zip
debootstrap-2db2d73de95d388fe968d591929c107df722b4fe.tar.gz
debootstrap-2db2d73de95d388fe968d591929c107df722b4fe.tar.bz2
Use md5sums for sarge, which did not consistently have sha1sums everywhere. Closes: #633158
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sarge1
-rw-r--r--scripts/sarge.buildd1
-rw-r--r--scripts/sarge.fakechroot1
3 files changed, 3 insertions, 0 deletions
diff --git a/scripts/sarge b/scripts/sarge
index b929544..aa37d94 100644
--- a/scripts/sarge
+++ b/scripts/sarge
@@ -1,5 +1,6 @@
mirror_style release
download_style apt
+force_md5
LIBC=libc6
if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then
diff --git a/scripts/sarge.buildd b/scripts/sarge.buildd
index 5c7e049..c674672 100644
--- a/scripts/sarge.buildd
+++ b/scripts/sarge.buildd
@@ -1,5 +1,6 @@
mirror_style release
download_style apt
+force_md5
LIBC=libc6
if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then
diff --git a/scripts/sarge.fakechroot b/scripts/sarge.fakechroot
index 91ac662..51fdbdd 100644
--- a/scripts/sarge.fakechroot
+++ b/scripts/sarge.fakechroot
@@ -2,6 +2,7 @@ test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fake
mirror_style release
download_style apt
+force_md5
LIBC=libc6
if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then