1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-18 21:19:00 +02:00

Update flyspray repo to Gitlab

The repository has been migrated to Gitlab as cgit will be removed in
due time.
This commit is contained in:
Jelle van der Waa 2021-05-15 16:56:34 +02:00
parent 0347e2129a
commit 74968ad75c
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -41,7 +41,7 @@
- name: clone flyspray repo
git:
repo: https://git.archlinux.org/vhosts/bugs.archlinux.org.git
repo: https://gitlab.archlinux.org/archlinux/flyspray.git
version: "{{ flyspray_commit }}"
dest: "{{ flyspray_dir }}"
become: true