Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use `bash` binary from env instead of /bin/bash for scripts | Sascha Grunert | 2020-08-17 |
| | | | | | | | | It's not possible to run any of the scripts on distributions which do have `bash` not in `/bin`. This is being fixed by using `/usr/bin/env bash` instead. Signed-off-by: Sascha Grunert <sgrunert@suse.com> | ||
* | Cirrus: Add Second partition for storage testing | Chris Evich | 2019-08-01 |
This is mainly/initially to support use of Cirrus-CI in https://github.com/containers/buildah since that setup re-uses the VM images from this project. However, it also opens doors here, if libpod ever needs/wants to do things with a dedicated storage device and/or storage-drivers. Signed-off-by: Chris Evich <cevich@redhat.com> |