Fix naming in updates-sync, add f28 primary arches and set 28 testing repomd
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
692ddc2f78
commit
43ac82d4bf
2 changed files with 3 additions and 1 deletions
|
@ -39,7 +39,7 @@ RELEASES = {'f28': {'topic': 'fedora',
|
|||
'version': '28m',
|
||||
'modules': ['fedora', 'fedora-secondary'],
|
||||
'repos': {'updates-testing': {
|
||||
'from': 'f28m-updates-testing',
|
||||
'from': 'f28-modular-updates-testing',
|
||||
'ostrees': [],
|
||||
'to': [{'arches': ['x86_64', 'aarch64', 'armhfp', 'source'],
|
||||
'dest': os.path.join(FEDORADEST, 'testing', '28', 'Modular')},
|
||||
|
|
|
@ -194,6 +194,7 @@ pungi.extracmdline = --notification-script=/usr/bin/pungi-fedmsg-notification --
|
|||
master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repodata/repomd.xml
|
||||
fedora_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/%s/repodata/repomd.xml
|
||||
fedora_28_stable_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/%s/Everything/%s/repodata/repomd.xml
|
||||
fedora_28_testing_master_repomd = http://download01.phx2.fedoraproject.org/pub/fedora/linux/updates/testing/%s/Everything/%s/repodata/repomd.xml
|
||||
fedora_epel_master_repomd = http://download01.phx2.fedoraproject.org/pub/epel/%s/%s/repodata/repomd.xml
|
||||
{% endif %}
|
||||
|
||||
|
@ -260,6 +261,7 @@ base_address = https://bodhi{{env_suffix}}.fedoraproject.org/
|
|||
# fedora_26_primary_arches = armhfp x86_64
|
||||
fedora_26_primary_arches = armhfp x86_64
|
||||
fedora_27_primary_arches = armhfp x86_64
|
||||
fedora_28_primary_arches = aarch64 armhfp x86_64
|
||||
|
||||
##
|
||||
## Email setting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue