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
391e1acc
Commit
391e1acc
authored
12 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
[#14162] Fix version number for stable release
parent
e9078e18
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/build-system/build_tarball.sh
+4
-4
4 additions, 4 deletions
tools/build-system/build_tarball.sh
with
4 additions
and
4 deletions
tools/build-system/build_tarball.sh
+
4
−
4
View file @
391e1acc
...
...
@@ -12,12 +12,12 @@ if [ ! -e daemon/configure.ac ] ; then
fi
if
[
"z
$1
"
=
"z"
]
;
then
echo
"Usage:
$0
VERSION_NUMBER"
echo
"Usage:
$0
SOFTWARE_
VERSION_NUMBER"
exit
2
fi
VERSION
=
$1
BUILDDIR
=
sflphone-
$VERSION
SOFTWARE_
VERSION
=
$1
BUILDDIR
=
sflphone-
$
SOFTWARE_
VERSION
if
[
-e
$BUILDDIR
]
;
then
echo
"The build directory (
$BUILDDIR
) already exists. Delete it first."
...
...
@@ -98,5 +98,5 @@ find -name *.in~ -type f -exec rm {} \;
popd
# builddir
rm
-f
sflphone-
*
.tar.gz
tar
zcf sflphone-
$VERSION
.tar.gz sflphone-
$VERSION
tar
zcf sflphone-
$
SOFTWARE_
VERSION
.tar.gz sflphone-
$
SOFTWARE_
VERSION
rm
-rf
$BUILDDIR
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