diff options
author | Matthew Heon <mheon@redhat.com> | 2020-05-12 14:15:44 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-05-12 14:15:44 -0400 |
commit | 440e97c2c06772e90aa3594d96027c05c2700c59 (patch) | |
tree | 04f1fbfa11c0c2c35a7035bcdac6aa1e0189275a /contrib/cirrus/setup_environment.sh | |
parent | 5b4e91db73a80f31f67b7c28832527e64b074b74 (diff) | |
download | podman-440e97c2c06772e90aa3594d96027c05c2700c59.tar.gz podman-440e97c2c06772e90aa3594d96027c05c2700c59.tar.bz2 podman-440e97c2c06772e90aa3594d96027c05c2700c59.zip |
Remove libpod.conf from repo
Now that we're shipping containers.conf, we don't want to provide
a libpod.conf anymore. This removes libpod.conf from the repo and
as many direct uses as I can find.
There are a few more mentions in the documentation, but someone
more familiar with containers.conf should make those edits.
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'contrib/cirrus/setup_environment.sh')
-rwxr-xr-x | contrib/cirrus/setup_environment.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/cirrus/setup_environment.sh b/contrib/cirrus/setup_environment.sh index 756240444..945b33909 100755 --- a/contrib/cirrus/setup_environment.sh +++ b/contrib/cirrus/setup_environment.sh @@ -76,12 +76,6 @@ case "$CG_FS_TYPE" in X=$(echo "export OCI_RUNTIME=/usr/bin/crun" | \ tee -a /etc/environment) && eval "$X" && echo "$X" - if [[ "$MOD_LIBPOD_CONF" == "true" ]]; then - warn "Updating runtime setting in repo. copy of libpod.conf" - sed -i -r -e 's/^runtime = "runc"/runtime = "crun"/' $GOSRC/libpod.conf - git diff $GOSRC/libpod.conf - fi - if [[ "$OS_RELEASE_ID" == "fedora" ]]; then warn "Upgrading to the latest crun" # Normally not something to do for stable testing |