Hi all,
The filenames for atomic workstation treefiles changed from -ostree- to -atomic-. Can I get +1s?
Patrick
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index ff31d400e..1561360d6 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -151,7 +151,11 @@ ostree = { [% if release.version_int >= 28 %] "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", [% endif %] - "treefile": "fedora-ostree-workstation-updates-[[ request.name ]].json", + [% if release.version_int >= 28 %] + "treefile": "fedora-atomic-workstation-updates-[[ request.name ]].json", + [% else %] + "treefile": "fedora-ostree-workstation-updates-[[ request.name ]].json", + [% endif %] "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "f[[ release.version ]]", "repo": [
On 03/09/2018 05:48 PM, Patrick マルタインアンドレアス Uiterwijk wrote:
Hi all,
The filenames for atomic workstation treefiles changed from -ostree- to -atomic-. Can I get +1s?
LGTM.. we could just update the f27 branch to have a symlink so we don't have to special case it in the config.. WDYT?
Dusty
On 03/09/2018 02:48 PM, Patrick マルタインアンドレアス Uiterwijk wrote:
Hi all,
The filenames for atomic workstation treefiles changed from -ostree- to -atomic-. Can I get +1s?
Patrick
diff --git a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 index ff31d400e..1561360d6 100644 --- a/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 +++ b/roles/bodhi2/backend/templates/pungi.rpm.conf.j2 @@ -151,7 +151,11 @@ ostree = { [% if release.version_int >= 28 %] "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", [% endif %]
"treefile": "fedora-ostree-workstation-updates-[[ request.name ]].json",
[% if release.version_int >= 28 %]"treefile": "fedora-atomic-workstation-updates-[[ request.name ]].json",[% else %]"treefile": "fedora-ostree-workstation-updates-[[ request.name ]].json",[% endif %] "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "f[[ release.version ]]", "repo": [
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
+1.
kevin
On 03/09/2018 05:48 PM, Patrick マルタインアンドレアス Uiterwijk wrote:
Hi all,
The filenames for atomic workstation treefiles changed from -ostree- to -atomic-. Can I get +1s?
Did this ever make it to prod? The run today failed too:
infrastructure@lists.fedoraproject.org