From a2ccbb2de6eb50f7506f6da018625778cc6b4f8f Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Mon, 22 Apr 2013 10:06:58 +0100 Subject: [PATCH] support: remove natty and add raring to the build list --- support/apt-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apt-update b/support/apt-update index 0d192779..32279462 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