quiten svn checkout of dependencies

This commit is contained in:
Ralf Becker 2016-05-30 19:52:36 +02:00
parent af9155e8d0
commit 4edb40e642

View File

@ -16,11 +16,11 @@ svn_untag = svn rm -m "remove tag" $(svn info|grep ^URL|cut -f 2 -d ' '|sed -E "
checkout = git clone $(git config --get remote.origin.url|sed 's|/egroupware.git||')/ADOdb.git
[api/src/Accounts/Ads]
checkout = svn checkout https://svn.code.sf.net/p/adldap/code/trunk/src Ads
checkout = svn checkout -q https://svn.code.sf.net/p/adldap/code/trunk/src Ads
skip = [ $1 = "tag" -o $1 = "untag" ]
[api/js/ckeditor]
checkout = svn checkout https://github.com/EGroupware/ckeditor-dev/branches/trunk/dev/builder/release/ckeditor
checkout = svn checkout -q https://github.com/EGroupware/ckeditor-dev/branches/trunk/dev/builder/release/ckeditor
skip = [ $1 = "tag" -o $1 = "untag" ]
[]