From 5d41a6957f491508f0d6258cc23ee9352a9341ec Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 6 Oct 2016 16:15:59 +0200 Subject: [PATCH] Configure mrconfing to checkout ckeditor release repo --- .mrconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mrconfig b/.mrconfig index 271dcc9ab6..3885eafd70 100644 --- a/.mrconfig +++ b/.mrconfig @@ -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" ] []