mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 00:50:18 +01:00 
			
		
		
		
	Version 0.9.12.
This commit is contained in:
		
							parent
							
								
									8ed7dd63c4
								
							
						
					
					
						commit
						c49737d412
					
				@ -95,12 +95,14 @@ class Mage_Command_BuiltIn_Deploy
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                // Execute the Post-Release Tasks
 | 
					                // Execute the Post-Release Tasks
 | 
				
			||||||
                foreach ($hosts as $host) {
 | 
					                foreach ($hosts as $host) {
 | 
				
			||||||
                    Mage_Console::output('Starting <dark_gray>Post-Release</dark_gray> tasks for <dark_gray>' . $host . '</dark_gray>:');
 | 
					                    if (count($tasksToRun) > 0) {
 | 
				
			||||||
                        $this->getConfig()->setHost($host);
 | 
					                        $this->getConfig()->setHost($host);
 | 
				
			||||||
                        $tasksToRun = $this->getConfig()->getTasks('post-release');
 | 
					                        $tasksToRun = $this->getConfig()->getTasks('post-release');
 | 
				
			||||||
                        $tasks = count($tasksToRun);
 | 
					                        $tasks = count($tasksToRun);
 | 
				
			||||||
                        $completedTasks = 0;
 | 
					                        $completedTasks = 0;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					                        Mage_Console::output('Starting <dark_gray>Post-Release</dark_gray> tasks for <dark_gray>' . $host . '</dark_gray>:');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        foreach ($tasksToRun as $task) {
 | 
					                        foreach ($tasksToRun as $task) {
 | 
				
			||||||
                            $task = Mage_Task_Factory::get($task, $this->getConfig(), false, 'post-release');
 | 
					                            $task = Mage_Task_Factory::get($task, $this->getConfig(), false, 'post-release');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -118,6 +120,7 @@ class Mage_Command_BuiltIn_Deploy
 | 
				
			|||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        // Run Post-Deployment Tasks
 | 
					        // Run Post-Deployment Tasks
 | 
				
			||||||
        $this->_runNonDeploymentTasks('post-deploy', $this->getConfig(), 'Post-Deployment');
 | 
					        $this->_runNonDeploymentTasks('post-deploy', $this->getConfig(), 'Post-Deployment');
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								bin/mage
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/mage
									
									
									
									
									
								
							@ -1,5 +1,5 @@
 | 
				
			|||||||
#!/bin/sh
 | 
					#!/bin/sh
 | 
				
			||||||
#VERSION:0.9.11
 | 
					#VERSION:0.9.12
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SCRIPT=$(readlink -f $0)
 | 
					SCRIPT=$(readlink -f $0)
 | 
				
			||||||
DIR=$(dirname $SCRIPT)
 | 
					DIR=$(dirname $SCRIPT)
 | 
				
			||||||
 | 
				
			|||||||
@ -3,7 +3,7 @@ date_default_timezone_set('UTC');
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
$baseDir = dirname(dirname(__FILE__));
 | 
					$baseDir = dirname(dirname(__FILE__));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
define('MAGALLANES_VERSION', '0.9.11');
 | 
					define('MAGALLANES_VERSION', '0.9.12');
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Preload
 | 
					// Preload
 | 
				
			||||||
require_once $baseDir . '/Mage/spyc.php';
 | 
					require_once $baseDir . '/Mage/spyc.php';
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user