Skip to content

Commit

Permalink
adding collabora app
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfbecker committed Oct 21, 2017
1 parent c3ae638 commit cfe0481
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .mrconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed '
# projectmanagement and Ganttcharts
checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/projectmanager.git

[collabora]
# Collabora Libre Office Online integration
checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/collabora.git

#[bookmarks]
# record and share bookmarks
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/bookmarks.git
Expand All @@ -62,6 +66,10 @@ checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed '
# allows to integrate a Benno mail-archive into EGroupware
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/archive.git

#[wiki]
# wiki application
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/wiki.git

###
### Older apps requiring to install phpgwapi and etemplate!
###
Expand All @@ -81,10 +89,6 @@ checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed '
# knowledge base
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/phpbrain.git

#[wiki]
# wiki application
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/wiki.git

#[sambaadmin]
# keeps passwords in sync with Samba3 using same LDAP as EGroupware (for Samba4 use Active Directory)
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/sambaadmin.git
Expand All @@ -94,7 +98,7 @@ checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed '
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/sitemgr.git

#[phpfreechat]
# chat application
# chat application requiring PHP 5.x, no PHP 7.x support!
#checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/phpfreechat.git
#chain = true

Expand Down

0 comments on commit cfe0481

Please sign in to comment.