Remove no-longer used file
[git-tools-moved-to-github.git] / id-deb-build / pbuilderrc
index 7365382..e8e16ec 100644 (file)
@@ -9,13 +9,18 @@ NAME="$DIST-$ARCH"
 DISTRIBUTION="$DIST"
 DEBOOTSTRAPOPTS=("--arch" "$ARCH" "${DEBOOTSTRAPOPTS[@]}")
 BASETGZ="`dirname $BASETGZ`/$NAME-base.tgz"
-BUILDRESULT="/var/cache/pbuilder/$NAME/result/"
+#BUILDRESULT="/var/cache/pbuilder/$NAME/result/"
+BUILDRESULT="$NAME"
 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/"
+    intrepid|hardy|gutsy|jaunty) # ubuntu specific
+       MIRRORSITE="http://ftp.df.lth.se/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/"