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
a4a8a640
Verified
Commit
a4a8a640
authored
Nov 10, 2021
by
Kristian Klausen
🎉
Browse files
aurweb: Changes for mkpkglists improvements[1]
[1]
aurweb!233
parent
252bc3e6
Pipeline
#13022
passed with stage
in 36 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/aurweb/tasks/main.yml
View file @
a4a8a640
...
...
@@ -17,6 +17,7 @@
-
python-fastapi
-
python-jinja
-
python-email-validator
-
python-orjson
-
sudo
-
uwsgi-plugin-cgi
...
...
roles/aurweb/templates/aurweb-mkpkglists.service.j2
View file @
a4a8a640
...
...
@@ -6,7 +6,7 @@ After=mysqld.service
[Service]
Type=oneshot
User={{ aurweb_user }}
ExecStart=/usr/local/bin/aurweb-mkpkglists
ExecStart=/usr/local/bin/aurweb-mkpkglists
--extended
NoNewPrivileges=true
LockPersonality=true
...
...
roles/aurweb/templates/config.j2
View file @
a4a8a640
...
...
@@ -41,5 +41,7 @@ server = https://mirror.pkgbuild.com/%s/os/x86_64
[mkpkglists]
packagesfile = {{ aurweb_dir }}/web/html/packages.gz
packagesmetafile = {{ aurweb_dir }}/web/html/packages-meta-v1.json.gz
packagesmetaextfile = {{ aurweb_dir }}/web/html/packages-meta-ext-v1.json.gz
pkgbasefile = {{ aurweb_dir }}/web/html/pkgbase.gz
userfile = {{ aurweb_dir }}/web/html/users.gz
Kevin Morris
@kevr
·
Nov 10, 2021
Contributor
perfektion, lgtm!
perfektion, lgtm!
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