Skip to content
Snippets Groups Projects
Commit d7c7da70 authored by Jelle van der Waa's avatar Jelle van der Waa :construction: Committed by Kristian Klausen
Browse files

Update dbscripts to debug packages support

parent 825771b3
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !536. Comments created here will be created in the context of that merge request.
......@@ -5,7 +5,6 @@
remote_user: root
vars:
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
dbscripts_commit: '20211026'
roles:
- { role: common }
- { role: tools }
......
---
dbscripts_commit: HEAD
dbscripts_commit: 20211216
dbscripts_update: true
dbscripts_pgp_emails: ['jelle@archlinux.org']
......
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment