Skip to content

Commit

Permalink
auto merge of #365 : alexcrichton/cargo/new-snapshots, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 12, 2014
2 parents 40cde2f + 391169c commit 0569c62
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/etc/dl-snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
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"

Expand Down
7 changes: 7 additions & 0 deletions src/snapshots.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0569c62

Please sign in to comment.