diff --git a/roles/distgit/templates/pkgdb_sync_git_branches.py b/roles/distgit/templates/pkgdb_sync_git_branches.py index cf8fa5b518..60170a6158 100644 --- a/roles/distgit/templates/pkgdb_sync_git_branches.py +++ b/roles/distgit/templates/pkgdb_sync_git_branches.py @@ -66,6 +66,7 @@ PKGDB_URL = 'https://admin.stg.fedoraproject.org/pkgdb' {%- else -%} PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb' {%- endif %} + GIT_FOLDER = '/srv/git/repositories/' MKBRANCH = '/usr/local/bin/mkbranch'