1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-27 13:40:17 +02:00
Magallanes/Mage/Task/BuiltIn
Fred Condo 1f6da7f8fb Add ability to use rsync rather than cp on remote
This enables finer control (via excludes) when seeding the destination
directory for rsync. Because we know we have rsync available, we can use
rsync rather than cp by using configuration like this example:

	  strategy: rsync
	  rsync:
		copy: true
		copy_tool_rsync: true
		rsync_excludes: ["assets", "silverstripe-cache"]

The default tool remains cp, so this change is backward-compatible.
2014-05-16 12:31:36 -07:00
..
Composer Added three new tasks. 2014-05-04 08:55:04 +02:00
Deployment Add ability to use rsync rather than cp on remote 2014-05-16 12:31:36 -07:00
Filesystem Added three new tasks. 2014-05-04 08:55:04 +02:00
Ioncube IonCube task cleanup. 2014-01-11 16:12:01 -02:00
Magento SensioLabs Inslights. Remove unused namespaces. 2013-12-19 16:12:51 -02:00
Releases Issue #46 - Add post-release tasks on rollback 2014-03-16 18:42:29 -03:00
Scm Fixed a bug in the builtin ChangeBranchTask.php 2014-04-15 09:59:16 +10:00
Symfony2 SensioLabs Inslights. Remove unused namespaces. 2013-12-19 16:12:51 -02:00