aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-modules
diff options
context:
space:
mode:
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