Update dbscripts to debug packages support

This commit is contained in:
Jelle van der Waa 2021-12-16 20:48:03 +01:00
parent f408dcc235
commit 78a92f48b3
No known key found for this signature in database
GPG key ID: C06086337C50773E
3 changed files with 2 additions and 3 deletions

View file

@ -5,7 +5,6 @@
remote_user: root
vars:
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
dbscripts_commit: '20211026'
roles:
- { role: common }
- { role: tools }

View file

@ -1,5 +1,5 @@
---
dbscripts_commit: HEAD
dbscripts_commit: 20211216
dbscripts_update: true
dbscripts_pgp_emails: ['jelle@archlinux.org']

View file

@ -165,7 +165,7 @@
- name: clone dbscripts git repo
git: >
dest=/srv/repos/{{ item }}/dbscripts
repo=https://github.com/archlinux/dbscripts.git
repo=https://gitlab.archlinux.org/archlinux/dbscripts.git
version={{ dbscripts_commit }} update={{ dbscripts_update }}
verify_commit=yes
with_items: