From fcdf858d572a28b572d777f64e8e71806062075a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Sun, 8 Feb 2009 00:58:00 +0100 Subject: [PATCH] Minor tweaks for Ubuntu pbuild options --- id-deb-build/pbuilderrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 266754c..dacc1cf 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -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/" -- 1.7.10.4