#245 [WIP] f26: atomic: move to new versioning scheme for ostree
Closed 6 years ago by dustymabe. Opened 6 years ago by dustymabe.
dustymabe/pungi-fedora dusty-f26  into  f26

file modified
+2
@@ -712,6 +712,7 @@ 

  ostree = [

      ("^Atomic$", {

          "aarch64": {

+             "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",

              "treefile": "fedora-atomic-docker-host.json",

              "config_url": "https://pagure.io/fedora-atomic.git",

              "config_branch": "f26",
@@ -720,6 +721,7 @@ 

              'failable': ['*'],

          },

          "x86_64": {

+             "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN",

              "treefile": "fedora-atomic-docker-host.json",

              "config_url": "https://pagure.io/fedora-atomic.git",

              "config_branch": "f26",

We have decided [1] that we want to have more meaningful versions
for ostree commits and the resulting images. One way to do this
is to have the ostree version match the version from the compose ID.

Pungi recently [2] gained support for embedding the label from the
compose into the ostree commit version. This change takes advantage
of that work to embed a more meaninful version.

[1] https://pagure.io/atomic-wg/issue/229
[2] https://pagure.io/pungi/pull-request/592

Signed-off-by: Dusty Mabe dusty@dustymabe.com
(cherry picked from commit f5769f7)

this can wait til after freeze - i'm not asking for it to be merged before then.

don't merge this for now

closing this as this didn't make it for f26 before release. will open a new PR when other work is in place to make this happen.

Pull-Request has been closed by dustymabe

6 years ago
Metadata