diff --git a/roles/cgit/base/files/cgitrc.people b/roles/cgit/base/files/cgitrc.people index 95df039bc0..b0b13c3e1e 100644 --- a/roles/cgit/base/files/cgitrc.people +++ b/roles/cgit/base/files/cgitrc.people @@ -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 diff --git a/roles/cgit/make_pkgs_list/files/make-people-git.sh b/roles/cgit/make_pkgs_list/files/make-people-git.sh index 8cfb6c7a61..45cca22013 100755 --- a/roles/cgit/make_pkgs_list/files/make-people-git.sh +++ b/roles/cgit/make_pkgs_list/files/make-people-git.sh @@ -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