summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to 'home')
-rw-r--r--home/.pbuilderrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/.pbuilderrc b/home/.pbuilderrc
index 52fe0ca..a2bb343 100644
--- a/home/.pbuilderrc
+++ b/home/.pbuilderrc
@@ -41,7 +41,8 @@ fi
if [ "x${DIST}" = "xubuntu" ]; then
MIRRORSITE="http://localhost:9999/ubuntu"
elif [ "x${DIST}" = "xdebian" ]; then
- MIRRORSITE="http://localhost:9999/debian"
+ MIRRORSITE="http://ftp.de.debian.org/debian"
+ MIRRORSITE="http://localhost:3142/debian"
OTHERMIRROR="deb http://code.x2go.org/debian $CODENAME main"
fi