From: Adam Dickmeiss Date: Tue, 22 Apr 2014 13:29:25 +0000 (+0200) Subject: Add Ubuntu Trusty Tahr 14.04 LTS X-Git-Url: http://git.indexdata.com/?p=git-tools-moved-to-github.git;a=commitdiff_plain;h=8e440590328583759dcf42fefdc1f96ec989ca57 Add Ubuntu Trusty Tahr 14.04 LTS --- diff --git a/id-deb-build/pbuilderrc b/id-deb-build/pbuilderrc index 15b1eca..998f895 100644 --- a/id-deb-build/pbuilderrc +++ b/id-deb-build/pbuilderrc @@ -18,12 +18,12 @@ CCACHEDIR= # http://releases.ubuntu.com/releases/ case "$DIST" in - saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific + trusty|saucy|raring|quantal|precise|oneiric|natty|maverick|lucid|karmic) # ubuntu specific # MIRRORSITE="http://ftp.df.lth.se/ubuntu/" MIRRORSITE="http://mirrors.dotsrc.org/ubuntu/" # MIRRORSITE="http://mirrors.kernel.org/ubuntu/" COMPONENTS="main restricted universe multiverse" - OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" + # OTHERMIRROR="deb http://ftp.indexdata.dk/ubuntu $DIST main" ;; jessie|wheezy|squeeze|lenny|etch) # debian specific MIRRORSITE="http://ftp.se.debian.org/debian/" diff --git a/update-archive/update-archive.sh b/update-archive/update-archive.sh index 12cf783..f00cd5d 100755 --- a/update-archive/update-archive.sh +++ b/update-archive/update-archive.sh @@ -72,7 +72,7 @@ if test "$UBUNTU_DIST"; then fi # All distributions we know of -ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy debian/jessie debian/wheezy debian/squeeze debian/lenny" +ALLD="ubuntu/lucid ubuntu/natty ubuntu/oneiric ubuntu/precise ubuntu/quantal ubuntu/raring ubuntu/saucy ubuntu/trusty debian/jessie debian/wheezy debian/squeeze debian/lenny" if test -z "$DISTRIBUTIONS"; then DISTRIBUTIONS=$ALLD