From 0f8a36d0b74ec3cefceb0cefa830f4901f2e9ae6 Mon Sep 17 00:00:00 2001 From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> Date: Wed, 9 Jan 2013 13:37:36 -0500 Subject: [PATCH] [#18629] Ready for release 1.2.1 --- README | 1 + tools/build-system/launch-build-machine-jenkins.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 2c7a6ff537..edf026a3d5 100644 --- a/README +++ b/README @@ -7,6 +7,7 @@ Tree information: * daemon: contains the core application code. This code is mandatory to run the softphone. It may be considered as the core as it implements all the logic (audio layer, communication layer, account management, codecs management, dbus services). * gnome: contains the GTK+ client for SFLphone. It will connect and communicate to the core application through D-Bus. * tools: scripts + * sflphone-kde: git clone git://anongit.kde.org/sflphone-kde Please refer to the INSTALL file or our development website (http://projects.savoirfairelinux.net/projects/show/sflphone) for installation guide. diff --git a/tools/build-system/launch-build-machine-jenkins.sh b/tools/build-system/launch-build-machine-jenkins.sh index aac0d98aff..81734ecba0 100755 --- a/tools/build-system/launch-build-machine-jenkins.sh +++ b/tools/build-system/launch-build-machine-jenkins.sh @@ -24,8 +24,8 @@ SNAPSHOT_TAG=`date +%Y%m%d` TAG_NAME_PREFIX= VERSION_NUMBER="1.2.1" -# LAUNCHPAD_PACKAGES=("sflphone-common" "sflphone-client-kde" "sflphone-client-gnome" "sflphone-plugins" "sflphone-common-video" "sflphone-client-gnome-video") -LAUNCHPAD_PACKAGES=("sflphone-common-video" "sflphone-client-gnome-video") +LAUNCHPAD_PACKAGES=("sflphone-common" "sflphone-client-kde" "sflphone-client-gnome" "sflphone-plugins" "sflphone-common-video" "sflphone-client-gnome-video") +#LAUNCHPAD_PACKAGES=("sflphone-common-video" "sflphone-client-gnome-video") # LAUNCHPAD_PACKAGES=("sflphone-client-kde") echo -- GitLab