This is an automated email from the ASF dual-hosted git repository.
eroma pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new 191c7cb Added Distant Reader Gateway theme
191c7cb is described below
commit 191c7cbb33cc61a47777ce11c637f83c15fca50d
Author: Eroma Abeysinghe <[email protected]>
AuthorDate: Fri Apr 12 15:51:56 2019 -0400
Added Distant Reader Gateway theme
---
.../inventories/scigap/production/pga_config/distantreader/vars.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
index d7bff77..68b5f43 100644
---
a/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
+++
b/dev-tools/ansible/inventories/scigap/production/pga_config/distantreader/vars.yml
@@ -60,7 +60,7 @@ super_admin_portal: "false"
admin_emails: "['[email protected]','[email protected]']"
portal_email_username: "[email protected]"
portal_email_password: "{{ vault_portal_email_password }}"
-#portal_theme: "distantreader-gateway-theme"
-#portal_theme_repo: "https://github.com/SciGaP/gsu-gateway-theme"
+portal_theme: "distantreader-gateway-theme"
+portal_theme_repo: "https://github.com/SciGaP/distantreader-gateway-theme"
portal_title: "Distant Reader Gateway"
...