Add a project defining the osinfo-db package build jobs Signed-off-by: Daniel P. Berrange <berrange@xxxxxxxxxx> --- projects/osinfo-db.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 projects/osinfo-db.yaml diff --git a/projects/osinfo-db.yaml b/projects/osinfo-db.yaml new file mode 100644 index 0000000..17f1e45 --- /dev/null +++ b/projects/osinfo-db.yaml @@ -0,0 +1,24 @@ + +- project: + name: osinfo-db + machines: + - libvirt-centos-7 + - libvirt-fedora-21 + - libvirt-fedora-22 + - libvirt-fedora-23 + - libvirt-fedora-rawhide + title: osinfo database + jobs: + - generic-build-job: + parent_jobs: 'osinfo-db-tools-build' + command: | + export PATH=$VIRT_PREFIX/bin:$PATH + make -j3 all + make install OSINFO_DB_TARGET="--system" + - generic-rpm-job: + parent_jobs: 'osinfo-db-build' + command: | + rm -f *.tar.xz + make osinfo-db.spec + perl -i -p -e 's/BuildRequires: osinfo-db-tools.*//' osinfo-db.spec + make rpm -- 2.7.4 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list