]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
support: remove natty and add raring to the build list
authorAdam Sutton <dev@adamsutton.me.uk>
Mon, 22 Apr 2013 09:06:58 +0000 (10:06 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Thu, 11 Jul 2013 19:10:01 +0000 (20:10 +0100)
(cherry picked from commit a2ccbb2de6eb50f7506f6da018625778cc6b4f8f)

support/apt-update

index e990e129a79db994c22f9374bb088c433cd3d0ed..c945f45c9a65f02daab030ea52bf97c0450a65d2 100755 (executable)
@@ -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