fix clone url for copr-dist-git
This commit is contained in:
parent
480923a155
commit
25b81efb87
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@
|
|||
- lineinfile: dest=/etc/cgitrc regexp="^include=" line="include=/var/cache/cgit/repo-list.rc"
|
||||
tags:
|
||||
- config
|
||||
- lineinfile: dest=/etc/cgitrc regexp="^clone-prefix=" line="clone-prefix=https://{{ dist_git_base_url }}"
|
||||
- lineinfile: dest=/etc/cgitrc regexp="^clone-prefix=" line="clone-prefix=http://{{ dist_git_base_url }}/git"
|
||||
tags:
|
||||
- config
|
||||
- name: Copy /etc/cgitrc to /etc/cgitrc.slow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue