[WWW] Website now managed via Git

2015-05-12 Thread sebgoa
Hi folks, Our website is now managed via Git. The build is now using Middleman [1] instead of the Apache CMS. The source of truth for the site is at: https://git-wip-us.apache.org/repos/asf?p=cloudstack-www.git;a=summary It is mirrored on GitHub like all our other repos and we can accept pull

Re: [WWW] Website now managed via Git

2015-05-12 Thread Rohit Yadav
Hi Sebastien, Thanks, sounds better than the svn stuff we had to deal with. To test it out, I pushed a change that works well locally (testing using middleman) but I don’t see it on the website yet even after waiting for more than half an hour and trying it in in-cognito mode. Are there additio

Re: [WWW] Website now managed via Git

2015-05-12 Thread Erik Weber
Did you push to the asf-site branch? -- Erik On Tue, May 12, 2015 at 11:08 AM, Rohit Yadav wrote: > Hi Sebastien, > > Thanks, sounds better than the svn stuff we had to deal with. To test it > out, I pushed a change that works well locally (testing using middleman) > but I don’t see it on the

Re: [WWW] Website now managed via Git

2015-05-12 Thread Rohit Yadav
Hi Erik, Thanks, did not know if it was asf-site that was the live branch, just pushed. > On 12-May-2015, at 11:26 am, Erik Weber wrote: > > Did you push to the asf-site branch? > > -- > Erik > > On Tue, May 12, 2015 at 11:08 AM, Rohit Yadav > wrote: > >> Hi Sebastien, >> >> Thanks, sounds bett

Re: [WWW] Website now managed via Git

2015-05-12 Thread Erik Weber
No problem, I read it in the README :-) -- Erik On Tue, May 12, 2015 at 12:12 PM, Rohit Yadav wrote: > Hi Erik, > > Thanks, did not know if it was asf-site that was the live branch, just > pushed. > > > On 12-May-2015, at 11:26 am, Erik Weber wrote: > > > > Did you push to the asf-site branch

Re: [WWW] Website now managed via Git

2015-05-12 Thread Rohit Yadav
> On 12-May-2015, at 12:15 pm, Erik Weber wrote: > > No problem, I read it in the README :-) I should do that too ;) Regards, Rohit Yadav Software Architect, ShapeBlue M. +91 88 262 30892 | rohit.ya...@shapeblue.com Blog: bhaisaab.org | Twitter: @_bhaisaab Find out more about ShapeBlue and o

Re: [WWW] Website now managed via Git

2015-05-13 Thread Jan-Arve Nygård
I created a PR to add committers that fell out of the list during the move. I'm not sure if you want non committers to build with middleman and then do a PR so i just created a PR against the source for the next build until instructions are ready. 2015-05-12 12:48 GMT+02:00 Rohit Yadav : > > > On

Re: [WWW] Website now managed via Git

2015-05-13 Thread sebgoa
On May 13, 2015, at 9:37 AM, Jan-Arve Nygård wrote: > I created a PR to add committers that fell out of the list during the move. > I'm not sure if you want non committers to build with middleman and then do > a PR so i just created a PR against the source for the next build until > instructions

Re: [WWW] Website now managed via Git

2015-05-20 Thread Jan-Arve Nygård
2015-05-13 10:06 GMT+02:00 sebgoa : > > On May 13, 2015, at 9:37 AM, Jan-Arve Nygård > wrote: > > > I created a PR to add committers that fell out of the list during the > move. > > I'm not sure if you want non committers to build with middleman and then > do > > a PR so i just created a PR again

Re: [WWW] Website now managed via Git

2015-05-21 Thread Sebastien Goasguen
> On May 21, 2015, at 12:23 AM, Jan-Arve Nygård > wrote: > > 2015-05-13 10:06 GMT+02:00 sebgoa : > >> >> On May 13, 2015, at 9:37 AM, Jan-Arve Nygård >> wrote: >> >>> I created a PR to add committers that fell out of the list during the >> move. >>> I'm not sure if you want non committers t

Re: [WWW] Website now managed via Git

2015-05-21 Thread Jan-Arve Nygård
Thanks. Closed the PRs now. 2015-05-21 9:43 GMT+02:00 Sebastien Goasguen : > > > On May 21, 2015, at 12:23 AM, Jan-Arve Nygård > wrote: > > > > 2015-05-13 10:06 GMT+02:00 sebgoa : > > > >> > >> On May 13, 2015, at 9:37 AM, Jan-Arve Nygård > > >> wrote: > >> > >>> I created a PR to add committer

Re: [WWW] Website now managed via Git

2015-05-22 Thread Jan-Arve Nygård
Did you forget to commit the build? :) 2015-05-21 10:21 GMT+02:00 Jan-Arve Nygård : > Thanks. Closed the PRs now. > > > 2015-05-21 9:43 GMT+02:00 Sebastien Goasguen : > >> >> > On May 21, 2015, at 12:23 AM, Jan-Arve Nygård < >> jan.arve.nyg...@gmail.com> wrote: >> > >> > 2015-05-13 10:06 GMT+02:0

Re: [WWW] Website now managed via Git

2015-05-22 Thread Jan-Arve Nygård
I also discovered that your previous corrections for the Dublin event was lost. I created a new PR to correct it again. -thinktwo 2015-05-22 18:39 GMT+02:00 Jan-Arve Nygård : > Did you forget to commit the build? :) > > 2015-05-21 10:21 GMT+02:00 Jan-Arve Nygård : > >> Thanks. Closed the PRs now

Re: [WWW] Website now managed via Git

2015-05-27 Thread Sebastien Goasguen
> On May 22, 2015, at 10:37 PM, Jan-Arve Nygård > wrote: > > I also discovered that your previous corrections for the Dublin event was > lost. I created a new PR to correct it again. > Looks like awesome Erik Weber fixed and published… Having trouble with my ruby setup while on the road, sor

Re: [WWW] Website now managed via Git

2015-05-27 Thread Erik Weber
Must admit I was a bit terrified when pressing enter on that git push :-) Btw, on master branch, should we push generated content, or just the source? Erik Den onsdag 27. mai 2015 skrev Sebastien Goasguen følgende: > > > On May 22, 2015, at 10:37 PM, Jan-Arve Nygård > wrote: > > > > I also d

Re: [WWW] Website now managed via Git

2015-05-27 Thread Sebastien Goasguen
> On May 27, 2015, at 8:46 PM, Erik Weber wrote: > > Must admit I was a bit terrified when pressing enter on that git push :-) > > Btw, on master branch, should we push generated content, or just the source? > I haven’t had time to think through it properly. so right now, every time I push on

Re: [WWW] Website now managed via Git

2015-05-27 Thread Jan-Arve Nygård
2015-05-27 20:16 GMT+02:00 Sebastien Goasguen : > > > On May 22, 2015, at 10:37 PM, Jan-Arve Nygård > wrote: > > > > I also discovered that your previous corrections for the Dublin event was > > lost. I created a new PR to correct it again. > > > > Looks like awesome Erik Weber fixed and publishe