You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ri...@apache.org on 2009/10/21 16:05:19 UTC

svn commit: r828021 - /qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py

Author: ritchiem
Date: Wed Oct 21 14:05:19 2009
New Revision: 828021

URL: http://svn.apache.org/viewvc?rev=828021&view=rev
Log:
Sort Patches so they apply alphabetically

Modified:
    qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py

Modified: qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py?rev=828021&r1=828020&r2=828021&view=diff
==============================================================================
--- qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py (original)
+++ qpid/trunk/qpid/buildtools/buildCreator/buildCreator.py Wed Oct 21 14:05:19 2009
@@ -614,6 +614,7 @@
     for root, dirs, files in os.walk(patchSource):
     	if '.svn' in dirs:
 		dirs.remove('.svn')
+        files.sort()	
         for patchName in files:
 	                log("Applying patch '" + name + "'("+patchName+") to " + source)
         	        runCommandShowError(basecommand + patchSource + PATH_SEP + patchName)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org