[libvirt] [PATCH libvirt-ci] libvirt-cim: Deal with autoconfiscate.sh rename

The new name is the more standard autogen.sh. Still not enough to switch to autotools-*-job, but it's something. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- The relevant patch[1] has been ACKed[2] but not pushed yet, because I figured it's better to have the CI setup updated first. [1] https://www.redhat.com/archives/libvir-list/2017-September/msg00813.html [2] https://www.redhat.com/archives/libvir-list/2017-September/msg00819.html projects/libvirt-cim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/libvirt-cim.yaml b/projects/libvirt-cim.yaml index 82a8127..77c4b1d 100644 --- a/projects/libvirt-cim.yaml +++ b/projects/libvirt-cim.yaml @@ -13,7 +13,7 @@ - generic-build-job: parent_jobs: 'libvirt-master-build' command: | - ./autoconfiscate.sh + ./autogen.sh ./configure --prefix=$VIRT_PREFIX make -j{smp} make -j{smp} install -- 2.13.5

On Fri, Sep 22, 2017 at 05:27:33PM +0200, Andrea Bolognani wrote:
The new name is the more standard autogen.sh. Still not enough to switch to autotools-*-job, but it's something.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- The relevant patch[1] has been ACKed[2] but not pushed yet, because I figured it's better to have the CI setup updated first.
[1] https://www.redhat.com/archives/libvir-list/2017-September/msg00813.html [2] https://www.redhat.com/archives/libvir-list/2017-September/msg00819.html
Reviewed-by: Pavel Hrdina <phrdina@redhat.com> I'll push it shortly and regenerate the jobs on jenkins so go ahead and push the changes to libvirt-cim.
participants (2)
-
Andrea Bolognani
-
Pavel Hrdina