diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-04-16 09:29:31 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-04-16 09:29:31 +0200 |
commit | b4205554a8200ae9da3813c449eae3d1e678ecad (patch) | |
tree | 0080c444f78ba4b4fd58f42a1a3ba91cd99629d7 /.openshift | |
parent | 2cb04ccb8fb2fcbea181f6bf82f0d2a9a848d57a (diff) | |
download | volse-hubzilla-b4205554a8200ae9da3813c449eae3d1e678ecad.tar.gz volse-hubzilla-b4205554a8200ae9da3813c449eae3d1e678ecad.tar.bz2 volse-hubzilla-b4205554a8200ae9da3813c449eae3d1e678ecad.zip |
Commented out extra repos except official addons
Diffstat (limited to '.openshift')
-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..c559ba47b 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -198,21 +198,21 @@ 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 +#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 +#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 +#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 +#echo "Try to add or update Hubzilla Hubsites" +#cd ${OPENSHIFT_REPO_DIR} +#util/add_addon_repo https://gitlab.com/zot/hubsites.git Hubsites |