mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	[Nostromo] Regroup Strategies
This commit is contained in:
		
							parent
							
								
									eed25f317b
								
							
						
					
					
						commit
						7493e3cfae
					
				@ -8,10 +8,11 @@
 | 
				
			|||||||
 * file that was distributed with this source code.
 | 
					 * file that was distributed with this source code.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Mage\Deploy\Strategy;
 | 
					namespace Mage\Deploy\Strategy\Releases;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Mage\Runtime\Exception\RuntimeException;
 | 
					use Mage\Runtime\Exception\RuntimeException;
 | 
				
			||||||
use Mage\Runtime\Runtime;
 | 
					use Mage\Runtime\Runtime;
 | 
				
			||||||
 | 
					use Mage\Deploy\Strategy\StrategyInterface;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Strategy for Deployment with Releases, using TarGz and SCP
 | 
					 * Strategy for Deployment with Releases, using TarGz and SCP
 | 
				
			||||||
@ -8,10 +8,11 @@
 | 
				
			|||||||
 * file that was distributed with this source code.
 | 
					 * file that was distributed with this source code.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Mage\Deploy\Strategy;
 | 
					namespace Mage\Deploy\Strategy\Rsync;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Mage\Runtime\Exception\RuntimeException;
 | 
					use Mage\Runtime\Exception\RuntimeException;
 | 
				
			||||||
use Mage\Runtime\Runtime;
 | 
					use Mage\Runtime\Runtime;
 | 
				
			||||||
 | 
					use Mage\Deploy\Strategy\StrategyInterface;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Strategy for Deployment with Rsync
 | 
					 * Strategy for Deployment with Rsync
 | 
				
			||||||
@ -10,8 +10,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace Mage\Runtime;
 | 
					namespace Mage\Runtime;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Mage\Deploy\Strategy\ReleasesStrategy;
 | 
					use Mage\Deploy\Strategy\Releases\ReleasesStrategy;
 | 
				
			||||||
use Mage\Deploy\Strategy\RsyncStrategy;
 | 
					use Mage\Deploy\Strategy\Rsync\RsyncStrategy;
 | 
				
			||||||
use Mage\Deploy\Strategy\StrategyInterface;
 | 
					use Mage\Deploy\Strategy\StrategyInterface;
 | 
				
			||||||
use Psr\Log\LoggerInterface;
 | 
					use Psr\Log\LoggerInterface;
 | 
				
			||||||
use Psr\Log\LogLevel;
 | 
					use Psr\Log\LogLevel;
 | 
				
			||||||
 | 
				
			|||||||
@ -10,8 +10,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
namespace Mage\Tests\Deploy;
 | 
					namespace Mage\Tests\Deploy;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Mage\Deploy\Strategy\ReleasesStrategy;
 | 
					use Mage\Deploy\Strategy\Releases\ReleasesStrategy;
 | 
				
			||||||
use Mage\Deploy\Strategy\RsyncStrategy;
 | 
					use Mage\Deploy\Strategy\Rsync\RsyncStrategy;
 | 
				
			||||||
use Mage\Runtime\Exception\RuntimeException;
 | 
					use Mage\Runtime\Exception\RuntimeException;
 | 
				
			||||||
use Mage\Runtime\Runtime;
 | 
					use Mage\Runtime\Runtime;
 | 
				
			||||||
use Exception;
 | 
					use Exception;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user