summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-04-28 02:43:26 +0200
committerX2go Administrator <x2go-admin@minobo.das-netzwerkteam.de>2011-04-28 02:43:26 +0200
commit3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf (patch)
tree2640fe78ada79acbc17eeb732d1585d3cbdb1d35 /home
parent1eced7b5c0e6401ff6df55fcef4f251a9e6eb655 (diff)
downloadbuildscripts-3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf.tar.gz
buildscripts-3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf.tar.bz2
buildscripts-3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf.zip
move OTHERMIRROR declaration into CODENAME loop
Diffstat (limited to 'home')
-rw-r--r--home/.pbuilderrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.pbuilderrc b/home/.pbuilderrc
index 9b3661d..e9670a8 100644
--- a/home/.pbuilderrc
+++ b/home/.pbuilderrc
@@ -40,7 +40,7 @@ else
fi
if [ "x${DIST}" = "xubuntu" ]; then
- MIRRORSITE="http://localhost:9999/ubuntu"
+ MIRRORSITE="http://localhost:3142/ubuntu"
elif [ "x${DIST}" = "xdebian" ]; then
MIRRORSITE="http://localhost:3142/debian"
fi