Skip to content
Snippets Groups Projects
Verified Commit 78a92f48 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Update dbscripts to debug packages support

parent f408dcc2
No related branches found
No related tags found
No related merge requests found
Pipeline #13918 passed
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
remote_user: root remote_user: root
vars: vars:
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}" archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
dbscripts_commit: '20211026'
roles: roles:
- { role: common } - { role: common }
- { role: tools } - { role: tools }
......
--- ---
dbscripts_commit: HEAD dbscripts_commit: 20211216
dbscripts_update: true dbscripts_update: true
dbscripts_pgp_emails: ['jelle@archlinux.org'] dbscripts_pgp_emails: ['jelle@archlinux.org']
......
...@@ -165,7 +165,7 @@ ...@@ -165,7 +165,7 @@
- name: clone dbscripts git repo - name: clone dbscripts git repo
git: > git: >
dest=/srv/repos/{{ item }}/dbscripts 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 }} version={{ dbscripts_commit }} update={{ dbscripts_update }}
verify_commit=yes verify_commit=yes
with_items: 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