Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
78a92f48
Verified
Commit
78a92f48
authored
Dec 16, 2021
by
Jelle van der Waa
🚧
Browse files
Update dbscripts to debug packages support
parent
f408dcc2
Pipeline
#13918
passed with stage
in 1 minute and 3 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
playbooks/gemini.archlinux.org.yml
View file @
78a92f48
...
...
@@ -5,7 +5,6 @@
remote_user
:
root
vars
:
archweb_db_host
:
"
{{
hostvars['archlinux.org']['wireguard_address']
}}"
dbscripts_commit
:
'
20211026'
roles
:
-
{
role
:
common
}
-
{
role
:
tools
}
...
...
roles/dbscripts/defaults/main.yml
View file @
78a92f48
---
dbscripts_commit
:
HEAD
dbscripts_commit
:
20211216
dbscripts_update
:
true
dbscripts_pgp_emails
:
[
'
jelle@archlinux.org'
]
...
...
roles/dbscripts/tasks/main.yml
View file @
78a92f48
...
...
@@ -165,7 +165,7 @@
-
name
:
clone dbscripts git repo
git
:
>
dest=/srv/repos/{{ item }}/dbscripts
repo=https://git
hub.com
/archlinux/dbscripts.git
repo=https://git
lab.archlinux.org
/archlinux/dbscripts.git
version={{ dbscripts_commit }} update={{ dbscripts_update }}
verify_commit=yes
with_items
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment