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
fe53ede1
Commit
fe53ede1
authored
May 8, 2019
by
Sébastien Blin
Browse files
Options
Downloads
Patches
Plain Diff
fdroid: use ssh remote to push
Change-Id: I6c36b7c8f9fb5c224374ad990cf28079cc2bcedd
parent
67da5845
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fdroidMergeRequest.sh
+2
-2
2 additions, 2 deletions
fdroidMergeRequest.sh
with
2 additions
and
2 deletions
fdroidMergeRequest.sh
+
2
−
2
View file @
fe53ede1
...
@@ -28,10 +28,10 @@ then
...
@@ -28,10 +28,10 @@ then
git
-C
fdroiddata pull
--rebase
git
-C
fdroiddata pull
--rebase
else
else
echo
"fdroiddata repository does not exists"
echo
"fdroiddata repository does not exists"
git clone
https://
gitlab.com
/savoirfairelinux
/fdroiddata.git
git clone
git@
gitlab.com
:fdroid
/fdroiddata.git
fi
fi
git
-C
fdroiddata remote add upstream
https://
gitlab.com
/
fdroid/fdroiddata.git
git
-C
fdroiddata remote add upstream
git@
gitlab.com
:
fdroid/fdroiddata.git
git
-C
fdroiddata fetch upstream
||
exit
git
-C
fdroiddata fetch upstream
||
exit
git
-C
fdroiddata status
git
-C
fdroiddata status
git
-C
fdroiddata checkout upstream/master
git
-C
fdroiddata checkout upstream/master
...
...
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