You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by er...@apache.org on 2022/05/26 16:49:04 UTC

[airavata] branch develop updated: Added the new branch for gateway update

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 7f5fc29bf6 Added the new branch for gateway update
7f5fc29bf6 is described below

commit 7f5fc29bf6517ba90a725afd40f36f00a950d9b7
Author: eroma2014 <er...@gmail.com>
AuthorDate: Thu May 26 12:48:56 2022 -0400

    Added the new branch for gateway update
---
 dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml b/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml
index 7a06a2cc97..fff2208f63 100644
--- a/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/develop/host_vars/geo/vars.yml
@@ -21,7 +21,10 @@
 ---
 
 airavata_django_extra_dependencies:
-  - "git+https://github.com/GeoGateway/geogateway-django-app.git@master#egg=geogateway_django_app"
+  - "git+https://github.com/GeoGateway/geogateway-django-app.git@ui-update#egg=geogateway_django_app"
+#  - "git+https://github.com/GeoGateway/geogateway-django-app.git@master#egg=geogateway_django_app"
+
+#Git hook is not set for this gateway
 
 # No symlink, user_data_dir is same as real_user_data_dir
 user_data_dir: "{{ real_user_data_dir }}"