[Collab-qa-commits] r2680 - multi-arch

Jakub Wilk jwilk at alioth.debian.org
Tue May 14 22:40:21 UTC 2013


Author: jwilk
Date: 2013-05-14 22:40:21 +0000 (Tue, 14 May 2013)
New Revision: 2680

Modified:
   multi-arch/report-multiarch-bug
Log:
Add a hack to make it possible to process packages that ship symlinks ending with .gz extensions.


Modified: multi-arch/report-multiarch-bug
===================================================================
--- multi-arch/report-multiarch-bug	2013-05-14 00:00:22 UTC (rev 2679)
+++ multi-arch/report-multiarch-bug	2013-05-14 22:40:21 UTC (rev 2680)
@@ -89,7 +89,7 @@
                     continue
                 raise
             os.remove(filename)
-            with open(filename, 'wt', encoding=fsencoding) as file:
+            with open(filename + '#symlink', 'wt', encoding=fsencoding) as file:
                 file.write(link)
 
 def main(options):




More information about the Collab-qa-commits mailing list