From 8e440590328583759dcf42fefdc1f96ec989ca57 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 22 Apr 2014 15:29:25 +0200 Subject: [PATCH] Add Ubuntu Trusty Tahr 14.04 LTS --- id-deb-build/pbuilderrc | 4 ++-- update-archive/update-archive.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 1.7.10.4