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/28 16:37:58 UTC

svn commit: r830619 - /qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py

Author: ritchiem
Date: Wed Oct 28 15:37:57 2009
New Revision: 830619

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

Modified:
    qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py

Modified: qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py
URL: http://svn.apache.org/viewvc/qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py?rev=830619&r1=830618&r2=830619&view=diff
==============================================================================
--- qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py (original)
+++ qpid/branches/0.5.x-dev/qpid/buildtools/buildCreator/buildCreator.py Wed Oct 28 15:37:57 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