Minor tweaks for Ubuntu pbuild options
authorAdam Dickmeiss <adam@indexdata.dk>
Sat, 7 Feb 2009 23:58:00 +0000 (00:58 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Sat, 7 Feb 2009 23:58:00 +0000 (00:58 +0100)
id-deb-build/pbuilderrc

index 266754c..dacc1cf 100644 (file)
@@ -13,10 +13,13 @@ BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz"
 BUILDRESULT="$NAME/result/"
 APTCACHE="/var/cache/pbuilder/$NAME/aptcache/"
 
+# http://releases.ubuntu.com/releases/
 case "$DIST" in
     intrepid|hardy|gutsy) # ubuntu specific
-        MIRRORSITE="http://mirrors.kernel.org/ubuntu/"
+       MIRRORSITE="http://ftp.klid.dk/ftp/ubuntu/"
+        # MIRRORSITE="http://mirrors.kernel.org/ubuntu/"
         COMPONENTS="main restricted universe multiverse"
+#      OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main"
         ;;
     lenny|etch) # debian specific
         MIRRORSITE="http://ftp.se.debian.org/debian/"