mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
quiten svn checkout of dependencies
This commit is contained in:
parent
af9155e8d0
commit
4edb40e642
@ -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
|
checkout = git clone $(git config --get remote.origin.url|sed 's|/egroupware.git||')/ADOdb.git
|
||||||
|
|
||||||
[api/src/Accounts/Ads]
|
[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" ]
|
skip = [ $1 = "tag" -o $1 = "untag" ]
|
||||||
|
|
||||||
[api/js/ckeditor]
|
[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" ]
|
skip = [ $1 = "tag" -o $1 = "untag" ]
|
||||||
|
|
||||||
[]
|
[]
|
||||||
|
Loading…
Reference in New Issue
Block a user