[libvirt] [jenkins-ci PATCH 0/5] guests: Make Perl and Python paths dynamic

Andrea Bolognani abologna at redhat.com
Mon May 21 16:53:22 UTC 2018


Plus other cleanups. See patches 3/5 and 4/5 for the good stuff.

Andrea Bolognani (5):
  guests: Add .j2 extension to existing templates
  guests: Remove distinction between files and templates
  guests: Make PERL5LIB dynamic
  guests: Make PYTHONPATH dynamic
  guests: Move remaining paths out of the inventory

 guests/group_vars/all/main.yml                | 13 --------
 guests/host_vars/libvirt-centos-6/main.yml    |  3 --
 guests/host_vars/libvirt-centos-7/main.yml    |  3 --
 guests/host_vars/libvirt-debian-8/main.yml    |  3 --
 guests/host_vars/libvirt-debian-9/main.yml    |  3 --
 guests/host_vars/libvirt-debian-sid/main.yml  |  3 --
 guests/host_vars/libvirt-fedora-27/main.yml   |  3 --
 guests/host_vars/libvirt-fedora-28/main.yml   |  3 --
 .../host_vars/libvirt-fedora-rawhide/main.yml |  3 --
 guests/host_vars/libvirt-freebsd-10/main.yml  |  3 --
 guests/host_vars/libvirt-freebsd-11/main.yml  |  3 --
 .../libvirt-freebsd-current/main.yml          |  3 --
 guests/host_vars/libvirt-ubuntu-14/main.yml   |  3 --
 guests/host_vars/libvirt-ubuntu-16/main.yml   |  3 --
 guests/host_vars/libvirt-ubuntu-18/main.yml   |  3 --
 guests/tasks/base.yml                         | 12 +++----
 guests/tasks/users.yml                        |  6 ++--
 .../{bash_profile => bash_profile.j2}         |  0
 guests/templates/bashrc                       | 20 ------------
 guests/templates/bashrc.j2                    | 32 +++++++++++++++++++
 .../ccache.conf => templates/ccache.conf.j2}  |  0
 .../fedora-rawhide-kernel-nodebug.repo.j2}    |  0
 .../jessie-backports.preferences.j2}          |  0
 .../jessie-backports.sources.j2}              |  0
 24 files changed, 41 insertions(+), 84 deletions(-)
 rename guests/templates/{bash_profile => bash_profile.j2} (100%)
 delete mode 100644 guests/templates/bashrc
 create mode 100644 guests/templates/bashrc.j2
 rename guests/{files/ccache.conf => templates/ccache.conf.j2} (100%)
 rename guests/{files/fedora-rawhide-kernel-nodebug.repo => templates/fedora-rawhide-kernel-nodebug.repo.j2} (100%)
 rename guests/{files/jessie-backports.preferences => templates/jessie-backports.preferences.j2} (100%)
 rename guests/{files/jessie-backports.sources => templates/jessie-backports.sources.j2} (100%)

-- 
2.17.0




More information about the libvir-list mailing list