From: Adam Sutton Date: Mon, 22 Apr 2013 09:06:58 +0000 (+0100) Subject: support: remove natty and add raring to the build list X-Git-Tag: 3.4patch1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a0fa887c8051cd52571c76bb20bf118397e513a;p=thirdparty%2Ftvheadend.git support: remove natty and add raring to the build list (cherry picked from commit a2ccbb2de6eb50f7506f6da018625778cc6b4f8f) --- diff --git a/support/apt-update b/support/apt-update index e990e129a..c945f45c9 100755 --- a/support/apt-update +++ b/support/apt-update @@ -18,7 +18,7 @@ DIR=$(cd $(dirname "$0"); pwd) # Configuration TVH_ROOT=$(cd "$(dirname "$0")"/..; pwd) -[ -z "$TVH_DIST" ] && TVH_DIST="wheezy lucid natty oneiric precise quantal" +[ -z "$TVH_DIST" ] && TVH_DIST="wheezy lucid oneiric precise quantal raring" [ -z "$TVH_ARCH" ] && TVH_ARCH="i386 amd64" # Options