[copr][dist-git] Alias /repo/ /var/lib/dist-git/cache/lookaside/

This commit is contained in:
Valentin Gologuzov 2015-07-28 17:27:54 +02:00
parent ad4fa9bc03
commit c13973a1c1
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1 @@
Alias /repo/ /var/lib/dist-git/cache/lookaside/

View file

@ -52,7 +52,10 @@
- command: 'git config --global user.name "Copr dist git"'
- name: install config for httpd to serve lookaside openly
copy: src="httpd/lookaside.conf" dest="/etc/httpd/conf.d/dist-git/lookaside.conf"
copy: src="httpd/{{ item }}}" dest="/etc/httpd/conf.d/dist-git/{{ item}}"
with_items:
- lookaside.conf
- lookaside-copr.conf
tags:
- config
notify: