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:45:45 UTC

[airavata] branch master updated (4030ab2 -> 895bba9)

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


[airavata] 01/01: Merge branch 'AIRAVATA-3284--Ansible--clean-up-past-built-CSS/JS-files'

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git

commit 895bba92136668760e0300375341de62f4c5a1a9
Merge: 4030ab2 3b69297
Author: Marcus Christie <ma...@apache.org>
AuthorDate: Mon Feb 10 14:33:49 2020 -0500

    Merge branch 'AIRAVATA-3284--Ansible--clean-up-past-built-CSS/JS-files'

 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(-)