Ubuntu Pastebin

Paste from cjwatson at Tue, 17 Mar 2015 16:27:45 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
=== modified file 'lib/lp/archivepublisher/publishing.py'
--- lib/lp/archivepublisher/publishing.py	2014-10-31 12:48:39 +0000
+++ lib/lp/archivepublisher/publishing.py	2015-03-17 16:26:47 +0000
@@ -929,6 +929,7 @@ class Publisher(object):
             sub_path = os.path.join(component, subcomp, arch_path)
             sub_file_stub = os.path.join(sub_path, file_stub)
             all_series_files.update(get_suffixed_indices(sub_file_stub))
+        all_series_files.update(get_suffixed_indices('Contents-' + arch_name))
         self._writeSuiteArchOrSource(
             distroseries, pocket, component, 'Packages', arch_name, arch_path,
             all_series_files)
Download as text