mirror of
https://github.com/containers/buildah.git
synced 2026-02-05 18:44:58 +01:00
Also simplify `lib.sh` after supporting changes incorporated into automation library 2.x+ (present in all VM and container images). * No need to force-load `/etc/profile` and handle it's expectation to **not** being in `errexit` mode. * Slightly re-arrange loading of automation library files for clarity. * Remove dependency on updating `/etc/environment` for GPG. * Remove redundant showrun() function (now present in automation library) * Update comments. Signed-off-by: Chris Evich <cevich@redhat.com>