diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-20 14:54:08 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-20 14:54:08 -0800 |
commit | 61fa97baabd5fbb1b809b67e3ae717bd05fdbfd0 (patch) | |
tree | 15e6331ef38a20d36ddf1cc429cc125fb01551c5 /.openshift | |
parent | ed5ca9e4ccb2741c33ac2c88082728066bc715fb (diff) | |
parent | 6409237b295bad040fa773e5fcbdd38971cb2448 (diff) | |
download | volse-hubzilla-61fa97baabd5fbb1b809b67e3ae717bd05fdbfd0.tar.gz volse-hubzilla-61fa97baabd5fbb1b809b67e3ae717bd05fdbfd0.tar.bz2 volse-hubzilla-61fa97baabd5fbb1b809b67e3ae717bd05fdbfd0.zip |
Merge branch 'HaakonME-master'
Diffstat (limited to '.openshift')
-rwxr-xr-x | .openshift/action_hooks/deploy | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index f3f187d43..7abe3efd1 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -190,16 +190,16 @@ util/config directory globaldir 1 util/config directory pubforums 0 # Hubzill addons -echo "Try to add or update Hubzilla addons" -cd ${OPENSHIFT_REPO_DIR} -util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAddons +# 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/redmatrix-themes.git DeadSuperHeroThemes +# echo "Try to add or update Hubzilla themes" +# cd ${OPENSHIFT_REPO_DIR} +# util/add_theme_repo https://github.com/DeadSuperHero/redmatrix-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 |