Fix duplicate entries in cgit due to namespace changes.
This commit is contained in:
parent
bf537c07a5
commit
d7978f9eec
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
# Looking for git repos.
|
||||
#
|
||||
newfile=`mktemp`
|
||||
target=/srv/git/repositories
|
||||
target=/srv/git/repositories/rpms
|
||||
|
||||
ls $target > $newfile
|
||||
for d in `ls $target`; do
|
||||
|
|
|
@ -71,4 +71,4 @@ mimetype.svg=image/svg+xml
|
|||
## PPS: This list could be kept in a different file (e.g. '/etc/cgitrepos')
|
||||
## and included like this:
|
||||
project-list=/srv/git/pkgs-git-repos-list
|
||||
scan-path=/srv/git/repositories/
|
||||
scan-path=/srv/git/repositories/rpms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue