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

Andrea Bolognani posted 1 patch 6 years, 7 months ago
Failed in applying to current master (apply log)
projects/libvirt-cim.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH libvirt-ci] libvirt-cim: Deal with autoconfiscate.sh rename
Posted by Andrea Bolognani 6 years, 7 months ago
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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH libvirt-ci] libvirt-cim: Deal with autoconfiscate.sh rename
Posted by Pavel Hrdina 6 years, 7 months ago
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.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list