diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-11-11 18:08:19 +1100 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-11-11 18:08:19 +1100 |
commit | ac9250fc4ad7f99382c1891619413c50a9097b62 (patch) | |
tree | 7e472f8796f2848153803d96b8c14abacf9e1895 | |
parent | f1492945ecacc545f7286698cc4b7e1d19e6dbb7 (diff) | |
parent | 609e42cdd8facae0a673bb1a370c44225d22b1cd (diff) | |
download | volse-hubzilla-ac9250fc4ad7f99382c1891619413c50a9097b62.tar.gz volse-hubzilla-ac9250fc4ad7f99382c1891619413c50a9097b62.tar.bz2 volse-hubzilla-ac9250fc4ad7f99382c1891619413c50a9097b62.zip |
Merge pull request #141 from HaakonME/master
Added Hubzilla plugin repo for ownMapp - decentralized and private map sharing
-rwxr-xr-x | .openshift/action_hooks/deploy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.openshift/action_hooks/deploy b/.openshift/action_hooks/deploy index f61cb43f2..f3f187d43 100755 --- a/.openshift/action_hooks/deploy +++ b/.openshift/action_hooks/deploy @@ -198,3 +198,8 @@ util/add_addon_repo https://github.com/redmatrix/hubzilla-addons.git HubzillaAdd 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 |