new hotfix (leaderboard JSON endpoint)
This commit is contained in:
parent
80a53a17fb
commit
ec3cadb1af
2 changed files with 1015 additions and 0 deletions
1005
roles/badges-frontend/files/tahrir/views.py
Normal file
1005
roles/badges-frontend/files/tahrir/views.py
Normal file
File diff suppressed because it is too large
Load diff
|
@ -53,6 +53,16 @@
|
||||||
notify:
|
notify:
|
||||||
- restart apache
|
- restart apache
|
||||||
|
|
||||||
|
- name: hotfix -fix JSON leaderboard endpoint
|
||||||
|
copy: >
|
||||||
|
src=tahrir/views.py
|
||||||
|
dest=/usr/lib/python2.6/site-packages/tahrir/views.py
|
||||||
|
owner=root group=root mode=0644
|
||||||
|
tags:
|
||||||
|
- hotfix
|
||||||
|
notify:
|
||||||
|
- restart apache
|
||||||
|
|
||||||
- name: make badge png directory
|
- name: make badge png directory
|
||||||
file: >
|
file: >
|
||||||
path=/usr/share/badges/pngs
|
path=/usr/share/badges/pngs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue