fedora.conf: force new ostree commits for AH/Silverblue

This will ensure that the OSTrees get generated on each compose
so that the media created will match the version numbers of the
OSTree inside.

The caveat is that there can be empty commits that do happen.

Signed-off-by: Dusty Mabe <dusty@dustymabe.com>
(cherry picked from commit 0fca75d92a1a48bdbb766a4a61a27694a7ca5a6d)
This commit is contained in:
Dusty Mabe 2018-09-11 23:27:03 -04:00
parent 4aa7ab85ef
commit f0aec1e487
No known key found for this signature in database
GPG Key ID: 3302DBD73952E671
2 changed files with 4 additions and 0 deletions

View File

@ -750,6 +750,7 @@ live_images = [
ostree = {
"^AtomicHost$": {
"version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN',
"force_new_commit": True,
"treefile": "fedora-atomic-host.json",
"config_url": "https://pagure.io/fedora-atomic.git",
"config_branch": "f29",
@ -762,6 +763,7 @@ ostree = {
},
"^Silverblue$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"treefile": "fedora-atomic-workstation.json",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "f29",

View File

@ -750,6 +750,7 @@ live_images = [
ostree = {
"^AtomicHost$": {
"version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN',
"force_new_commit": True,
"treefile": "fedora-atomic-host.json",
"config_url": "https://pagure.io/fedora-atomic.git",
"config_branch": "f29",
@ -762,6 +763,7 @@ ostree = {
},
"^Silverblue$": {
"version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",
"force_new_commit": True,
"treefile": "fedora-atomic-workstation.json",
"config_url": "https://pagure.io/workstation-ostree-config.git",
"config_branch": "f29",