diff --git a/README b/README index 2c7a6ff53784588d6a5236ec5b02bdb6735371ec..edf026a3d540b78259374628c5d2249208fcb306 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 aac0d98affff1baf4eed7cd117f431e2c7eb9f56..81734ecba0a92a0f49467b5d2221fb16d473e4bd 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