rpm-ostree/rust/src
Jonathan Lebon 1b43ad04be lockfile: Allow specifying multiple lockfiles
Teach `rpm-ostree compose tree` to accept multiple `--ex-lockfile`
arguments. In this case, later lockfiles can override the NEVRA for
packages specified in previous lockfiles.

This will be used in the FCOS pipeline, where we want to be able to have
a shared "base lockfile" and then stream-specific "override lockfiles".

I contemplated making this an `include: ...` key instead similar to the
manifests, but I'm not sure that paradigm fits as nicely for lockfiles.
Making it separate switches instead also makes it trivial to implement
in cosa.

(And of course, this is all still prefixed with `--ex` which means we
are at liberty of changing this interface later on after gaining some
experience with it).

Closes: #1867
Approved by: cgwalters
2019-07-18 18:54:27 +00:00
..
composepost.rs
ffiutil.rs lockfile: Allow specifying multiple lockfiles 2019-07-18 18:54:27 +00:00
journal.rs
lib.rs
libdnf_sys.rs
lockfile.rs lockfile: Allow specifying multiple lockfiles 2019-07-18 18:54:27 +00:00
openat_utils.rs
progress.rs
treefile.rs
utils.rs