This is an automated email from the ASF dual-hosted git repository.
machristie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git.
from 4030ab2 Merge branch 'master' of https://github.com/apache/airavata
add bb63bef AIRAVATA-3284 Remove older built JS/CSS files
add fcf2b3c AIRAVATA-3284 Fixing typo
add e9e25f4 AIRAVATA-3284 using regex to target just built js/css files
add 6ff811e AIRAVATA-3284 Reuse list of build dirs to optimize copying
from build container
add 3b69297 AIRAVATA-3284 Use script to clean up old JS/CSS files
new 895bba9 Merge branch
'AIRAVATA-3284--Ansible--clean-up-past-built-CSS/JS-files'
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
dev-tools/ansible/roles/django/defaults/main.yml | 10 +++++
.../roles/django/files/remove_old_js_css_files.py | 46 ++++++++++++++++++++++
dev-tools/ansible/roles/django/handlers/main.yml | 18 +++++++++
dev-tools/ansible/roles/django/tasks/main.yml | 25 ++++++++++--
4 files changed, 96 insertions(+), 3 deletions(-)
create mode 100755
dev-tools/ansible/roles/django/files/remove_old_js_css_files.py