You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2018/11/19 20:34:45 UTC

[airavata] branch staging updated: Changing pga branch master -> staging in staging environment

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

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


The following commit(s) were added to refs/heads/staging by this push:
     new ae25487  Changing pga branch master -> staging in staging environment
ae25487 is described below

commit ae2548725912ed55d9cffbdf4352af3b7b6f54c8
Author: Dimuthu Wannipurage <di...@datasprouts.com>
AuthorDate: Mon Nov 19 15:34:35 2018 -0500

    Changing pga branch master -> staging in staging environment
---
 dev-tools/ansible/inventories/scigap/staging/pga_config/scigap/vars.yml | 2 +-
 .../ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml      | 2 +-
 .../ansible/inventories/scigap/staging/pga_config/testdrive/vars.yml    | 2 +-
 .../ansible/inventories/scigap/staging/pga_config/ultrascan/vars.yml    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-tools/ansible/inventories/scigap/staging/pga_config/scigap/vars.yml b/dev-tools/ansible/inventories/scigap/staging/pga_config/scigap/vars.yml
index 445fe59..09e2f2b 100644
--- a/dev-tools/ansible/inventories/scigap/staging/pga_config/scigap/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/pga_config/scigap/vars.yml
@@ -20,7 +20,7 @@
 
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-git_branch: "master"
+pga_git_branch: "staging"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/scigap"
diff --git a/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml b/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml
index 9871f6b..a959b7f 100644
--- a/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/pga_config/seagrid/vars.yml
@@ -20,7 +20,7 @@
 
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-git_branch: "master"
+pga_git_branch: "staging"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"
diff --git a/dev-tools/ansible/inventories/scigap/staging/pga_config/testdrive/vars.yml b/dev-tools/ansible/inventories/scigap/staging/pga_config/testdrive/vars.yml
index bbddb99..54e5f8c 100644
--- a/dev-tools/ansible/inventories/scigap/staging/pga_config/testdrive/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/pga_config/testdrive/vars.yml
@@ -20,7 +20,7 @@
 
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-git_branch: "master"
+pga_git_branch: "staging"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/testdrive"
diff --git a/dev-tools/ansible/inventories/scigap/staging/pga_config/ultrascan/vars.yml b/dev-tools/ansible/inventories/scigap/staging/pga_config/ultrascan/vars.yml
index 31b52b2..28db5a4 100644
--- a/dev-tools/ansible/inventories/scigap/staging/pga_config/ultrascan/vars.yml
+++ b/dev-tools/ansible/inventories/scigap/staging/pga_config/ultrascan/vars.yml
@@ -20,7 +20,7 @@
 
 ---
 pga_repo: "https://github.com/apache/airavata-php-gateway.git"
-git_branch: "master"
+pga_git_branch: "staging"
 user: "pga"
 group: "pga"
 doc_root_dir: "/var/www/portals/{{ gateway_id }}"