From 673f75d220de259691f99f7915d7d833ef8d4280 Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 25 Nov 2015 01:29:13 +0000 Subject: 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 --- pbuilder-apt-config | 8 ++++---- 1 file 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" ;; *) -- cgit v1.2.3