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
2c24a6d0
Commit
2c24a6d0
authored
16 years ago
by
Julien Bonjean
Browse files
Options
Downloads
Patches
Plain Diff
[#1456] Added version dependancy handling
parent
b9932297
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
tools/build-system/launch-build-machine.sh
+3
-3
3 additions, 3 deletions
tools/build-system/launch-build-machine.sh
tools/build-system/remote/build-package-ubuntu.sh
+2
-1
2 additions, 1 deletion
tools/build-system/remote/build-package-ubuntu.sh
with
5 additions
and
4 deletions
tools/build-system/launch-build-machine.sh
+
3
−
3
View file @
2c24a6d0
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
# Author: Julien Bonjean (julien@bonjean.info)
# Author: Julien Bonjean (julien@bonjean.info)
#
#
# Creation Date: 2009-04-20
# Creation Date: 2009-04-20
# Last Modified: 2009-05-19 1
0:11:53
-0400
# Last Modified: 2009-05-19 1
7:49:40
-0400
#####################################################
#####################################################
#
#
...
@@ -252,7 +252,7 @@ if [ ${DO_PREPARE} ]; then
...
@@ -252,7 +252,7 @@ if [ ${DO_PREPARE} ]; then
if
[
${
RELEASE_MODE
}
]
;
then
if
[
${
RELEASE_MODE
}
]
;
then
echo
"Switch to master branch for commit"
echo
"Switch to master branch for commit"
git checkout master
git checkout
-f
master
fi
fi
echo
" Doing commit"
echo
" Doing commit"
...
@@ -271,7 +271,7 @@ if [ ${DO_PREPARE} ]; then
...
@@ -271,7 +271,7 @@ if [ ${DO_PREPARE} ]; then
if
[
${
RELEASE_MODE
}
]
;
then
if
[
${
RELEASE_MODE
}
]
;
then
echo
"Switch back to release branch"
echo
"Switch back to release branch"
git checkout release
git checkout release
git merge master
#
git merge master
fi
fi
echo
"Archiving repository"
echo
"Archiving repository"
...
...
This diff is collapsed.
Click to expand it.
tools/build-system/remote/build-package-ubuntu.sh
+
2
−
1
View file @
2c24a6d0
...
@@ -105,7 +105,8 @@ fi
...
@@ -105,7 +105,8 @@ fi
echo
"Generate control files"
echo
"Generate control files"
cp
${
REPOSITORY_SFLPHONE_COMMON_DIR
}
/debian/control.
$OS_VERSION
${
REPOSITORY_SFLPHONE_COMMON_DIR
}
/debian/control
&&
\
cp
${
REPOSITORY_SFLPHONE_COMMON_DIR
}
/debian/control.
$OS_VERSION
${
REPOSITORY_SFLPHONE_COMMON_DIR
}
/debian/control
&&
\
# cp ${REPOSITORY_SFLPHONE_CLIENT_KDE_DIR}/debian/control.$OS_VERSION ${REPOSITORY_SFLPHONE_CLIENT_KDE_DIR}/debian/control && \
# cp ${REPOSITORY_SFLPHONE_CLIENT_KDE_DIR}/debian/control.$OS_VERSION ${REPOSITORY_SFLPHONE_CLIENT_KDE_DIR}/debian/control && \
cp
${
REPOSITORY_SFLPHONE_CLIENT_GNOME_DIR
}
/debian/control.
$OS_VERSION
${
REPOSITORY_SFLPHONE_CLIENT_GNOME_DIR
}
/debian/control
cp
${
REPOSITORY_SFLPHONE_CLIENT_GNOME_DIR
}
/debian/control.
$OS_VERSION
${
REPOSITORY_SFLPHONE_CLIENT_GNOME_DIR
}
/debian/control
&&
\
find
${
REPOSITORY_DIR
}
-name
"control"
-exec
sed
-i
"s/VERSION/
${
FULL_VERSION
}
/g"
{}
\;
if
[
"
$?
"
-ne
"0"
]
;
then
if
[
"
$?
"
-ne
"0"
]
;
then
echo
"!! Cannot generate control files"
echo
"!! Cannot generate control files"
...
...
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