[mirrorbrain-commits] [opensuse-svn] r7639 - trunk/tools/download-redirector-v2/tools

From: Novell Forge SVN <noreply_at_novell.com>
Date: Sun, 28 Jun 2009 06:12:23 -0600 (MDT)
Author: poeml
Date: 2009-06-28 06:12:21 -0600 (Sun, 28 Jun 2009)
New Revision: 7639

Modified:
   trunk/tools/download-redirector-v2/tools/metalink-hasher.py
Log:
metalink-hasher:
- reverse the order in which we work through the todo list of directories to be
  alphabetical.


Modified: trunk/tools/download-redirector-v2/tools/metalink-hasher.py
===================================================================
--- trunk/tools/download-redirector-v2/tools/metalink-hasher.py	2009-06-28 12:10:00 UTC (rev 7638)
+++ trunk/tools/download-redirector-v2/tools/metalink-hasher.py	2009-06-28 12:12:21 UTC (rev 7639)
@@ -164,7 +164,7 @@
         unlinked_files = unlinked_dirs = 0
 
         while len(directories_todo) > 0:
-            src_dir = directories_todo.pop()
+            src_dir = directories_todo.pop(0)
 
             src_dir_mode = os.stat(src_dir).st_mode
 

_______________________________________________
Opensuse-svn mailing list
Opensuse-svn_at_forge.novell.com
http://forge.novell.com/mailman/listinfo/opensuse-svn


_______________________________________________
mirrorbrain-commits mailing list
Archive: http://mirrorbrain.org/archive/mirrorbrain-commits/

Note: To remove yourself from this list, send a mail with the content
 	unsubscribe
to the address mirrorbrain-commits-request_at_mirrorbrain.org
Received on 2009-06-28Z12:12:48

This archive was generated by hypermail 2.2.0 : 2009-07-10Z19:18:13 GMT