summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-08-21 13:20:47 +0200
committerYorhel <git@yorhel.nl>2013-08-21 13:20:47 +0200
commitefed204d674c5bb324216b5b3b542f3d00b6bd9c (patch)
tree2500dbdc7116a70300a587fbac6d9a638f2d55f9
parentdbc2cac13bf08c6522d49f4a28116237d07c6ad8 (diff)
util/deb.sh: Don't sync EOL versions of Ubuntu
-rwxr-xr-xutil/deb.sh10
1 files 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() {