summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHideki Yamane <henrich@debian.org>2018-02-25 10:15:46 (GMT)
committerHideki Yamane <henrich@debian.org>2018-03-05 12:59:37 (GMT)
commit3ffad805b0558bb9b908e1f3f33c43e1b5e76bdb (patch)
tree3b0e28dba8f8cf2033514e1bfaa6b0c679a7a270
parent5d42162bc0fe266b280d81445271e3f56b9560a8 (diff)
downloaddebootstrap-3ffad805b0558bb9b908e1f3f33c43e1b5e76bdb.zip
debootstrap-3ffad805b0558bb9b908e1f3f33c43e1b5e76bdb.tar.gz
debootstrap-3ffad805b0558bb9b908e1f3f33c43e1b5e76bdb.tar.bz2
use force_md5 for breezy dapper edgy
Oldest Ubuntu releases needs to be specified to use force_md5
-rw-r--r--scripts/breezy1
-rw-r--r--scripts/dapper1
-rw-r--r--scripts/edgy1
3 files changed, 3 insertions, 0 deletions
diff --git a/scripts/breezy b/scripts/breezy
index 2148cec..f15967a 100644
--- a/scripts/breezy
+++ b/scripts/breezy
@@ -3,6 +3,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd
+force_md5
case $ARCH in
alpha|ia64) LIBC="libc6.1" ;;
diff --git a/scripts/dapper b/scripts/dapper
index af83c0c..b1e44d0 100644
--- a/scripts/dapper
+++ b/scripts/dapper
@@ -10,6 +10,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd
+force_md5
case $ARCH in
alpha|ia64) LIBC="libc6.1" ;;
diff --git a/scripts/edgy b/scripts/edgy
index 01d6568..9f0dda4 100644
--- a/scripts/edgy
+++ b/scripts/edgy
@@ -10,6 +10,7 @@ mirror_style release
download_style apt
finddebs_style from-indices
variants - buildd fakechroot
+force_md5
if doing_variant fakechroot; then
test "$FAKECHROOT" = "true" || error 1 FAKECHROOTREQ "This variant requires fakechroot environment to be started"