aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-11-25 01:29:13 +0000
committerMattia Rizzolo <mattia@mapreri.org>2015-11-25 01:29:13 +0000
commit673f75d220de259691f99f7915d7d833ef8d4280 (patch)
tree20638da7e90ac2edb49fd134775ccf62ab6ced88
parent45f1b3c38211a4ee3445fb988f71ff39fd79b625 (diff)
downloadpbuilder-673f75d220de259691f99f7915d7d833ef8d4280.tar
pbuilder-673f75d220de259691f99f7915d7d833ef8d4280.tar.gz
pbuilder-apt-config: update the hardcoded list of releases/architectures of ubuntu and debian
This list is ugly. This really is the last time I'm going to touch this script, I only want it to pass the tests on ppc64el under Ubuntu. Next time this script causes troubles I'll just remove it. Gbp-Dch: Short
-rwxr-xr-xpbuilder-apt-config8
1 files changed, 4 insertions, 4 deletions
diff --git a/pbuilder-apt-config b/pbuilder-apt-config
index 3beb656..7cd4adb 100755
--- a/pbuilder-apt-config
+++ b/pbuilder-apt-config
@@ -59,15 +59,15 @@ guess_dist_arch_archive() {
etch|lenny|squeeze|sid|oldstable|stable|testing|unstable|experimental)
echo "debian"
;;
- buzz|rex|bo|hamm|slink|potato|woody|sarge|etch|lenny|squeeze)
+ buzz|rex|bo|hamm|slink|potato|woody|sarge|etch|lenny|squeeze|wheezy|jessie|stretch|buster)
echo "debian-archive"
;;
- dapper|hardy|intrepid|jaunty|karmic|lucid)
+ lucid|precise|trusty|vivid|wily|xenial)
case "$arch" in
amd64|i386)
echo "ubuntu"
;;
- armel|armhf|hppa|ia64|lpia|powerpc|sparc)
+ arm64|armel|armhf|hppa|ia64|lpia|powerpc|ppc64el|sparc)
echo "ubuntu-ports"
;;
*)
@@ -75,7 +75,7 @@ guess_dist_arch_archive() {
;;
esac
;;
- warty|hoary|breezy|edgy|feisty|gutsy)
+ warty|hoary|breezy|edgy|feisty|gutsy|dapper|hardy|intrepid|jaunty|karmic|maverick|natty|oneiric|quantal|raring|saucy|utopic)
echo "ubuntu-old"
;;
*)