summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2011-04-25 02:51:16 +0200
committerX2go Administrator <x2go-admin@minobo.das-netzwerkteam.de>2011-04-25 17:42:35 +0200
commit8cffc8a77bfa143c7b64e4c757ca790275ac262d (patch)
tree1046ffe7817d7242cd3dc47dd759f9483b78d2b9 /home
parent04d055b08323ef7753f7da1a08957157a4dd2841 (diff)
downloadbuildscripts-8cffc8a77bfa143c7b64e4c757ca790275ac262d.tar.gz
buildscripts-8cffc8a77bfa143c7b64e4c757ca790275ac262d.tar.bz2
buildscripts-8cffc8a77bfa143c7b64e4c757ca790275ac262d.zip
fixes PACKAGE_DIR path when running git-clone
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