Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
4e868771
Commit
4e868771
authored
11 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
[#30360] Cleanup code in hudson script
parent
3829c194
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
hudson-sflphone-script.sh
+0
-25
0 additions, 25 deletions
hudson-sflphone-script.sh
with
0 additions
and
25 deletions
hudson-sflphone-script.sh
+
0
−
25
View file @
4e868771
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment