Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit fd4aeb9

Browse files
committed
rm dupes even harder
1 parent c5371b3 commit fd4aeb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@ def distsnap_buildfactory(platform, channel_label):
14061406
# package is produced by all builders and if we don't drop the dupes now
14071407
# then the subsequent 'cp' command to consolidate them will fail.
14081408
non_linux_dist_dirs = [(local_dist_dir + "/" + p) for p in non_linux_platforms]
1409-
rm_dupes_cmd = "find " + " ".join(non_linux_dist_dirs) + " -name rust-src-" + channel + ".tar.gz | xargs rm -f"
1409+
rm_dupes_cmd = "find " + " ".join(non_linux_dist_dirs) + " -name 'rust-src-*.tar.gz' | xargs rm -f"
14101410
f.addStep(MasterShellCommand(name="rm duplicate source packages",
14111411
command=["sh", "-c", WithProperties(rm_dupes_cmd)]))
14121412

0 commit comments

Comments
 (0)