diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2011-04-28 02:43:26 +0200 |
---|---|---|
committer | X2go Administrator <x2go-admin@minobo.das-netzwerkteam.de> | 2011-04-28 02:43:26 +0200 |
commit | 3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf (patch) | |
tree | 2640fe78ada79acbc17eeb732d1585d3cbdb1d35 /home/.pbuilderrc | |
parent | 1eced7b5c0e6401ff6df55fcef4f251a9e6eb655 (diff) | |
download | buildscripts-3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf.tar.gz buildscripts-3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf.tar.bz2 buildscripts-3249c6abc9bcbd8c6b8ad0951b54c6adfe0e72cf.zip |
move OTHERMIRROR declaration into CODENAME loop
Diffstat (limited to 'home/.pbuilderrc')
-rw-r--r-- | home/.pbuilderrc | 2 |
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 |