Skip to content

Commit

Permalink
manifest: Move versioning and fedora-coreos-pinger to toplevel
Browse files Browse the repository at this point in the history
The version numbering is more clearly `fedora-coreos` level.
Similarly, I think we only want `fedora-coreos-pinger` for
things that are actually FCOS.
  • Loading branch information
cgwalters authored and jlebon committed Sep 16, 2019
1 parent e752b84 commit 8ebf4e7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ initramfs-args:
- --omit=multipath
- --omit=iscsi

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

# Be minimal
recommends: false

Expand Down Expand Up @@ -141,8 +137,6 @@ packages:
- whois-nls
# Updates
- zincati
# User metrics
- fedora-coreos-pinger
# Parsing/Interacting with JSON data
- jq

Expand Down
10 changes: 10 additions & 0 deletions fedora-coreos.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# This manifest file defines things that should really only go
# into "official" builds of Fedora CoreOS (such as including `fedora-release-coreos`)
# or are very "opinionated" like disabling SSH passwords by default.

include: fedora-coreos-base.yaml

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

packages:
- fedora-release-coreos
- fedora-repos-ostree
# User metrics
- fedora-coreos-pinger

# XXX: this is used by coreos-assembler for artifact naming...
rojig:
Expand Down

0 comments on commit 8ebf4e7

Please sign in to comment.