forked from infra/ansible
roles/bodhi2/pungi: Update config_url with new forge location
See: https://forge.fedoraproject.org/atomic-desktops/config.git
This commit is contained in:
parent
49bec86025
commit
ba172de77e
1 changed files with 10 additions and 10 deletions
|
|
@ -181,7 +181,7 @@ ostree = {
|
|||
[% else %]
|
||||
"treefile": "fedora-silverblue.yaml",
|
||||
[% endif %]
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
||||
|
|
@ -203,7 +203,7 @@ ostree = {
|
|||
[% else %]
|
||||
"treefile": "fedora-kinoite.yaml",
|
||||
[% endif %]
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
||||
|
|
@ -225,7 +225,7 @@ ostree = {
|
|||
[% else %]
|
||||
"treefile": "fedora-sericea.yaml",
|
||||
[% endif %]
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
||||
|
|
@ -243,7 +243,7 @@ ostree = {
|
|||
[% else %]
|
||||
"treefile": "fedora-onyx.yaml",
|
||||
[% endif %]
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
||||
|
|
@ -258,7 +258,7 @@ ostree = {
|
|||
"unified_core": True,
|
||||
"runroot_packages": ["selinux-policy-targeted"],
|
||||
"treefile": "cosmic-atomic-ostree.yaml",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"ostree_repo": "/mnt/koji/compose/ostree/repo",
|
||||
|
|
@ -272,7 +272,7 @@ ostree = {
|
|||
ostree_container = {
|
||||
"^Silverblue$": {
|
||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
[% if release.version_int >= 41 %]
|
||||
|
|
@ -289,7 +289,7 @@ ostree_container = {
|
|||
},
|
||||
"^Kinoite$": {
|
||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
[% if release.version_int >= 41 %]
|
||||
|
|
@ -306,7 +306,7 @@ ostree_container = {
|
|||
},
|
||||
"^Sericea$": {
|
||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
[% if release.version_int >= 41 %]
|
||||
|
|
@ -319,7 +319,7 @@ ostree_container = {
|
|||
},
|
||||
"^Onyx$": {
|
||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
[% if release.version_int >= 41 %]
|
||||
|
|
@ -333,7 +333,7 @@ ostree_container = {
|
|||
[% if release.version_int >= 42 %]
|
||||
"^COSMIC-Atomic$": {
|
||||
"version": "!VERSION_FROM_VERSION_DATE_RESPIN",
|
||||
"config_url": "https://pagure.io/workstation-ostree-config.git",
|
||||
"config_url": "https://forge.fedoraproject.org/atomic-desktops/config.git",
|
||||
"config_branch": "f[[ release.version ]]",
|
||||
"repo": {{ repos }},
|
||||
"treefile": "cosmic-atomic.yaml",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue