pkgs-stg: employ the dist-git package setup_git_package and mkbranch scripts

This commit is contained in:
clime 2017-05-22 09:25:39 +02:00
parent cc95cd79ab
commit cc29d3ed65
3 changed files with 18 additions and 3 deletions

View file

@ -70,8 +70,17 @@ PKGDB_URL = 'https://admin.fedoraproject.org/pkgdb'
GIT_FOLDER = '/srv/git/repositories/'
{% if env == 'staging' -%}
MKBRANCH = '/usr/share/dist-git/mkbranch'
{%- else -%}
MKBRANCH = '/usr/local/bin/mkbranch'
{%- endif %}
{% if env == 'staging' -%}
SETUP_PACKAGE = '/usr/share/dist-git/setup_git_package'
{%- else -%}
SETUP_PACKAGE = '/usr/local/bin/setup_git_package'
{%- endif %}
THREADS = 20
VERBOSE = False