instructions on how to do redirects from gitweb to gitlab authored by anarcat's avatar anarcat
...@@ -381,9 +381,10 @@ gitolite to gitlab just now. I have followed the following procedure: ...@@ -381,9 +381,10 @@ gitolite to gitlab just now. I have followed the following procedure:
repo project/jenkins/jobs repo project/jenkins/jobs
RW = @jenkins-admins RW = @jenkins-admins
The only downside with that approach is that a git clone will not warn 5. on vineale, add a rewrite rule for the site in
about the project redirection, but I am not sure there's a way to fix `/etc/apache2/sites-enabled/git.torproject.org.conf` and
that. `gitweb.torproject.org.conf` (TODO: use a `RewriteMap` instead of
copy-paste, see tpo/tpa/team#40472 for progress)
See [issue 36][] for further discussion. See [issue 36][] for further discussion.
... ...
......