#386 atomic host: revert to dumb versioning for now
Merged 6 years ago by puiterwijk. Opened 6 years ago by dustymabe.
dustymabe/pungi-fedora dusty-f27  into  f27

file modified
-3
@@ -709,7 +709,6 @@ 

  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 @@ 

              '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 @@ 

              '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",

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

@puiterwijk PTAL

Note: This requires the work from https://pagure.io/releng/issue/7079 be completed first.

rebased onto 51c68e404914e6a5b15857d44cf1f0d29b36ea06

6 years ago

rebased onto b629f94

6 years ago

just rebased to avoid a merge commit

Pull-Request has been merged by puiterwijk

6 years ago
Metadata