aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
authordancer <dancer>2006-02-22 15:23:33 +0000
committerdancer <dancer>2006-02-22 15:23:33 +0000
commit0986599b475c7e6022d417c0c632f5f3be80132a (patch)
tree7d1334e22b65072a00e461c22b378215b20390ee /pbuilder-modules
parentf3a31e42bee44bf0471e08613fa0729486705bed (diff)
downloadpbuilder-0986599b475c7e6022d417c0c632f5f3be80132a.tar
pbuilder-0986599b475c7e6022d417c0c632f5f3be80132a.tar.gz
remove support for --nonusmirror.
Diffstat (limited to 'pbuilder-modules')
-rw-r--r--pbuilder-modules7
1 files changed, 0 insertions, 7 deletions
diff --git a/pbuilder-modules b/pbuilder-modules
index 45ce903..cb2d94d 100644
--- a/pbuilder-modules
+++ b/pbuilder-modules
@@ -50,7 +50,6 @@ pbuilder-options:
--basetgz [base.tgz location]
--buildplace [location of build]
--mirror [mirror location]
- --nonusmirror [non-US mirror location]
--othermirror [other mirror location in apt deb-line format, delimited with | signs]
--http-proxy [proxy]
--distribution [distribution(potato|woody|sarge|sid|etch|experimental)]
@@ -236,12 +235,6 @@ deb $MIRRORSITE $DISTRIBUTION main
#deb-src $MIRRORSITE $DISTRIBUTION main
EOF
fi
- if [ -n "$NONUSMIRRORSITE" ]; then
- cat >> "$BUILDPLACE"/etc/apt/sources.list << EOF
-deb $NONUSMIRRORSITE $DISTRIBUTION/non-US main
-#deb-src $NONUSMIRRORSITE $DISTRIBUTION/non-US main
-EOF
- fi
if [ -n "$APTCONFDIR" ]; then
echo " -> Copy " "$APTCONFDIR"/* " to chroot"
cp -a "$APTCONFDIR/"* "$BUILDPLACE"/etc/apt