[libvirt PATCH v2 0/1] ci: Add helper script

Andrea Bolognani posted 1 patch 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210217092451.215696-1-abologna@redhat.com
There is a newer version of this series
ci/cirrus/refresh     |  22 -----
ci/containers/refresh |  41 ---------
ci/helper             | 187 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 187 insertions(+), 63 deletions(-)
delete mode 100755 ci/cirrus/refresh
delete mode 100755 ci/containers/refresh
create mode 100755 ci/helper
[libvirt PATCH v2 0/1] ci: Add helper script
Posted by Andrea Bolognani 3 years, 2 months ago
Changes from [v1]:

  * implement (partial) support for running builds and spawning
    shells inside the container;

  * make the code more maintainable by using a couple of classes.

[v1] https://listman.redhat.com/archives/libvir-list/2021-February/msg00900.h=
tml

Andrea Bolognani (1):
  ci: Add helper script

 ci/cirrus/refresh     |  22 -----
 ci/containers/refresh |  41 ---------
 ci/helper             | 187 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 187 insertions(+), 63 deletions(-)
 delete mode 100755 ci/cirrus/refresh
 delete mode 100755 ci/containers/refresh
 create mode 100755 ci/helper

--=20
2.26.2