tweak cgit for new pkgs->src redirect
This commit is contained in:
parent
ecd6cf502d
commit
1db5d40fd8
2 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
cache-size=1000
|
||||
|
||||
# Specify some default clone prefixes
|
||||
clone-prefix=git://pkgs.fedoraproject.org ssh://pkgs.fedoraproject.org http://pkgs.fedoraproject.org/git
|
||||
clone-prefix=https://src.fedoraproject.org/git
|
||||
|
||||
# Some header information to throw at the top of each page (fedmenu).
|
||||
header=/usr/share/cgit/cgit-header-fedora.html
|
||||
|
|
|
@ -2,6 +2,7 @@ SetEnv GIT_PROJECT_ROOT /srv/git/repositories
|
|||
SetEnv GIT_HTTP_EXPORT_ALL
|
||||
ScriptAlias /git/ /usr/libexec/git-core/git-http-backend/
|
||||
Alias /rpms /srv/git/repositories/rpms/
|
||||
Alias /git /srv/git
|
||||
|
||||
<Directory "/usr/libexec/git-core*">
|
||||
Options ExecCGI Indexes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue