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

aurweb: release 6.1.7

parent d7e8d34d
No related branches found
No related tags found
No related merge requests found
......@@ -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.4'
aurweb_version: 'v6.1.7'
aurweb_pgp_keys: ['0F985B6F99B6686854C44EC3F7E46DED420788F3', 'DB650286BD9EAE39890D3FE6FE3DC1668CB24956']
aurweb_db: 'aur'
......
......@@ -74,6 +74,8 @@
with_items:
- aurweb-git.service
- aurweb-git.timer
- aurweb-git-archive.service
- aurweb-git-archive.timer
- aurweb-aurblup.service
- aurweb-aurblup.timer
- aurweb-mkpkglists.service
......@@ -95,6 +97,7 @@
service: name={{ item }} enabled=yes state=stopped
with_items:
- aurweb-git.timer
- aurweb-git-archive.timer
- aurweb-aurblup.timer
- aurweb-mkpkglists.timer
- aurweb-pkgmaint.timer
......@@ -305,6 +308,7 @@
service: name={{ item }} enabled=yes state=started daemon_reload=yes
with_items:
- aurweb-git.timer
- aurweb-git-archive.timer
- aurweb-aurblup.timer
- aurweb-mkpkglists.timer
- aurweb-git-archive.timer
......
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