adjust this a bit
This commit is contained in:
parent
c217c21252
commit
4d6fdfca11
1 changed files with 2 additions and 1 deletions
|
@ -139,7 +139,8 @@ DIST_GIT_WEB_ROOT_URL = 'https://src.stg.fedoraproject.org/cgit/'
|
|||
{% else %}
|
||||
DIST_GIT_WEB_ROOT_URL = 'https://src.fedoraproject.org/cgit/'
|
||||
{% endif %}
|
||||
DIST_GIT_REPO_FORMAT = DIST_GIT_WEB_ROOT_URL + DIST_GIT_RPM_PATH + "%s"
|
||||
DIST_GIT_RPM_PATH = 'rpms/'
|
||||
DIST_GIT_REPO_FORMAT = DIST_GIT_WEB_ROOT_URL + DIST_GIT_RPM_PATH + "%s" + ".git"
|
||||
|
||||
# Use this to deny people creating new "epel" or "fedora" branches after we
|
||||
# import the existing oldschool branches.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue