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
61d1e4c0
Unverified
Commit
61d1e4c0
authored
Dec 19, 2020
by
Jakub Klinkovský
Browse files
Add task to build archlinux-common-style
parent
6b42f2d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/archmanweb/tasks/main.yml
View file @
61d1e4c0
...
...
@@ -13,6 +13,8 @@
-
python-requests
-
python-xtarfile
-
uwsgi-plugin-python
-
make
-
sassc
-
name
:
make archmanweb user
user
:
name=archmanweb shell=/bin/false home="{{ archmanweb_dir }}"
...
...
@@ -43,6 +45,14 @@
become_user
:
archmanweb
register
:
release
-
name
:
build archlinux-common-style
command
:
cmd
:
make SASS=sassc
chdir
:
"
{{
archmanweb_dir
}}/repo/archlinux-common-style"
become
:
true
become_user
:
archmanweb
when
:
release.changed or archmanweb_forced_deploy
-
name
:
configure archmanweb
template
:
src=local_settings.py.j2 dest={{ archmanweb_dir }}/repo/local_settings.py owner=archmanweb group=archmanweb mode=0660
register
:
config
...
...
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