diff --git a/fedora.conf b/fedora.conf index 24b5a12..1c5c8b5 100644 --- a/fedora.conf +++ b/fedora.conf @@ -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": "master", @@ -762,6 +763,7 @@ ostree = { }, "^Silverblue$": { "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", + "force_new_commit": True "treefile": "fedora-silverblue.json", "config_url": "https://pagure.io/workstation-ostree-config.git", "config_branch": "master",