diff --git a/roles/distgit/templates/pkgdb_sync_git_branches.py b/roles/distgit/templates/pkgdb_sync_git_branches.py index 92fa5ec4b4..24d15f2b20 100644 --- a/roles/distgit/templates/pkgdb_sync_git_branches.py +++ b/roles/distgit/templates/pkgdb_sync_git_branches.py @@ -63,11 +63,10 @@ fedmsg.init(name='relay_inbound', cert_prefix='shell', **config) {% if env == 'staging' -%} PKGDB_URL = 'https://admin.stg.fedoraproject.org/pkgdb' -GIT_FOLDER = '/srv/git/repositories/' {%- else -%} PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb' -GIT_FOLDER = '/srv/git/rpms/' {%- endif %} +GIT_FOLDER = '/srv/git/repositories/' MKBRANCH = '/usr/local/bin/mkbranch' SETUP_PACKAGE = '/usr/local/bin/setup_git_package'