From e2e22de2585126d3cffcf8a05738bea78e12151a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 8 Oct 2016 11:36:41 +0200 Subject: [PATCH] mv EPL apps to (private) Github repos --- .mrconfig | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.mrconfig b/.mrconfig index df7a53f1e3..28303920c7 100644 --- a/.mrconfig +++ b/.mrconfig @@ -58,6 +58,10 @@ checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed ' # allows (after configuration!) to selfregister accounts and recover lost passwords #checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/registration.git +#[archive] +# allows to integrate a Benno mail-archive into EGroupware +#checkout = git clone -b 16.1 ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/archive.git + ### ### Older apps requiring to install phpgwapi and etemplate! ### @@ -97,11 +101,11 @@ checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed ' ### ### EPL apps not publicly available ### + #[stylite] -#checkout = svn checkout svn+ssh://stylite@svn.stylite.de/stylite/trunk/stylite +#checkout = git clone git@github.com:EGroupwareGmbH/epl.git stylite +#update = test -d .svn && { rm -rf * .svn; git clone git@github.com:EGroupwareGmbH/epl.git .; } || git pull --rebase #[esyncpro] -#checkout = svn checkout svn+ssh://stylite@svn.stylite.de/stylite/trunk/esyncpro - -#[archive] -#checkout = svn checkout svn+ssh://stylite@svn.stylite.de/stylite/trunk/archive +#checkout = git clone git@github.com:EGroupwareGmbH/esyncpro.git +#update = test -d .svn && { rm -rf * .svn; git clone git@github.com:EGroupwareGmbH/esyncpro.git .; } || git pull --rebase