You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2020/02/10 19:32:29 UTC

[airavata] branch AIRAVATA-3284--Ansible--clean-up-past-built-CSS/JS-files updated (6ff811e -> 3b69297)

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a change to branch AIRAVATA-3284--Ansible--clean-up-past-built-CSS/JS-files
in repository https://gitbox.apache.org/repos/asf/airavata.git.


    from 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

No new revisions were added by this update.

Summary of changes:
 .../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      | 24 ++---------
 3 files changed, 67 insertions(+), 21 deletions(-)
 create mode 100755 dev-tools/ansible/roles/django/files/remove_old_js_css_files.py