Publish the full list of git repos
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
609751fd8c
commit
4ec8ff4264
2 changed files with 9 additions and 0 deletions
4
roles/distgit/files/repolist.conf
Normal file
4
roles/distgit/files/repolist.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
Alias /pkgs-git-repos-list /srv/git/pkgs-git-repos-list
|
||||
<Directory /srv/git>
|
||||
Require all granted
|
||||
</Directory>
|
|
@ -76,6 +76,11 @@
|
|||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: Symlink pkgs-git-repos-list
|
||||
copy: src=repolist.conf dest=/etc/httpd/conf.d/pkgs.fedoraproject.org/repolist.conf
|
||||
notify:
|
||||
- reload httpd
|
||||
|
||||
- name: install the pkgdb_sync_git_branches.py scripts
|
||||
template: src={{item}} dest=/usr/local/bin/{{item}} owner=root group=root mode=0755
|
||||
with_items:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue