Skip to content

Commit

Permalink
manifests: move fedora-coreos-pool to fedora-coreos.yaml
Browse files Browse the repository at this point in the history
This is common to all streams, so we can move it here. I had initially
kept it in `manifest.yaml` because of:

coreos#355 (comment)
  • Loading branch information
jlebon authored and HuijingHei committed Oct 10, 2023
1 parent 19cedea commit 323f766
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 0 additions & 6 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ repos:
- fedora
- fedora-updates

# All Fedora CoreOS streams share the same pool for locked files.
# This will be in fedora-coreos.yaml in the future so it can be more easily be
# shared between all the streams
lockfile-repos:
- fedora-coreos-pool

add-commit-metadata:
fedora-coreos.stream: testing-devel

Expand Down
4 changes: 4 additions & 0 deletions manifests/fedora-coreos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ include: fedora-coreos-base.yaml
automatic-version-prefix: "${releasever}.<date:%Y%m%d>.dev"
mutate-os-release: "${releasever}"

# All Fedora CoreOS streams share the same pool for locked files.
lockfile-repos:
- fedora-coreos-pool

packages:
- fedora-release-coreos
- fedora-repos-ostree
Expand Down

0 comments on commit 323f766

Please sign in to comment.