From 01e01d8f390bb42e0bee7562374a3a968c982a50 Mon Sep 17 00:00:00 2001 From: Martin Ritchie Date: Wed, 21 Oct 2009 14:05:19 +0000 Subject: Sort Patches so they apply alphabetically git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@828021 13f79535-47bb-0310-9956-ffa450edef68 --- buildtools/buildCreator/buildCreator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/buildtools/buildCreator/buildCreator.py b/buildtools/buildCreator/buildCreator.py index 70b0956dab..977a1d228a 100755 --- a/buildtools/buildCreator/buildCreator.py +++ b/buildtools/buildCreator/buildCreator.py @@ -614,6 +614,7 @@ def applyPatch(patch): 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) -- cgit v1.2.1