From 4e868771cdb76cda8c5b5c42f254358d42118bc8 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Thu, 19 Sep 2013 17:11:28 -0400
Subject: [PATCH] [#30360] Cleanup code in hudson script

---
 hudson-sflphone-script.sh | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/hudson-sflphone-script.sh b/hudson-sflphone-script.sh
index f3d68da404..0907554e0e 100755
--- a/hudson-sflphone-script.sh
+++ b/hudson-sflphone-script.sh
@@ -107,7 +107,6 @@ function build_daemon {
     if [ $CODE_ANALYSIS == 1 ]; then
         run_code_analysis
     fi
-    # make distclean
 
     ./autogen.sh || exit 1
     # Compile pjproject first
@@ -127,31 +126,8 @@ function build_daemon {
 }
 
 function build_gnome {
-    #pushd daemon
-    # Check if program is running
-    #if [ "$(pidof sflphoned)"]
-    #then
-    #  killall sflphoned
-    #else
-    #  echo "sflphoned not running"
-    #fi
-    #make distclean
-
-    # Compile pjproject first
-    #pushd libs
-    #./compile_pjsip.sh
-    #popd
-
-    # Compile daemon
-    #./configure --prefix=/usr
-    #make clean
-    #make -j
-    #./src/sflphoned &
-    #popd
-
     # Compile the plugins
     pushd plugins
-    #make distclean
     ./autogen.sh || exit 1
     ./configure --prefix=/usr
     make -j
@@ -159,7 +135,6 @@ function build_gnome {
 
     # Compile the client
     pushd gnome
-    #make distclean
     ./autogen.sh || exit 1
     ./configure --prefix=/usr
     make clean
-- 
GitLab