Skip to content
Snippets Groups Projects
Commit 6154362c authored by Leonidas Spyropoulos's avatar Leonidas Spyropoulos
Browse files

Merge branch 'aurweb_6_1_3' into 'master'

aurweb: bump to v6.1.4

See merge request !626
parents 98d3fb85 eb8c595f
No related branches found
No related tags found
1 merge request!626aurweb: bump to v6.1.4
Pipeline #29400 passed
......@@ -8,7 +8,7 @@ aurweb_conf_dir: '/etc/aurweb'
aurweb_git_dir: "{{ aurweb_dir }}/aur.git"
aurweb_git_hook: '/usr/local/bin/aurweb-git-update'
aurweb_nginx_conf: '/etc/nginx/nginx.d/aurweb.conf'
aurweb_version: 'v6.1.2'
aurweb_version: 'v6.1.4'
aurweb_pgp_keys: ['0F985B6F99B6686854C44EC3F7E46DED420788F3', 'DB650286BD9EAE39890D3FE6FE3DC1668CB24956']
aurweb_db: 'aur'
......
......@@ -177,6 +177,8 @@
chdir: "{{ aurweb_dir }}"
environment:
POETRY_VIRTUALENVS_IN_PROJECT: "true"
# https://github.com/python-poetry/poetry/issues/1917
PYTHON_KEYRING_BACKEND: "keyring.backends.null.Keyring"
become: true
become_user: "{{ aurweb_user }}"
when: release.changed or aurweb_installed.rc != 0
......
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