rpm-ostree/rust/src
Rafael Fonseca c94bd08b02 treefile: allow ${releasever} in more keys
Besides allowing ${releasever}, only do the substitution as the final
pass after merging the treefiles for all the keys (currently ${basearch}
and ${releasever}) instead of doing it per parse. This way we have the
expected semantics where one could do:

```
include: "fedora-coreos.yaml"
releasever: "42"
```

and have that releasever used.

Fixes #1809

Signed-off-by: Rafael Fonseca <r4f4rfs@gmail.com>

Closes: #1848
Approved by: cgwalters
2019-06-18 18:19:42 +00:00
..
composepost.rs rust: Update to 2018 edition 2019-04-15 13:03:21 +00:00
ffiutil.rs rust: Reduce visibility of items 2019-04-15 13:03:21 +00:00
journal.rs rust: Stop using extern crate and #[macro_use] 2019-04-15 13:03:21 +00:00
lib.rs compose: Move json lockfile parsing to Rust 2019-06-17 16:28:44 +00:00
lockfile.rs compose: Move json lockfile parsing to Rust 2019-06-17 16:28:44 +00:00
openat_utils.rs rust: Pass through rustfmt 2019-03-02 19:20:21 +00:00
progress.rs rust: Stop using extern crate and #[macro_use] 2019-04-15 13:03:21 +00:00
treefile.rs treefile: allow ${releasever} in more keys 2019-06-18 18:19:42 +00:00
utils.rs rust: Move open_file to utils.rs 2019-06-17 16:28:44 +00:00