diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-25 01:29:13 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-11-25 01:29:13 +0000 |
commit | 673f75d220de259691f99f7915d7d833ef8d4280 (patch) | |
tree | 20638da7e90ac2edb49fd134775ccf62ab6ced88 /pbuilder-apt-config | |
parent | 45f1b3c38211a4ee3445fb988f71ff39fd79b625 (diff) | |
download | pbuilder-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
Diffstat (limited to 'pbuilder-apt-config')
-rwxr-xr-x | pbuilder-apt-config | 8 |
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" ;; *) |