From 5a0fa887c8051cd52571c76bb20bf118397e513a 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 (cherry picked from commit a2ccbb2de6eb50f7506f6da018625778cc6b4f8f) --- support/apt-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/apt-update b/support/apt-update index e990e129..c945f45c 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