Hi,
On Fri, Jun 12, 2015 at 07:56:28PM +0100, Sanne Grinovero wrote:
> Ok, so the staging website is up and running at:
> - http://staging.in.relation.to
> [provided you tune your hosts file to have that domain name point to
> the same IP as ci.hibernate.org]
Sweet. Works for me.
> It takes mo
Ok, so the staging website is up and running at:
- http://staging.in.relation.to
[provided you tune your hosts file to have that domain name point to
the same IP as ci.hibernate.org]
A similar setup is ready for in.relation.to as well, but I didn't push
any preview to its location yet.
It takes
On Fri, Jun 12, 2015 at 02:08:44PM +0100, Sanne Grinovero wrote:
> I copied this script from the job which builds www.hibernate.org, but
> I guess the incantation needs to be different in this case?
Correct. I think there will be more changes coming, since I am adjusting the
build script. Also as
On 12 June 2015 at 14:38, Gunnar Morling wrote:
> This seems not related to RVM. More to the fact that we don't have any RSpec
> tests ("_spec" dir doesn't exist):
>
> cannot load such file -- /.../staging.in.relation.to/_spec
>
> Hence "rake test" fails. Just running "rake gen[staging]" shoul
This seems not related to RVM. More to the fact that we don't have any
RSpec tests ("_spec" dir doesn't exist):
cannot load such file -- /.../staging.in.relation.to/_spec
Hence "rake test" fails. Just running "rake gen[staging]" should do the
trick. Btw. you might check out the job for stagin
Hi all,
the ci server was reconfigured to host our next.gen blog platform;
I have now created a build job here:
http://ci.hibernate.org/view/Website/job/staging.in.relation.to
It's using the following build script:
rake clean
rake setup
rake test gen[staging] && rsync -avh _site/
ci.hibernate