-
Notifications
You must be signed in to change notification settings - Fork 326
get Gemfile in shape for 498 #499
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
lol. Now to take a look at the Travis file. 😢 |
Any hint on what version of Ruby to specify in the Travis file? I am fine with what we have in this PR but there maybe a better option. |
review by @fsalvi? |
I don't know everything, but I do know there's a Jenkins job: https://scala-webapps.epfl.ch/jenkins/job/production_scala-lang.org-builder/ the script in the job config is:
|
After looking at the job config it seems like it would be pretty easy to add Bundler to the Jenkins job. |
Pinging @fsalvi, can you get bundler set up so we can use it in the build? |
omg that would be fantastic |
Sorry, I'm on holidays this week far away with limited internet access. I'm not sure I will be able to look at it before Monday. I'll try to do it asap. |
@fsalvi it can wait! enjoy |
Ok, bundler is installed. *** LOCAL GEMS *** |
Great it looks like things got cleaned up. Thanks for all the help. 👍 |
thank you Fabien and Jarrod. really super to see this infrastructure type stuff gradually getting straightened out and modernized |
First shot at #498. It seems to build just fine.
I would be very interested in hearing about how the site is actually built and put on the server.
I think it would be just fine to build before it hits the server and just push the
_site
directory. This is how I push my site to S3. Then we would not need to worry about what is and is not installed on the server.