From b629f9476204b2016c40854fe93bb91369c719d8 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Oct 03 2017 21:08:31 +0000 Subject: atomic host: revert to dumb versioning for now Since the bodhi calling pungi work has not yet completed we'll revert to 'dumb' versioning for now. See https://pagure.io/releng/issue/7079 Signed-off-by: Dusty Mabe --- diff --git a/fedora.conf b/fedora.conf index a8c80f7..9a9d1cd 100644 --- a/fedora.conf +++ b/fedora.conf @@ -709,7 +709,6 @@ live_images = [ ostree = [ ("^Atomic$", { "aarch64": { - "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN', "treefile": "fedora-atomic-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "f27", @@ -718,7 +717,6 @@ ostree = [ 'failable': ['*'], }, "x86_64": { - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "treefile": "fedora-atomic-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "f27", @@ -727,7 +725,6 @@ ostree = [ 'failable': ['*'], }, "ppc64le": { - "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "treefile": "fedora-atomic-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "f27",