mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
auto merge of #365 : alexcrichton/cargo/new-snapshots, r=alexcrichton
This commit is contained in:
commit
1b17bb0167
@ -33,7 +33,8 @@ else:
|
||||
platform, hash = me.strip().split(' ')
|
||||
|
||||
tarball = 'cargo-nightly-' + triple + '.tar.gz'
|
||||
url = 'http://static.rust-lang.org/cargo-dist/' + date.strip() + '/' + tarball
|
||||
# TODO: switch this to static.rust-lang.org when the mac bots are fixed
|
||||
url = 'https://static-rust-lang-org.s3.amazonaws.com/cargo-dist/' + date.strip() + '/' + tarball
|
||||
dl_path = "target/dl/" + tarball
|
||||
dst = "target/snapshot"
|
||||
|
||||
|
@ -1,3 +1,10 @@
|
||||
2014-08-12
|
||||
linux-i386 af5e80dba2d845e30039302e57bd516c96b347de
|
||||
linux-x86_64 42a7786073802d6b47dbb6d2bb071a322964b28e
|
||||
macos-i386 244595a91534ce3097877d96241ae21d150e670d
|
||||
macos-x86_64 8c56578bd4610adcc1b608aa841c13f6f9b60d45
|
||||
winnt-i386 4708fba1f267c1c32460c7d8b4cd2ed8c32a1ecb
|
||||
|
||||
2014-08-08
|
||||
linux-i386 44207002e96c4f1309af70673966ee1e67938f5e
|
||||
linux-x86_64 5dc5e5aa575814af2d4e40e9dcdca2c55b594bd1
|
||||
|
Loading…
x
Reference in New Issue
Block a user