Author: jablko
Date: 2008-10-05 19:14:29 -0700 (Sun, 05 Oct 2008)
New Revision: 1433

Modified:
   trunk/qubit/lib/task/ReleaseTask.class.php
Log:
Remove call to apply patches, because we are now using vendor branches instead: 
http://qubit-toolkit.org/wiki/index.php?title=Vendor_branches


Modified: trunk/qubit/lib/task/ReleaseTask.class.php
===================================================================
--- trunk/qubit/lib/task/ReleaseTask.class.php  2008-10-04 07:02:45 UTC (rev 
1432)
+++ trunk/qubit/lib/task/ReleaseTask.class.php  2008-10-06 02:14:29 UTC (rev 
1433)
@@ -20,6 +20,9 @@
       new sfCommandArgument('stability', sfCommandArgument::REQUIRED, 
'FIXME')));
   }
 
+  /**
+   * @see sfBaseTask
+   */
   protected function execute($arguments = array(), $options = array())
   {
     $filesystem = new sfFilesystem;
@@ -44,17 +47,13 @@
     $name = $xpath->evaluate('string(p:name)', $doc->documentElement);
     print 'Releasing '.$name.' version "'.$arguments['version']."\"\n";
 
-    // Local changes mean patches may conflict.  All lines which start with a
-    // character other than 'P' ('Performing...'), 'S' ('Status...'), or 'X'
-    // (externals definition) are local changes.
+    // All lines which start with a character other than 'P' ('Performing...'),
+    // 'S' ('Status...'), or 'X' (externals definition) are local changes.
     if (preg_match('/^[^PSX\n]/m', $filesystem->sh('svn status --no-ignore -u 
'.sfConfig::get('sf_root_dir'))) > 0)
     {
       throw new Exception('Local modifications. Release process aborted!');
     }
 
-    // Apply patches
-    $filesystem->sh('cat '.sfConfig::get('sf_root_dir').'/patches/* | patch 
--no-backup-if-mismatch -p0');
-
     // Test
     require_once(sfConfig::get('sf_symfony_lib_dir').'/vendor/lime/lime.php');
     $h = new lime_harness(new lime_output_color);


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to