Updated Hubzilla on OpenShift deploy script to include unofficial repos by appending the 'insecure' argument

This commit is contained in:
Haakon Meland Eriksen 2016-04-19 19:23:40 +02:00
parent e47a473e2c
commit e805f589aa

View File

@ -197,22 +197,22 @@ echo "Try to add or update Hubzilla addons"
cd ${OPENSHIFT_REPO_DIR} cd ${OPENSHIFT_REPO_DIR}
util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons
# Hubzilla themes # Hubzilla themes - unofficial repo
#echo "Try to add or update Hubzilla themes" echo "Try to add or update Hubzilla themes - unofficial repo"
#cd ${OPENSHIFT_REPO_DIR} 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 # Hubzilla ownMapp - unofficial repo
#echo "Try to add or update Hubzilla ownMapp" echo "Try to add or update Hubzilla ownMapp - unofficial repo"
#cd ${OPENSHIFT_REPO_DIR} 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 # Hubzilla Chess - unofficial repo
#echo "Try to add or update Hubzilla chess " echo "Try to add or update Hubzilla chess - unofficial repo"
#cd ${OPENSHIFT_REPO_DIR} 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 # Hubzilla Hubsites - unofficial repo
#echo "Try to add or update Hubzilla Hubsites" echo "Try to add or update Hubzilla Hubsites - unofficial repo"
#cd ${OPENSHIFT_REPO_DIR} 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