pkgs-stg: employ the dist-git package setup_git_package and mkbranch scripts
This commit is contained in:
parent
cc95cd79ab
commit
cc29d3ed65
3 changed files with 18 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue