Re: [libvirt] [jenkins-ci PATCH 4/8] guests: Use "git_branch" when building

2018-09-04 Thread Erik Skultety
On Wed, Aug 29, 2018 at 05:09:01PM +0200, Andrea Bolognani wrote:
> This makes the build process use the value provided by
> the user through lcitool instead of the default.
>
> Signed-off-by: Andrea Bolognani 
> ---
Reviewed-by: Erik Skultety 

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list


[libvirt] [jenkins-ci PATCH 4/8] guests: Use "git_branch" when building

2018-08-29 Thread Andrea Bolognani
This makes the build process use the value provided by
the user through lcitool instead of the default.

Signed-off-by: Andrea Bolognani 
---
 guests/playbooks/build/jobs/prepare.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guests/playbooks/build/jobs/prepare.yml 
b/guests/playbooks/build/jobs/prepare.yml
index 01e667d..7782c0f 100644
--- a/guests/playbooks/build/jobs/prepare.yml
+++ b/guests/playbooks/build/jobs/prepare.yml
@@ -2,7 +2,7 @@
 - name: '{{ name }}-prepare{{ variant }}'
   git:
 repo: '{{ git_url }}'
-version: '{{ branch }}'
+version: '{{ git_branch }}'
 dest: '{{ name }}{{ variant }}'
 force: yes
   when:
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list