From ea90f2cdce42c9f689b1808c036e20c481eac2e3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 22 Jun 2015 20:53:39 +0000 Subject: [PATCH] Move this over to /var/www/ since /var/www/git doesn't exist. --- roles/cgit/base/files/cgitrc.people | 2 +- roles/cgit/make_pkgs_list/files/make-people-git.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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