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
62fefd0a
Commit
62fefd0a
authored
11 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
[#30360] Fix hudson script
parent
6b928689
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
+7
-7
7 additions, 7 deletions
hudson-sflphone-script.sh
with
7 additions
and
7 deletions
hudson-sflphone-script.sh
+
7
−
7
View file @
62fefd0a
...
@@ -127,14 +127,14 @@ function build_daemon {
...
@@ -127,14 +127,14 @@ function build_daemon {
}
}
function
build_gnome
{
function
build_gnome
{
pushd
daemon
#
pushd daemon
# Check if program is running
# Check if program is running
if
[
"
$(
pidof sflphoned
)
"
]
#
if [ "$(pidof sflphoned)"]
then
#
then
killall sflphoned
#
killall sflphoned
else
#
else
echo
"sflphoned not running"
#
echo "sflphoned not running"
fi
#
fi
#make distclean
#make distclean
# Compile pjproject first
# Compile pjproject first
...
...
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