Skip to content

Commit

Permalink
base: add .dev marker by default
Browse files Browse the repository at this point in the history
We want to be able to distinguish between release and non-release
builds. To do this, we embed a `.dev` marker in the version string so
that the default developer workflow will use this. As mentioned in the
previous commit message, this will be overridden for release streams.

See coreos/fedora-coreos-tracker#212 for more
information about this.
  • Loading branch information
jlebon committed Jul 10, 2019
1 parent 00f1fdb commit 44dcadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ initramfs-args:
machineid-compat: false

releasever: "30"
automatic-version-prefix: "${releasever}.<date:%Y%m%d>"
automatic-version-prefix: "${releasever}.<date:%Y%m%d>.dev"
mutate-os-release: "${releasever}"

# Be minimal
Expand Down

0 comments on commit 44dcadc

Please sign in to comment.