X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=dak%2Fgenerate_index_diffs.py;h=e3cbd320786ba53399bda3ffa4ff34dd8b365072;hb=519c1dbf89c13557afc15a429164616ac563d379;hp=da748725fa9177decbad7100020e01f74eb87b84;hpb=d0c49b947585bfb1f358ce291c5066452124aa2d;p=dak.git diff --git a/dak/generate_index_diffs.py b/dak/generate_index_diffs.py index da748725..e3cbd320 100755 --- a/dak/generate_index_diffs.py +++ b/dak/generate_index_diffs.py @@ -429,13 +429,14 @@ def main(): packages = "Sources" maxsuite = maxsources else: - longarch = "binary-%s"% (architecture) + longarch = "binary-%s" % (architecture) packages = "Packages" maxsuite = maxpackages - # Process Contents - file = "%s/%s/Contents-%s" % (tree, component, architecture) - storename = "%s/%s_%s_contents_%s" % (Options["TempDir"], suite, component, architecture) - genchanges(Options, file + ".diff", storename, file, maxcontents) + + # Process Contents + file = "%s/%s/Contents-%s" % (tree, component, architecture) + storename = "%s/%s_%s_contents_%s" % (Options["TempDir"], suite, component, architecture) + genchanges(Options, file + ".diff", storename, file, maxcontents) file = "%s/%s/%s/%s" % (tree, component, longarch, packages) storename = "%s/%s_%s_%s" % (Options["TempDir"], suite, component, architecture)