Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
a2665ffd
Commit
a2665ffd
authored
10 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
jni: clone sflphone from OG source
contrib has been merged.
parent
4abb46a4
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
compile.sh
+6
-6
6 additions, 6 deletions
compile.sh
with
6 additions
and
6 deletions
compile.sh
+
6
−
6
View file @
a2665ffd
...
...
@@ -92,21 +92,21 @@ export PATH=${NDK_TOOLCHAIN_PATH}:${PATH}
ANDROID_PATH
=
"
`
pwd
`
"
# Fetch
Ring
source
# Fetch
sflphone daemon
source
if
[
!
-z
"
$FETCH
"
]
then
# 1/ libsflphone
TESTED_HASH
=
f9b3354a49a29f10c466a4d856216c5d82525666
TESTED_HASH
=
4c761c439735e46526a3a9f037acf8f804cfd9dd
if
[
!
-d
"sflphone"
]
;
then
echo
"
Ring
source not found, cloning"
git clone
git@gitlab.savoirfairelinux.com:sfl-ports/sflphone.git
sflphone
echo
"
sflphone daemon
source not found, cloning"
git clone
https://gerrit-sflphone.savoirfairelinux.com/
sflphone
cd
sflphone
echo
android/
>>
.git/info/exclude
echo
contrib/android/
>>
.git/info/exclude
#git checkout -B android ${TESTED_HASH}
git checkout contrib
else
echo
"
Ring
source found"
echo
"
sflphone daemon
source found"
cd
sflphone
git checkout contrib
# if ! git cat-file -e ${TESTED_HASH}; then
...
...
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