Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
3c6c928f
Commit
3c6c928f
authored
Sep 27, 2018
by
intrigeri
Browse files
Update doc: our main Git repository has moved (refs: #14588).
parent
d8d3618b
Changes
2
Hide whitespace changes
Inline
Side-by-side
wiki/src/contribute/git.mdwn
View file @
3c6c928f
...
...
@@ -80,7 +80,7 @@ Anyone can check it out like this:
Developers with write access to the repositories should instead:
git clone
boum_org_amnesia@webmasters.boum.org:wiki.git
torsocks
git clone
gitolite@d53ykjpeekuikgoq.onion:tails
And then, in any case, in your new Git clone's directory:
...
...
@@ -370,12 +370,5 @@ Troubleshooting
First, check with your team-mates: in some cases they can help you
troubleshoot your problem, and confirm whether the problem is on your
side or on the server side. If that is not enough, read on.
* For repositories hosted at `git-tails.immerda.ch` (aka.
`git.tails.boum.org`) or at `git.puppet.tails.boum.org`: get in
touch with
[[Tails system administrators|about/contact#tails-sysadmins]].
* For repositories hosted at `webmasters.boum.org`: get in touch with
<root@boum.org>.
side or on the server side. If that is not enough, get in touch with
the [[Tails system administrators|about/contact#tails-sysadmins]].
wiki/src/contribute/release_process.mdwn
View file @
3c6c928f
...
...
@@ -1422,8 +1422,8 @@ this, and skip what does not make sense for a RC.
git fetch && \
git submodule update && \
bare_repo=$(mktemp -d)
git clone --bare --reference "${MASTER_CHECKOUT:?}" \
boum_org_amnesia@webmasters.boum.org:wiki.git
\
torsocks
git clone --bare --reference "${MASTER_CHECKOUT:?}" \
gitolite@d53ykjpeekuikgoq.onion:tails
\
"${bare_repo:?}" && \
PYTHONPATH=lib/python3 ./bin/delete-merged-git-branches \
--repo "${bare_repo:?}" && \
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment