diff options
author | git-marijus <mario@mariovavti.com> | 2016-04-21 09:14:32 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2016-04-21 09:14:32 +0200 |
commit | bacd05ea9ed6164d423c071b215681dfd60707e9 (patch) | |
tree | 2323e5c4a757ace3537e6c0b3a436decba71b3f4 | |
parent | 59799ba2b4c8aa9958e2333a6ed2f17b08df82bf (diff) | |
parent | e805f589aa6659c427000cf3a57fcfd586217b7a (diff) | |
download | volse-hubzilla-bacd05ea9ed6164d423c071b215681dfd60707e9.tar.gz volse-hubzilla-bacd05ea9ed6164d423c071b215681dfd60707e9.tar.bz2 volse-hubzilla-bacd05ea9ed6164d423c071b215681dfd60707e9.zip |
Merge pull request #349 from HaakonME/master
Updated Hubzilla on OpenShift deploy script to include unofficial repos
-rwxr-xr-x | .openshift/action_hooks/deploy | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index c3bdf575a..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" +# 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 +util/add_theme_repo https://github.com/DeadSuperHero/hubzilla-themes.git DeadSuperHeroThemes insecure -# Hubzilla ownMapp -echo "Try to add or update Hubzilla ownMapp" +# 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 +util/add_addon_repo https://gitlab.com/zot/ownmapp.git ownMapp insecure -# Hubzilla Chess -echo "Try to add or update Hubzilla chess " +# 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 +util/add_addon_repo https://gitlab.com/zot/hubzilla-chess.git Chess insecure -# Hubzilla Hubsites -echo "Try to add or update Hubzilla Hubsites" +# 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 +util/add_addon_repo https://gitlab.com/zot/hubsites.git Hubsites insecure |