From efed204d674c5bb324216b5b3b542f3d00b6bd9c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Wed, 21 Aug 2013 13:20:47 +0200 Subject: [PATCH] util/deb.sh: Don't sync EOL versions of Ubuntu --- util/deb.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/util/deb.sh b/util/deb.sh index b79b694..d60a909 100755 --- a/util/deb.sh +++ b/util/deb.sh @@ -272,12 +272,12 @@ ubuntu_old() { ubuntu_karmic ubuntu_maverick ubuntu_natty + ubuntu_hardy + ubuntu_oneiric } ubuntu_active() { - ubuntu_hardy # until 2013-04 ubuntu_lucid # until 2015-04 - ubuntu_oneiric # until 2013-04 ubuntu_precise # until 2017-04 ubuntu_quantal # until 2014-04 ubuntu_raring # until 2014-01 @@ -339,8 +339,10 @@ debian_squeeze() { debian_wheezy() { syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy" "main contrib non-free" - # No updates yet - #syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy-updates" "main contrib non-free" + # The Contents-* files have moved... + syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy-updates" "main" "dists/wheezy-updates/main/Contents-i386.gz" + syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy-updates" "contrib" "dists/wheezy-updates/contrib/Contents-i386.gz" + syncrepo 83 "http://ftp.nl.debian.org/debian/" "wheezy-updates" "non-free" "dists/wheezy-updates/non-free/Contents-i386.gz" } debian_old() {