Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ rojig:
summary: Fedora CoreOS testing-devel

repos:
- fedora-coreos-pool
# these repos are there to make it easier to add new packages to the OS and to
# use `cosa fetch --update-lockfile`; but note that all package versions are
# still pinned
Expand All @@ -18,6 +17,12 @@ repos:
- fedora-modular
- fedora-updates-modular

# 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