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

Commit 25573f7

Browse files
committed
Change name to our brand new source packages in rust-installer format
1 parent 5cfc4b5 commit 25573f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master/build-rust-manifest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,8 +415,8 @@ def live_package_url(name, dist_dir, date, version, target):
415415
if name == "rust-src":
416416
# The build system treats source packages as a separate target for `rustc`
417417
# but for rustup we'd like to treat them as a completely separate package.
418-
url1 = s3_addy + "/" + dist_dir + "/" + date + "/rustc-" + version + "-src.tar.gz"
419-
url2 = s3_addy + "/" + dist_dir + "/" + date + "/rustc-" + maybe_channel + "-src.tar.gz"
418+
url1 = s3_addy + "/" + dist_dir + "/" + date + "/rust-src-" + version + ".tar.gz"
419+
url2 = s3_addy + "/" + dist_dir + "/" + date + "/rust-src-" + maybe_channel + ".tar.gz"
420420
else:
421421
url1 = s3_addy + "/" + dist_dir + "/" + date + "/" + name + "-" + version + "-" + target + ".tar.gz"
422422
url2 = s3_addy + "/" + dist_dir + "/" + date + "/" + name + "-" + maybe_channel + "-" + target + ".tar.gz"

0 commit comments

Comments
 (0)