mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-16 11:40:28 +08:00
Move this over to /var/www/ since /var/www/git doesn't exist.
This commit is contained in:
@@ -69,5 +69,5 @@ source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh
|
||||
## and included like this:
|
||||
|
||||
section-from-path=-1
|
||||
project-list=/var/www/git/cgit.repos
|
||||
project-list=/var/www/cgit.repos
|
||||
scan-path=/home/fedora
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
outfile=`mktemp`
|
||||
|
||||
finalfile=/var/www/git/cgit.repos
|
||||
finalfile=/var/www/cgit.repos
|
||||
for homedir in /home/fedora/* ; do
|
||||
if [ ! -d $homedir/public_git ]; then
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user