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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-android
Commits
0a0935cf
Unverified
Commit
0a0935cf
authored
4 years ago
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
fdroid: use apt-get instead apt and update dependencies
Change-Id: I31b40bc3b3c954a2b56ee47ab68576a9a418ecb7
parent
cd746191
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
fdroidMergeRequest.sh
+4
-2
4 additions, 2 deletions
fdroidMergeRequest.sh
with
4 additions
and
2 deletions
fdroidMergeRequest.sh
+
4
−
2
View file @
0a0935cf
...
...
@@ -55,8 +55,10 @@ echo " - versionName: ${versionName}
subdir: client-android/ring-android/app
submodules: true
sudo:
- apt update || apt update
- apt install -y -t testing swig
- apt-get update || apt-get update
- apt-get install -y -t testing swig
- apt-get install -y -t stretch-backports-sloppy libarchive13
- apt-get install -y -t stretch-backports cmake
gradle:
- noPush
rm:
...
...
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