Adjust pkgdb2's configuration for update_package_info.py to work
This commit is contained in:
parent
0281dc80fe
commit
29edf92b5a
1 changed files with 14 additions and 0 deletions
|
@ -174,4 +174,18 @@ The Fedora admins.
|
|||
{% if env != 'staging' %}
|
||||
FEDOCAL_URL = 'https://apps.fedoraproject.org/calendar'
|
||||
FEDOCAL_CALENDAR_SHIELD = 'vacation'
|
||||
|
||||
REPO_MAP = [
|
||||
('rawhide', 'fedora/linux/development/rawhide/source'),
|
||||
('f23_up', 'fedora/linux/updates/23'),
|
||||
('f22_up', 'fedora/linux/updates/21'),
|
||||
('f22_rel', 'fedora/linux/releases/22/Everything/source'),
|
||||
('f21_up', 'fedora/linux/updates/21'),
|
||||
('f21_rel', 'fedora/linux/releases/21/Everything/source'),
|
||||
('el7', 'epel/7'),
|
||||
('el6', 'epel/6'),
|
||||
('el5', 'epel/5'),
|
||||
]
|
||||
|
||||
BASE_REPO_URL = 'http://dl.phx2.fedoraproject.org/pub/'
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue