From f77407ba6a4c76917730d38157570933562d4b08 Mon Sep 17 00:00:00 2001 From: Adam Sutton Date: Fri, 12 Oct 2012 13:29:36 +0100 Subject: [PATCH] Added hardy to list of ppa builds. --- support/launchpad-ppa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/launchpad-ppa b/support/launchpad-ppa index 1528fd38..43f8f453 100755 --- a/support/launchpad-ppa +++ b/support/launchpad-ppa @@ -11,7 +11,7 @@ echo $CMD # Configuration TVH_ROOT=$(cd $(dirname $0)/..; pwd) -[ -z "$TVH_DIST" ] && TVH_DIST="lucid natty oneiric precise wheezy" +[ -z "$TVH_DIST" ] && TVH_DIST="hardy lucid natty oneiric precise wheezy" [ -z "$TVH_ARCH" ] && TVH_ARCH="i386 amd64" # Options