summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2016-03-05 08:06:23 +0100
committerYorhel <git@yorhel.nl>2016-03-05 08:06:23 +0100
commitf7f79ad80dbbb179218541491e06b8d4314c616e (patch)
treea17af60ab56d1fa186a46111095a10a767ad9395 /util
parent8808b538f56e687360ee6659011777cd5eaad212 (diff)
Don't sync old deb repos + add Ubuntu wily
Diffstat (limited to 'util')
-rwxr-xr-xutil/deb.sh13
1 files changed, 10 insertions, 3 deletions
diff --git a/util/deb.sh b/util/deb.sh
index 44efe87..7503d27 100755
--- a/util/deb.sh
+++ b/util/deb.sh
@@ -283,6 +283,12 @@ ubuntu_vivid() {
syncrepo 90 "http://nl.archive.ubuntu.com/ubuntu/" "vivid-security" "main multiverse restricted universe"
}
+ubuntu_wily() {
+ syncrepo 92 "http://nl.archive.ubuntu.com/ubuntu/" "wily" "main multiverse restricted universe"
+ syncrepo 92 "http://nl.archive.ubuntu.com/ubuntu/" "wily-updates" "main multiverse restricted universe"
+ syncrepo 92 "http://nl.archive.ubuntu.com/ubuntu/" "wily-security" "main multiverse restricted universe"
+}
+
ubuntu_old() {
ubuntu_warty
ubuntu_hoary
@@ -302,13 +308,14 @@ ubuntu_old() {
ubuntu_raring
ubuntu_quantal
ubuntu_saucy
+ ubuntu_utopic
+ ubuntu_vivid
}
ubuntu_active() {
ubuntu_precise # until 2017-04
ubuntu_trusty # until 2019-04
- ubuntu_utopic # until 2015-07
- ubuntu_vivid # until 2016-01
+ ubuntu_wily # until 2016-07
}
ubuntu() {
@@ -393,10 +400,10 @@ debian_old() {
debian_sarge
debian_etch
debian_lenny
+ debian_squeeze
}
debian_active() {
- debian_squeeze
debian_wheezy
debian_jessie
}