aboutsummaryrefslogtreecommitdiffstats
path: root/.openshift
diff options
context:
space:
mode:
authorHaakon Meland Eriksen <haakon.eriksen@far.no>2016-04-19 19:23:40 +0200
committerHaakon Meland Eriksen <haakon.eriksen@far.no>2016-04-19 19:23:40 +0200
commite805f589aa6659c427000cf3a57fcfd586217b7a (patch)
treec905c8f9a6ed9afb61a7a8b59bc24878fe601397 /.openshift
parente47a473e2c018a28f4d000623ae5a5c3ed0a80c9 (diff)
downloadvolse-hubzilla-e805f589aa6659c427000cf3a57fcfd586217b7a.tar.gz
volse-hubzilla-e805f589aa6659c427000cf3a57fcfd586217b7a.tar.bz2
volse-hubzilla-e805f589aa6659c427000cf3a57fcfd586217b7a.zip
Updated Hubzilla on OpenShift deploy script to include unofficial repos by appending the 'insecure' argument
Diffstat (limited to '.openshift')
-rwxr-xr-x.openshift/action_hooks/deploy38
1 files changed, 19 insertions, 19 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy
index c559ba47b..bc3050339 100755
--- a/.openshift/action_hooks/deploy
+++ b/.openshift/action_hooks/deploy
@@ -197,22 +197,22 @@ echo "Try to add or update Hubzilla addons"
cd ${OPENSHIFT_REPO_DIR}
util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons
-# Hubzilla themes
-#echo "Try to add or update Hubzilla themes"
-#cd ${OPENSHIFT_REPO_DIR}
-#util/add_theme_repo https://github.com/DeadSuperHero/hubzilla-themes.git DeadSuperHeroThemes
-
-# Hubzilla ownMapp
-#echo "Try to add or update Hubzilla ownMapp"
-#cd ${OPENSHIFT_REPO_DIR}
-#util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp
-
-# Hubzilla Chess
-#echo "Try to add or update Hubzilla chess "
-#cd ${OPENSHIFT_REPO_DIR}
-#util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess
-
-# Hubzilla Hubsites
-#echo "Try to add or update Hubzilla Hubsites"
-#cd ${OPENSHIFT_REPO_DIR}
-#util/add_addon_repo https://gitlab.com/zot/hubsites.git Hubsites
+# Hubzilla themes - unofficial repo
+echo "Try to add or update Hubzilla themes - unofficial repo"
+cd ${OPENSHIFT_REPO_DIR}
+util/add_theme_repo https://github.com/DeadSuperHero/hubzilla-themes.git DeadSuperHeroThemes insecure
+
+# Hubzilla ownMapp - unofficial repo
+echo "Try to add or update Hubzilla ownMapp - unofficial repo"
+cd ${OPENSHIFT_REPO_DIR}
+util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp insecure
+
+# Hubzilla Chess - unofficial repo
+echo "Try to add or update Hubzilla chess - unofficial repo"
+cd ${OPENSHIFT_REPO_DIR}
+util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess insecure
+
+# Hubzilla Hubsites - unofficial repo
+echo "Try to add or update Hubzilla Hubsites - unofficial repo"
+cd ${OPENSHIFT_REPO_DIR}
+util/add_addon_repo https://gitlab.com/zot/hubsites.git Hubsites insecure