From 59a40bf0178006cca18f7d2d3be80f27172746e0 Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.com> Date: Tue, 28 Sep 2010 16:31:09 -0400 Subject: [PATCH] [#3316] remove jaunty from build system --- tools/build-system/setenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build-system/setenv.sh b/tools/build-system/setenv.sh index a19a22d3ce..41bda4f473 100644 --- a/tools/build-system/setenv.sh +++ b/tools/build-system/setenv.sh @@ -22,6 +22,6 @@ export REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository" export WORKING_DIR="${ROOT_DIR}/sflphone-build-repository/tools/build-system" export LAUNCHPAD_DIR="${WORKING_DIR}/launchpad" -LAUNCHPAD_DISTRIBUTIONS=( "jaunty" "karmic" "lucid" ) +LAUNCHPAD_DISTRIBUTIONS=( "karmic" "lucid" ) export LAUNCHPAD_DISTRIBUTIONS -- GitLab