Skip to content
Snippets Groups Projects
Commit fe53ede1 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

fdroid: use ssh remote to push

Change-Id: I6c36b7c8f9fb5c224374ad990cf28079cc2bcedd
parent 67da5845
Branches
Tags
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment