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: v3.9~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ccbb2de6eb50f7506f6da018625778cc6b4f8f;p=thirdparty%2Ftvheadend.git support: remove natty and add raring to the build list --- diff --git a/support/apt-update b/support/apt-update index 0d192779b..32279462b 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