[Collab-qa-commits] r1073 - upload-history

filippo at alioth.debian.org filippo at alioth.debian.org
Mon Aug 11 15:59:47 UTC 2008


Author: filippo
Date: 2008-08-11 15:59:46 +0000 (Mon, 11 Aug 2008)
New Revision: 1073

Modified:
   upload-history/munge_ddc.py
Log:
make use of env's NO_CACHE for disabling cache

Modified: upload-history/munge_ddc.py
===================================================================
--- upload-history/munge_ddc.py	2008-08-11 15:51:52 UTC (rev 1072)
+++ upload-history/munge_ddc.py	2008-08-11 15:59:46 UTC (rev 1073)
@@ -92,7 +92,7 @@
             continue
         
         msgid = msg.get('message-id', 0)
-        if msgid:
+        if msgid and not os.environ.has_key('NO_CACHE'):
             if m_cache.has_key(msgid):
                 continue
             else:




More information about the Collab-qa-commits mailing list