Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd freebsd snapshot #1674
Conversation
wca
added some commits
Jun 2, 2015
rust-highfive
assigned
alexcrichton
Jun 2, 2015
This comment has been minimized.
This comment has been minimized.
rust-highfive
commented
Jun 2, 2015
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @alexcrichton (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jun 2, 2015
This comment has been minimized.
This comment has been minimized.
|
|
bors
merged commit 400c033
into
rust-lang:master
Jun 2, 2015
wca
deleted the
wca:add-freebsd-snapshot
branch
Jun 2, 2015
chris-morgan
reviewed
Jun 3, 2015
| # no need to look past the first section. | ||
| break | ||
|
|
||
| date = snaps.keys()[0] |
This comment has been minimized.
This comment has been minimized.
chris-morgan
Jun 3, 2015
Member
This has blown up Python 3 support, because keys() returns a set-like object rather than a list as it did in Python 2. next(iter(snaps.keys())) is the correct approach—or (my preference) just use current directly.
wca commentedJun 2, 2015
This branch includes a change to dl-snapshot.py that makes it less directly linked to the format of snapshots.txt, and also adds an initial FreeBSD x86_64 cargo snapshot. The original URL for my snapshot is:
http://people.freebsd.org/~will/public_distfiles/cargo-nightly-x86_64-unknown-freebsd.tar.gz
SHA256: de678e858de5d2923cc206b7aa1cc84ddc67be00748160f66fc9b7325409e7c7