mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Configure mrconfing to checkout ckeditor release repo
This commit is contained in:
parent
2bc3185029
commit
5d41a6957f
@ -18,7 +18,7 @@ svn_branch = svn cp --parents -m "$2" $(svn info|grep ^URL|cut -f 2 -d ' ') $(sv
|
||||
checkout = git clone -b 16.1 ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/ADOdb.git
|
||||
|
||||
[api/js/ckeditor]
|
||||
checkout = svn checkout -q https://github.com/EGroupware/ckeditor-dev/branches/trunk/dev/builder/release/ckeditor
|
||||
checkout = git clone ${EGW_REPO_BASE:-$(git config --get remote.origin.url|sed 's|/egroupware.git||')}/ckeditor.git
|
||||
skip = [ $1 = "tag" -o $1 = "untag" -o $1 = "branch" ]
|
||||
|
||||
[]
|
||||
|
Loading…
Reference in New Issue
Block a user