Show More
@@ -355,7 +355,7 b' def archive(' | |||||
355 | if match(name): |
|
355 | if match(name): | |
356 | write(name, 0o644, False, lambda: buildmetadata(ctx)) |
|
356 | write(name, 0o644, False, lambda: buildmetadata(ctx)) | |
357 |
|
357 | |||
358 |
files = |
|
358 | files = list(ctx.manifest().walk(match)) | |
359 | total = len(files) |
|
359 | total = len(files) | |
360 | if total: |
|
360 | if total: | |
361 | files.sort() |
|
361 | files.sort() |
General Comments 0
You need to be logged in to leave comments.
Login now