Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-31 Thread Luciano Resende
This is how gitpubsub works, but i think they use the branch named
content... Not sure if that's configurable.

On Friday, October 30, 2015, Jim Klucar  wrote:

> I just submitted a pull request for the site code to be under the website/
> directory in our codebase. So website/_site/* is the content we want
> published.
>
> Is it possible to create a website branch and have gitpubsub listen to that
> branch? Then it would only publish new content when we merged to that
> branch and pushed? That's similar to how github does gh-pages. I think that
> would be a win over having to hand-copy from our git to some svn repo and
> push/commit the svn for things to go live.
>
>
> On Fri, Oct 30, 2015 at 8:01 PM, Ted Dunning  > wrote:
>
> > OK.
> >
> >
> >
> > On Fri, Oct 30, 2015 at 4:38 PM, Santosh Marella  >
> > wrote:
> >
> > > Ted,
> > >
> > >   My mistake. I should have allowed the discussion to conclude before
> > > raising the INFRA ticket.
> > >
> > >   However, I should have been clearer upfront that we have already
> taken
> > a
> > > decision (in MYRIAD-144 <
> > https://issues.apache.org/jira/browse/MYRIAD-144>) to
> > > keep the website sources in git and publish the generated artifacts to
> > svn.
> > > The purpose of this email thread was the seek your (mentors') help to
> > > create necessary INFRA tickets for the website. (Last time I created
> > > INFRA-10599 for creation of a svn directory, I was asked to request the
> > > mentors to help with that.)
> > >
> > > Thanks,
> > > Santosh
> > >
> > > On Fri, Oct 30, 2015 at 3:41 PM, Ted Dunning  >
> > > wrote:
> > >
> > >> Santosh,
> > >>
> > >> Yes. That is a fine work-flow. I helped develop it for Drill.
> > >>
> > >> But why do you want to copy the contents to SVN?  Why copy the
> contents
> > to
> > >> SVN? Why use two toolsets for that?
> > >>
> > >> The contents of a git repo can also appear as the web-site via
> gitpubsub
> > >> just as the contents of an SVN repo can.
> > >>
> > >> Sadly, I see that the die is already cast because you created the JIRA
> > >> before finishing this discussion.
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella <
> smare...@maprtech.com 
> > >
> > >> wrote:
> > >>
> > >> > Thanks Luciano & Ted.
> > >> >
> > >> > We plan to have the website contents in git, as it is easier for
> > >> reviews,
> > >> > and copy the contents to
> > >> > https://svn.apache.org/repos/asf/incubator/myriad/site from time to
> > >> time.
> > >> >
> > >> > My understanding is that the contents from
> > >> > https://svn.apache.org/repos/asf/incubator/myriad/site can
> > >> automatically
> > >> > appear at http://myriad.incubator.apache.org (via svnpubsub?).
> > >> >
> > >> > I just created INFRA-10696 for this.
> > >> >
> > >> > Thanks,
> > >> > Santosh
> > >> >
> > >> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning  >
> > >> > wrote:
> > >> >
> > >> >> As a git-centric project, it might be handier to do the web-site on
> > >> git.
> > >> >>
> > >> >> Not that the SVN work-flow is that hard.  Just easier to have one
> > tool
> > >> >> than
> > >> >> two.
> > >> >>
> > >> >>
> > >> >>
> > >> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende <
> > >> luckbr1...@gmail.com >
> > >> >> wrote:
> > >> >>
> > >> >> > What is needed is to create a svnpubsub or gitpubsub for the
> > website
> > >> >> > contents. This will make the content of the website pushed to
> > >> >> > https://svn.apache.org/repos/asf/incubator/myriad which will
> then
> > >> make
> > >> >> it
> > >> >> > appears as http://myriad.incubator.apache.org.
> > >> >> >
> > >> >> > If you have issues creating an infrastructure jira, let me know
> > and I
> > >> >> can
> > >> >> > help.
> > >> >> >
> > >> >> > btw, dropping private
> > >> >> >
> > >> >> >
> > >> >> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella <
> > >> smare...@maprtech.com 
> > >> >> >
> > >> >> > wrote:
> > >> >> >
> > >> >> >> Dear Mentors,
> > >> >> >>
> > >> >> >>   Request your help on a couple of INFRA items to help launch
> > Apache
> > >> >> >> website for Myriad.
> > >> >> >>
> > >> >> >> 1. Myriad needs a "myriad" folder under
> > >> >> >> https://svn.apache.org/repos/asf/incubator/ to place the
> > artifacts
> > >> >> >> required
> > >> >> >> for the website.
> > >> >> >>
> > >> >> >> 2. The contents of
> > >> >> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to
> be
> > >> >> >> published
> > >> >> >> to http://myriad.incubator.apache.org.
> > >> >> >>
> > >> >> >> Thanks,
> > >> >> >> Santosh
> > >> >> >>
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> > --
> > >> >> > Luciano Resende
> > >> >> > http://people.apache.org/~lresende
> > >> >> > http://twitter.com/lresende1975
> > >> >> > http://lresende.blogspot.com/
> > >> >> >
> > >> >>
> > >> >
> > >> >
> > >> > Santosh
> > >> >
> > >> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning  >
> > >> > wrote:
> > >> >
> > >> >> As a git-centric project, it might be handier to do the web-s

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Jim Klucar
I just submitted a pull request for the site code to be under the website/
directory in our codebase. So website/_site/* is the content we want
published.

Is it possible to create a website branch and have gitpubsub listen to that
branch? Then it would only publish new content when we merged to that
branch and pushed? That's similar to how github does gh-pages. I think that
would be a win over having to hand-copy from our git to some svn repo and
push/commit the svn for things to go live.


On Fri, Oct 30, 2015 at 8:01 PM, Ted Dunning  wrote:

> OK.
>
>
>
> On Fri, Oct 30, 2015 at 4:38 PM, Santosh Marella 
> wrote:
>
> > Ted,
> >
> >   My mistake. I should have allowed the discussion to conclude before
> > raising the INFRA ticket.
> >
> >   However, I should have been clearer upfront that we have already taken
> a
> > decision (in MYRIAD-144 <
> https://issues.apache.org/jira/browse/MYRIAD-144>) to
> > keep the website sources in git and publish the generated artifacts to
> svn.
> > The purpose of this email thread was the seek your (mentors') help to
> > create necessary INFRA tickets for the website. (Last time I created
> > INFRA-10599 for creation of a svn directory, I was asked to request the
> > mentors to help with that.)
> >
> > Thanks,
> > Santosh
> >
> > On Fri, Oct 30, 2015 at 3:41 PM, Ted Dunning 
> > wrote:
> >
> >> Santosh,
> >>
> >> Yes. That is a fine work-flow. I helped develop it for Drill.
> >>
> >> But why do you want to copy the contents to SVN?  Why copy the contents
> to
> >> SVN? Why use two toolsets for that?
> >>
> >> The contents of a git repo can also appear as the web-site via gitpubsub
> >> just as the contents of an SVN repo can.
> >>
> >> Sadly, I see that the die is already cast because you created the JIRA
> >> before finishing this discussion.
> >>
> >>
> >>
> >>
> >>
> >>
> >> On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella  >
> >> wrote:
> >>
> >> > Thanks Luciano & Ted.
> >> >
> >> > We plan to have the website contents in git, as it is easier for
> >> reviews,
> >> > and copy the contents to
> >> > https://svn.apache.org/repos/asf/incubator/myriad/site from time to
> >> time.
> >> >
> >> > My understanding is that the contents from
> >> > https://svn.apache.org/repos/asf/incubator/myriad/site can
> >> automatically
> >> > appear at http://myriad.incubator.apache.org (via svnpubsub?).
> >> >
> >> > I just created INFRA-10696 for this.
> >> >
> >> > Thanks,
> >> > Santosh
> >> >
> >> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> >> > wrote:
> >> >
> >> >> As a git-centric project, it might be handier to do the web-site on
> >> git.
> >> >>
> >> >> Not that the SVN work-flow is that hard.  Just easier to have one
> tool
> >> >> than
> >> >> two.
> >> >>
> >> >>
> >> >>
> >> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende <
> >> luckbr1...@gmail.com>
> >> >> wrote:
> >> >>
> >> >> > What is needed is to create a svnpubsub or gitpubsub for the
> website
> >> >> > contents. This will make the content of the website pushed to
> >> >> > https://svn.apache.org/repos/asf/incubator/myriad which will then
> >> make
> >> >> it
> >> >> > appears as http://myriad.incubator.apache.org.
> >> >> >
> >> >> > If you have issues creating an infrastructure jira, let me know
> and I
> >> >> can
> >> >> > help.
> >> >> >
> >> >> > btw, dropping private
> >> >> >
> >> >> >
> >> >> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella <
> >> smare...@maprtech.com
> >> >> >
> >> >> > wrote:
> >> >> >
> >> >> >> Dear Mentors,
> >> >> >>
> >> >> >>   Request your help on a couple of INFRA items to help launch
> Apache
> >> >> >> website for Myriad.
> >> >> >>
> >> >> >> 1. Myriad needs a "myriad" folder under
> >> >> >> https://svn.apache.org/repos/asf/incubator/ to place the
> artifacts
> >> >> >> required
> >> >> >> for the website.
> >> >> >>
> >> >> >> 2. The contents of
> >> >> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
> >> >> >> published
> >> >> >> to http://myriad.incubator.apache.org.
> >> >> >>
> >> >> >> Thanks,
> >> >> >> Santosh
> >> >> >>
> >> >> >
> >> >> >
> >> >> >
> >> >> > --
> >> >> > Luciano Resende
> >> >> > http://people.apache.org/~lresende
> >> >> > http://twitter.com/lresende1975
> >> >> > http://lresende.blogspot.com/
> >> >> >
> >> >>
> >> >
> >> >
> >> > Santosh
> >> >
> >> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> >> > wrote:
> >> >
> >> >> As a git-centric project, it might be handier to do the web-site on
> >> git.
> >> >>
> >> >> Not that the SVN work-flow is that hard.  Just easier to have one
> tool
> >> >> than
> >> >> two.
> >> >>
> >> >>
> >> >>
> >> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende <
> >> luckbr1...@gmail.com>
> >> >> wrote:
> >> >>
> >> >> > What is needed is to create a svnpubsub or gitpubsub for the
> website
> >> >> > contents. This will make the content of the website pushed to
> >> >> > https://svn.apache.org/repos/asf/incubator/myriad which will then
> >> make
> >> >> it
> >> >> >

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Ted Dunning
OK.



On Fri, Oct 30, 2015 at 4:38 PM, Santosh Marella 
wrote:

> Ted,
>
>   My mistake. I should have allowed the discussion to conclude before
> raising the INFRA ticket.
>
>   However, I should have been clearer upfront that we have already taken a
> decision (in MYRIAD-144 ) to
> keep the website sources in git and publish the generated artifacts to svn.
> The purpose of this email thread was the seek your (mentors') help to
> create necessary INFRA tickets for the website. (Last time I created
> INFRA-10599 for creation of a svn directory, I was asked to request the
> mentors to help with that.)
>
> Thanks,
> Santosh
>
> On Fri, Oct 30, 2015 at 3:41 PM, Ted Dunning 
> wrote:
>
>> Santosh,
>>
>> Yes. That is a fine work-flow. I helped develop it for Drill.
>>
>> But why do you want to copy the contents to SVN?  Why copy the contents to
>> SVN? Why use two toolsets for that?
>>
>> The contents of a git repo can also appear as the web-site via gitpubsub
>> just as the contents of an SVN repo can.
>>
>> Sadly, I see that the die is already cast because you created the JIRA
>> before finishing this discussion.
>>
>>
>>
>>
>>
>>
>> On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella 
>> wrote:
>>
>> > Thanks Luciano & Ted.
>> >
>> > We plan to have the website contents in git, as it is easier for
>> reviews,
>> > and copy the contents to
>> > https://svn.apache.org/repos/asf/incubator/myriad/site from time to
>> time.
>> >
>> > My understanding is that the contents from
>> > https://svn.apache.org/repos/asf/incubator/myriad/site can
>> automatically
>> > appear at http://myriad.incubator.apache.org (via svnpubsub?).
>> >
>> > I just created INFRA-10696 for this.
>> >
>> > Thanks,
>> > Santosh
>> >
>> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
>> > wrote:
>> >
>> >> As a git-centric project, it might be handier to do the web-site on
>> git.
>> >>
>> >> Not that the SVN work-flow is that hard.  Just easier to have one tool
>> >> than
>> >> two.
>> >>
>> >>
>> >>
>> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende <
>> luckbr1...@gmail.com>
>> >> wrote:
>> >>
>> >> > What is needed is to create a svnpubsub or gitpubsub for the website
>> >> > contents. This will make the content of the website pushed to
>> >> > https://svn.apache.org/repos/asf/incubator/myriad which will then
>> make
>> >> it
>> >> > appears as http://myriad.incubator.apache.org.
>> >> >
>> >> > If you have issues creating an infrastructure jira, let me know and I
>> >> can
>> >> > help.
>> >> >
>> >> > btw, dropping private
>> >> >
>> >> >
>> >> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella <
>> smare...@maprtech.com
>> >> >
>> >> > wrote:
>> >> >
>> >> >> Dear Mentors,
>> >> >>
>> >> >>   Request your help on a couple of INFRA items to help launch Apache
>> >> >> website for Myriad.
>> >> >>
>> >> >> 1. Myriad needs a "myriad" folder under
>> >> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> >> >> required
>> >> >> for the website.
>> >> >>
>> >> >> 2. The contents of
>> >> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> >> >> published
>> >> >> to http://myriad.incubator.apache.org.
>> >> >>
>> >> >> Thanks,
>> >> >> Santosh
>> >> >>
>> >> >
>> >> >
>> >> >
>> >> > --
>> >> > Luciano Resende
>> >> > http://people.apache.org/~lresende
>> >> > http://twitter.com/lresende1975
>> >> > http://lresende.blogspot.com/
>> >> >
>> >>
>> >
>> >
>> > Santosh
>> >
>> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
>> > wrote:
>> >
>> >> As a git-centric project, it might be handier to do the web-site on
>> git.
>> >>
>> >> Not that the SVN work-flow is that hard.  Just easier to have one tool
>> >> than
>> >> two.
>> >>
>> >>
>> >>
>> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende <
>> luckbr1...@gmail.com>
>> >> wrote:
>> >>
>> >> > What is needed is to create a svnpubsub or gitpubsub for the website
>> >> > contents. This will make the content of the website pushed to
>> >> > https://svn.apache.org/repos/asf/incubator/myriad which will then
>> make
>> >> it
>> >> > appears as http://myriad.incubator.apache.org.
>> >> >
>> >> > If you have issues creating an infrastructure jira, let me know and I
>> >> can
>> >> > help.
>> >> >
>> >> > btw, dropping private
>> >> >
>> >> >
>> >> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella <
>> smare...@maprtech.com
>> >> >
>> >> > wrote:
>> >> >
>> >> >> Dear Mentors,
>> >> >>
>> >> >>   Request your help on a couple of INFRA items to help launch Apache
>> >> >> website for Myriad.
>> >> >>
>> >> >> 1. Myriad needs a "myriad" folder under
>> >> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> >> >> required
>> >> >> for the website.
>> >> >>
>> >> >> 2. The contents of
>> >> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> >> >> published
>> >> >> to http://myriad.incubator.apache.org.
>> >> >>
>> >> >> Thanks,
>> >> >> Santosh
>> >> 

Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Santosh Marella
Ted,

  My mistake. I should have allowed the discussion to conclude before
raising the INFRA ticket.

  However, I should have been clearer upfront that we have already taken a
decision (in MYRIAD-144 ) to
keep the website sources in git and publish the generated artifacts to svn.
The purpose of this email thread was the seek your (mentors') help to
create necessary INFRA tickets for the website. (Last time I created
INFRA-10599 for creation of a svn directory, I was asked to request the
mentors to help with that.)

Thanks,
Santosh

On Fri, Oct 30, 2015 at 3:41 PM, Ted Dunning  wrote:

> Santosh,
>
> Yes. That is a fine work-flow. I helped develop it for Drill.
>
> But why do you want to copy the contents to SVN?  Why copy the contents to
> SVN? Why use two toolsets for that?
>
> The contents of a git repo can also appear as the web-site via gitpubsub
> just as the contents of an SVN repo can.
>
> Sadly, I see that the die is already cast because you created the JIRA
> before finishing this discussion.
>
>
>
>
>
>
> On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella 
> wrote:
>
> > Thanks Luciano & Ted.
> >
> > We plan to have the website contents in git, as it is easier for reviews,
> > and copy the contents to
> > https://svn.apache.org/repos/asf/incubator/myriad/site from time to
> time.
> >
> > My understanding is that the contents from
> > https://svn.apache.org/repos/asf/incubator/myriad/site can automatically
> > appear at http://myriad.incubator.apache.org (via svnpubsub?).
> >
> > I just created INFRA-10696 for this.
> >
> > Thanks,
> > Santosh
> >
> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> > wrote:
> >
> >> As a git-centric project, it might be handier to do the web-site on git.
> >>
> >> Not that the SVN work-flow is that hard.  Just easier to have one tool
> >> than
> >> two.
> >>
> >>
> >>
> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende  >
> >> wrote:
> >>
> >> > What is needed is to create a svnpubsub or gitpubsub for the website
> >> > contents. This will make the content of the website pushed to
> >> > https://svn.apache.org/repos/asf/incubator/myriad which will then
> make
> >> it
> >> > appears as http://myriad.incubator.apache.org.
> >> >
> >> > If you have issues creating an infrastructure jira, let me know and I
> >> can
> >> > help.
> >> >
> >> > btw, dropping private
> >> >
> >> >
> >> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella <
> smare...@maprtech.com
> >> >
> >> > wrote:
> >> >
> >> >> Dear Mentors,
> >> >>
> >> >>   Request your help on a couple of INFRA items to help launch Apache
> >> >> website for Myriad.
> >> >>
> >> >> 1. Myriad needs a "myriad" folder under
> >> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
> >> >> required
> >> >> for the website.
> >> >>
> >> >> 2. The contents of
> >> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
> >> >> published
> >> >> to http://myriad.incubator.apache.org.
> >> >>
> >> >> Thanks,
> >> >> Santosh
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Luciano Resende
> >> > http://people.apache.org/~lresende
> >> > http://twitter.com/lresende1975
> >> > http://lresende.blogspot.com/
> >> >
> >>
> >
> >
> > Santosh
> >
> > On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> > wrote:
> >
> >> As a git-centric project, it might be handier to do the web-site on git.
> >>
> >> Not that the SVN work-flow is that hard.  Just easier to have one tool
> >> than
> >> two.
> >>
> >>
> >>
> >> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende  >
> >> wrote:
> >>
> >> > What is needed is to create a svnpubsub or gitpubsub for the website
> >> > contents. This will make the content of the website pushed to
> >> > https://svn.apache.org/repos/asf/incubator/myriad which will then
> make
> >> it
> >> > appears as http://myriad.incubator.apache.org.
> >> >
> >> > If you have issues creating an infrastructure jira, let me know and I
> >> can
> >> > help.
> >> >
> >> > btw, dropping private
> >> >
> >> >
> >> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella <
> smare...@maprtech.com
> >> >
> >> > wrote:
> >> >
> >> >> Dear Mentors,
> >> >>
> >> >>   Request your help on a couple of INFRA items to help launch Apache
> >> >> website for Myriad.
> >> >>
> >> >> 1. Myriad needs a "myriad" folder under
> >> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
> >> >> required
> >> >> for the website.
> >> >>
> >> >> 2. The contents of
> >> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
> >> >> published
> >> >> to http://myriad.incubator.apache.org.
> >> >>
> >> >> Thanks,
> >> >> Santosh
> >> >>
> >> >
> >> >
> >> >
> >> > --
> >> > Luciano Resende
> >> > http://people.apache.org/~lresende
> >> > http://twitter.com/lresende1975
> >> > http://lresende.blogspot.com/
> >> >
> >>
> >
> >
>


Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Ted Dunning
Santosh,

Yes. That is a fine work-flow. I helped develop it for Drill.

But why do you want to copy the contents to SVN?  Why copy the contents to
SVN? Why use two toolsets for that?

The contents of a git repo can also appear as the web-site via gitpubsub
just as the contents of an SVN repo can.

Sadly, I see that the die is already cast because you created the JIRA
before finishing this discussion.






On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella 
wrote:

> Thanks Luciano & Ted.
>
> We plan to have the website contents in git, as it is easier for reviews,
> and copy the contents to
> https://svn.apache.org/repos/asf/incubator/myriad/site from time to time.
>
> My understanding is that the contents from
> https://svn.apache.org/repos/asf/incubator/myriad/site can automatically
> appear at http://myriad.incubator.apache.org (via svnpubsub?).
>
> I just created INFRA-10696 for this.
>
> Thanks,
> Santosh
>
> On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> wrote:
>
>> As a git-centric project, it might be handier to do the web-site on git.
>>
>> Not that the SVN work-flow is that hard.  Just easier to have one tool
>> than
>> two.
>>
>>
>>
>> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
>> wrote:
>>
>> > What is needed is to create a svnpubsub or gitpubsub for the website
>> > contents. This will make the content of the website pushed to
>> > https://svn.apache.org/repos/asf/incubator/myriad which will then make
>> it
>> > appears as http://myriad.incubator.apache.org.
>> >
>> > If you have issues creating an infrastructure jira, let me know and I
>> can
>> > help.
>> >
>> > btw, dropping private
>> >
>> >
>> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella > >
>> > wrote:
>> >
>> >> Dear Mentors,
>> >>
>> >>   Request your help on a couple of INFRA items to help launch Apache
>> >> website for Myriad.
>> >>
>> >> 1. Myriad needs a "myriad" folder under
>> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> >> required
>> >> for the website.
>> >>
>> >> 2. The contents of
>> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> >> published
>> >> to http://myriad.incubator.apache.org.
>> >>
>> >> Thanks,
>> >> Santosh
>> >>
>> >
>> >
>> >
>> > --
>> > Luciano Resende
>> > http://people.apache.org/~lresende
>> > http://twitter.com/lresende1975
>> > http://lresende.blogspot.com/
>> >
>>
>
>
> Santosh
>
> On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> wrote:
>
>> As a git-centric project, it might be handier to do the web-site on git.
>>
>> Not that the SVN work-flow is that hard.  Just easier to have one tool
>> than
>> two.
>>
>>
>>
>> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
>> wrote:
>>
>> > What is needed is to create a svnpubsub or gitpubsub for the website
>> > contents. This will make the content of the website pushed to
>> > https://svn.apache.org/repos/asf/incubator/myriad which will then make
>> it
>> > appears as http://myriad.incubator.apache.org.
>> >
>> > If you have issues creating an infrastructure jira, let me know and I
>> can
>> > help.
>> >
>> > btw, dropping private
>> >
>> >
>> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella > >
>> > wrote:
>> >
>> >> Dear Mentors,
>> >>
>> >>   Request your help on a couple of INFRA items to help launch Apache
>> >> website for Myriad.
>> >>
>> >> 1. Myriad needs a "myriad" folder under
>> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> >> required
>> >> for the website.
>> >>
>> >> 2. The contents of
>> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> >> published
>> >> to http://myriad.incubator.apache.org.
>> >>
>> >> Thanks,
>> >> Santosh
>> >>
>> >
>> >
>> >
>> > --
>> > Luciano Resende
>> > http://people.apache.org/~lresende
>> > http://twitter.com/lresende1975
>> > http://lresende.blogspot.com/
>> >
>>
>
>


Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Santosh Marella
Amazingly, we now have
https://svn.apache.org/repos/asf/incubator/myriad/site created and added to
svnpubsub!  Thanks to Geoffery Corey!

Santosh

On Fri, Oct 30, 2015 at 2:47 PM, Santosh Marella 
wrote:

> Thanks Luciano & Ted.
>
> We plan to have the website contents in git, as it is easier for reviews,
> and copy the contents to
> https://svn.apache.org/repos/asf/incubator/myriad/site from time to time.
>
> My understanding is that the contents from
> https://svn.apache.org/repos/asf/incubator/myriad/site can automatically
> appear at http://myriad.incubator.apache.org (via svnpubsub?).
>
> I just created INFRA-10696 for this.
>
> Thanks,
> Santosh
>
> On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> wrote:
>
>> As a git-centric project, it might be handier to do the web-site on git.
>>
>> Not that the SVN work-flow is that hard.  Just easier to have one tool
>> than
>> two.
>>
>>
>>
>> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
>> wrote:
>>
>> > What is needed is to create a svnpubsub or gitpubsub for the website
>> > contents. This will make the content of the website pushed to
>> > https://svn.apache.org/repos/asf/incubator/myriad which will then make
>> it
>> > appears as http://myriad.incubator.apache.org.
>> >
>> > If you have issues creating an infrastructure jira, let me know and I
>> can
>> > help.
>> >
>> > btw, dropping private
>> >
>> >
>> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella > >
>> > wrote:
>> >
>> >> Dear Mentors,
>> >>
>> >>   Request your help on a couple of INFRA items to help launch Apache
>> >> website for Myriad.
>> >>
>> >> 1. Myriad needs a "myriad" folder under
>> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> >> required
>> >> for the website.
>> >>
>> >> 2. The contents of
>> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> >> published
>> >> to http://myriad.incubator.apache.org.
>> >>
>> >> Thanks,
>> >> Santosh
>> >>
>> >
>> >
>> >
>> > --
>> > Luciano Resende
>> > http://people.apache.org/~lresende
>> > http://twitter.com/lresende1975
>> > http://lresende.blogspot.com/
>> >
>>
>
>
> Santosh
>
> On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning 
> wrote:
>
>> As a git-centric project, it might be handier to do the web-site on git.
>>
>> Not that the SVN work-flow is that hard.  Just easier to have one tool
>> than
>> two.
>>
>>
>>
>> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
>> wrote:
>>
>> > What is needed is to create a svnpubsub or gitpubsub for the website
>> > contents. This will make the content of the website pushed to
>> > https://svn.apache.org/repos/asf/incubator/myriad which will then make
>> it
>> > appears as http://myriad.incubator.apache.org.
>> >
>> > If you have issues creating an infrastructure jira, let me know and I
>> can
>> > help.
>> >
>> > btw, dropping private
>> >
>> >
>> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella > >
>> > wrote:
>> >
>> >> Dear Mentors,
>> >>
>> >>   Request your help on a couple of INFRA items to help launch Apache
>> >> website for Myriad.
>> >>
>> >> 1. Myriad needs a "myriad" folder under
>> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> >> required
>> >> for the website.
>> >>
>> >> 2. The contents of
>> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> >> published
>> >> to http://myriad.incubator.apache.org.
>> >>
>> >> Thanks,
>> >> Santosh
>> >>
>> >
>> >
>> >
>> > --
>> > Luciano Resende
>> > http://people.apache.org/~lresende
>> > http://twitter.com/lresende1975
>> > http://lresende.blogspot.com/
>> >
>>
>
>


Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Santosh Marella
Thanks Luciano & Ted.

We plan to have the website contents in git, as it is easier for reviews,
and copy the contents to
https://svn.apache.org/repos/asf/incubator/myriad/site from time to time.

My understanding is that the contents from
https://svn.apache.org/repos/asf/incubator/myriad/site can automatically
appear at http://myriad.incubator.apache.org (via svnpubsub?).

I just created INFRA-10696 for this.

Thanks,
Santosh

On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning  wrote:

> As a git-centric project, it might be handier to do the web-site on git.
>
> Not that the SVN work-flow is that hard.  Just easier to have one tool than
> two.
>
>
>
> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
> wrote:
>
> > What is needed is to create a svnpubsub or gitpubsub for the website
> > contents. This will make the content of the website pushed to
> > https://svn.apache.org/repos/asf/incubator/myriad which will then make
> it
> > appears as http://myriad.incubator.apache.org.
> >
> > If you have issues creating an infrastructure jira, let me know and I can
> > help.
> >
> > btw, dropping private
> >
> >
> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella 
> > wrote:
> >
> >> Dear Mentors,
> >>
> >>   Request your help on a couple of INFRA items to help launch Apache
> >> website for Myriad.
> >>
> >> 1. Myriad needs a "myriad" folder under
> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
> >> required
> >> for the website.
> >>
> >> 2. The contents of
> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
> >> published
> >> to http://myriad.incubator.apache.org.
> >>
> >> Thanks,
> >> Santosh
> >>
> >
> >
> >
> > --
> > Luciano Resende
> > http://people.apache.org/~lresende
> > http://twitter.com/lresende1975
> > http://lresende.blogspot.com/
> >
>


Santosh

On Fri, Oct 30, 2015 at 2:26 PM, Ted Dunning  wrote:

> As a git-centric project, it might be handier to do the web-site on git.
>
> Not that the SVN work-flow is that hard.  Just easier to have one tool than
> two.
>
>
>
> On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
> wrote:
>
> > What is needed is to create a svnpubsub or gitpubsub for the website
> > contents. This will make the content of the website pushed to
> > https://svn.apache.org/repos/asf/incubator/myriad which will then make
> it
> > appears as http://myriad.incubator.apache.org.
> >
> > If you have issues creating an infrastructure jira, let me know and I can
> > help.
> >
> > btw, dropping private
> >
> >
> > On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella 
> > wrote:
> >
> >> Dear Mentors,
> >>
> >>   Request your help on a couple of INFRA items to help launch Apache
> >> website for Myriad.
> >>
> >> 1. Myriad needs a "myriad" folder under
> >> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
> >> required
> >> for the website.
> >>
> >> 2. The contents of
> >> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
> >> published
> >> to http://myriad.incubator.apache.org.
> >>
> >> Thanks,
> >> Santosh
> >>
> >
> >
> >
> > --
> > Luciano Resende
> > http://people.apache.org/~lresende
> > http://twitter.com/lresende1975
> > http://lresende.blogspot.com/
> >
>


Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Ted Dunning
As a git-centric project, it might be handier to do the web-site on git.

Not that the SVN work-flow is that hard.  Just easier to have one tool than
two.



On Fri, Oct 30, 2015 at 12:56 PM, Luciano Resende 
wrote:

> What is needed is to create a svnpubsub or gitpubsub for the website
> contents. This will make the content of the website pushed to
> https://svn.apache.org/repos/asf/incubator/myriad which will then make it
> appears as http://myriad.incubator.apache.org.
>
> If you have issues creating an infrastructure jira, let me know and I can
> help.
>
> btw, dropping private
>
>
> On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella 
> wrote:
>
>> Dear Mentors,
>>
>>   Request your help on a couple of INFRA items to help launch Apache
>> website for Myriad.
>>
>> 1. Myriad needs a "myriad" folder under
>> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
>> required
>> for the website.
>>
>> 2. The contents of
>> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
>> published
>> to http://myriad.incubator.apache.org.
>>
>> Thanks,
>> Santosh
>>
>
>
>
> --
> Luciano Resende
> http://people.apache.org/~lresende
> http://twitter.com/lresende1975
> http://lresende.blogspot.com/
>


Re: [Help Needed from Mentors] Creation of a SVN folder for Myriad

2015-10-30 Thread Luciano Resende
What is needed is to create a svnpubsub or gitpubsub for the website
contents. This will make the content of the website pushed to
https://svn.apache.org/repos/asf/incubator/myriad which will then make it
appears as http://myriad.incubator.apache.org.

If you have issues creating an infrastructure jira, let me know and I can
help.

btw, dropping private


On Thu, Oct 29, 2015 at 6:22 PM, Santosh Marella 
wrote:

> Dear Mentors,
>
>   Request your help on a couple of INFRA items to help launch Apache
> website for Myriad.
>
> 1. Myriad needs a "myriad" folder under
> https://svn.apache.org/repos/asf/incubator/ to place the artifacts
> required
> for the website.
>
> 2. The contents of
> https://svn.apache.org/repos/asf/incubator/myriad/site need to be
> published
> to http://myriad.incubator.apache.org.
>
> Thanks,
> Santosh
>



-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/