tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit ef03aa3f8ece80c8a7539c131efc4359eccf018c
parent 40288fd7728989aea96cd9f68986ab68fdb1b05d
Author: hiromipaw <hiro@torproject.org>
Date:   Fri,  1 Sep 2017 18:12:30 +0200

Modify gitlab-ci for mirroring

Diffstat:
M.gitlab-ci.yml | 8+++-----
1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -30,11 +30,9 @@ build: update: script: - echo "merging from torgit" - - git clone git@oniongit.eu:hiro/tor.git - - "cd tor" - - git remote add upstream https://git.torproject.org/tor.git + - git clone --bare https://git.torproject.org/tor.git + - "cd tor" - git checkout master - git config --global user.email "labadmin@oniongit.eu" - git config --global user.name "gitadmin" - - git pull -Xtheirs upstream master - - git push origin master + - git push --mirror git@oniongit.eu:hiro/tor.git