Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Build site on S3 (tidy PR this time) #150

Merged
merged 3 commits into from
Jun 19, 2015
Merged

Conversation

edunham
Copy link
Member

@edunham edunham commented Jun 19, 2015

@alexcrichton has already enabled Travis for the repo.

I tested all this in my fork and got http://www-rust-lang-org.s3-website-us-west-1.amazonaws.com/ working. This will do the exact same thing (only change to the .travis.yml is specifying the repo owned by rust-lang rather than by me).

This PR will not affect the behavior of the current (github pages) site at all, since it's to master.

edunham added 2 commits June 19, 2015 11:29
See https://travis-ci.org/edunham/rust-www/builds/67560526 and
http://www-rust-lang-org.s3-website-us-west-1.amazonaws.com/ for an example of
it successfully working. That was built specifying `edunham/rust-www`, whereas
the file now specifies `rust-lang/rust-www` because we want to automate builds
after this PR lands.
@rust-highfive
Copy link

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @huonw (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.

@edunham
Copy link
Member Author

edunham commented Jun 19, 2015

Helps fix #148 .

@huonw
Copy link
Member

huonw commented Jun 19, 2015

r? @brson, @alexcrichton

@rust-highfive rust-highfive assigned brson and unassigned huonw Jun 19, 2015
language: ruby
rvm:
- 2.1
install: gem install jekyll
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this line shouldn't need to exist, as we already have a Gemfile, and travis runs bundle install -j 3 automatically if you have one. By using the Gemfile version rather than this, we get caching for free too.

brson added a commit that referenced this pull request Jun 19, 2015
Build site on S3 (tidy PR this time)
@brson brson merged commit 8aa8e5a into rust-lang:master Jun 19, 2015
@brson
Copy link
Contributor

brson commented Jun 19, 2015

Looks good.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants