Skip to content

Commit

Permalink
manifest: move pool repo to lockfile-repos
Browse files Browse the repository at this point in the history
The pool repo isn't semantically an ordinary like the others. It
contains past and present locked packages used in any Fedora CoreOS
stream. Mark it as a lockfile repo instead to tell rpm-ostree to only
use this repo for fetching locked packages and never to try to freely
depsolve with it on.
  • Loading branch information
jlebon committed Apr 29, 2020
1 parent 6235773 commit 285fb34
Showing 1 changed file with 6 additions and 1 deletion.
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

0 comments on commit 285fb34

Please sign in to comment.