tor

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

commit d9321d697d8ac01284a07ac9651bbfa4030f96e6
parent 51e47481fc6f131d4e421de061029459ccbb033e
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 10 Oct 2017 14:07:34 -0400

Merge remote-tracking branch 'catalyst-oniongit/bug23755'

Diffstat:
M.gitlab-ci.yml | 5+++--
Achanges/bug23755 | 4++++
2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -10,6 +10,8 @@ build: - "make install" update: + only: + - schedules script: - "apt-get install -y --fix-missing git openssh-client" @@ -36,4 +38,4 @@ update: - "mkdir tor" - "cd tor" - git clone --bare https://git.torproject.org/tor.git - - git push --mirror git@oniongit.eu:network/tor.git -\ No newline at end of file + - git push --mirror git@oniongit.eu:network/tor.git diff --git a/changes/bug23755 b/changes/bug23755 @@ -0,0 +1,4 @@ + o Minor bugfixes (testing): + - Stop unconditionally mirroring the tor repository in GitLab CI. + This prevented developers from enabling GitLab CI on master. + Fixes bug 23755; bugfix on 0.3.2.2-alpha.