Adjust pkgdb2's configuration for update_package_info.py to work

This commit is contained in:
Pierre-Yves Chibon 2016-02-11 17:29:03 +01:00
parent 0281dc80fe
commit 29edf92b5a

View file

@ -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 %}