3047513509
While working on unified core and the Fedora Atomic Host content set, I hit a dependency between `docker.posttrans` which tries to read `/etc/os-release`, and `fedora-release-atomichost.post` which creates that symlink. It seems best practice to me to run `%post`s strictly before `%posttrans`; we're not likely to do parallelization anytime soon anyways. While here I cleaned things up by having an enum for the script kind, rather than multiple functions, otherwise we would have had another wrapper in core.c. Closes: #963 Approved by: jlebon |
||
---|---|---|
.. | ||
fetch-journal.sh | ||
multitest.py | ||
overlay.sh | ||
sync.sh | ||
test-basic.sh | ||
test-initramfs.sh | ||
test-layering-basic.sh | ||
test-layering-gpg.sh | ||
test-layering-local.sh | ||
test-layering-non-root-caps.sh | ||
test-layering-relayer.sh | ||
test-layering-rpmdb.sh | ||
test-layering-scripts.sh | ||
test-layering-unified.sh | ||
test-livefs.sh | ||
test-override-local-replace.sh | ||
test-override-remove.sh | ||
test.sh |