summaryrefslogtreecommitdiff
path: root/ci/installdeps.sh
Commit message (Collapse)AuthorAgeFilesLines
* installdeps: Drop PyYAMLColin Walters2021-03-311-1/+1
| | | | Doesn't exist anymore in f33 and we don't depend on python2 anymore.
* ci: Don't install deps if running as non-rootColin Walters2021-02-021-1/+1
| | | | This way we run in Prow too.
* ci: Remove libpaprci/ directoryJonathan Lebon2020-06-171-1/+1
| | | | | | And move everything that was in it directly in `ci/`. There's a bunch more cleanups here that we need to do (and more changes to upstream from the rpm-ostree copies of this).
* ci: Skip all yum operations if SKIP_INSTALLDEPS is setColin Walters2019-10-161-0/+8
| | | | | | | | | This is used by our OpenShift Prow job; we use the cosa buildroot container: https://github.com/coreos/coreos-assembler/pull/730 And using `yum` at all means we can flake on fetching rpm metadata.
* ci: Split out installdeps.sh from build.shRobert Fairley2019-05-271-0/+23
This script is useful to run individually when setting up a development environment for OSTree. Closes: #1865 Approved by: jlebon