Re: migration of web site to svnpubsub

2013-01-07 Thread Jarek Gawor
Right. I first added and then dropped the KEYS.xxx files from dist svn
as I figured they were old. I kept only the KEYS file as that's the
only one we really need anyway.

Jarek

On Mon, Jan 7, 2013 at 1:14 PM, Kevan Miller  wrote:
>
> On Jan 7, 2013, at 11:35 AM, Jarek Gawor  wrote:
>
>> The svnpubsub dist area (item #1) for Geronimo is now setup - see [1].
>> I populated it with the same artifacts that we had on
>> /www/www.apache.org/dist/geronimo. Please review in case I missed
>> something. I'll wait a day or so to let INFRA know to officially
>> switch us over to this new way of publishing Geronimo distribution
>> files.
>>
>> [1]: https://dist.apache.org/repos/dist/release/geronimo/
>
> The only thing I noticed was that we're dropping the KEYS.xxx files (which 
> are the historical versions of the KEYS file). I don't see a reason to carry 
> these forward. So, I'm fine with that. That information should already be 
> encoded in svn, anyway...
>
> --kevan


Re: migration of web site to svnpubsub

2013-01-07 Thread Kevan Miller

On Jan 7, 2013, at 11:35 AM, Jarek Gawor  wrote:

> The svnpubsub dist area (item #1) for Geronimo is now setup - see [1].
> I populated it with the same artifacts that we had on
> /www/www.apache.org/dist/geronimo. Please review in case I missed
> something. I'll wait a day or so to let INFRA know to officially
> switch us over to this new way of publishing Geronimo distribution
> files.
> 
> [1]: https://dist.apache.org/repos/dist/release/geronimo/

The only thing I noticed was that we're dropping the KEYS.xxx files (which are 
the historical versions of the KEYS file). I don't see a reason to carry these 
forward. So, I'm fine with that. That information should already be encoded in 
svn, anyway...

--kevan

Re: migration of web site to svnpubsub

2013-01-07 Thread Jarek Gawor
The svnpubsub dist area (item #1) for Geronimo is now setup - see [1].
I populated it with the same artifacts that we had on
/www/www.apache.org/dist/geronimo. Please review in case I missed
something. I'll wait a day or so to let INFRA know to officially
switch us over to this new way of publishing Geronimo distribution
files.

[1]: https://dist.apache.org/repos/dist/release/geronimo/

Jarek

On Fri, Jan 4, 2013 at 1:13 PM, Jarek Gawor  wrote:
> Btw, we now have 3 tickets opened with INFRA:
>
> 1) https://issues.apache.org/jira/browse/INFRA-5730 for dist svnpubsub
> 2) https://issues.apache.org/jira/browse/INFRA-5731 for website svnpubsub
> 3) https://issues.apache.org/jira/browse/INFRA-5732 for website buildbot
>
> Jarek
>
> On Thu, Jan 3, 2013 at 4:56 PM, Jarek Gawor  wrote:
>> Here's the plan in a bit more detail.
>>
>> For the first issue (#1) I already opened
>> https://issues.apache.org/jira/browse/INFRA-5730 since that should be
>> easy to do. For the website things a bit more complicated. First and
>> once we have the svnpubsub for the website (#3) I will svn move
>> geronimo/site/trunk/docs/* contents into that svn repo - these are the
>> static files I was talking about before. Then we'll setup the buildbot
>> to export the wiki (#3). That job will automatically check in the
>> exported files into the website svnpubsub location.
>>
>> Once we know the buildbot setup is working ok and the contents of the
>> websiste svnpubsub look ok then we will ask INFRA to make it official
>> as the live website. The only thing I'm unsure about right now if
>> there is a way to preview our new website before we make it official -
>> so that we can test the redirects, etc.
>>
>> Jarek
>>
>>
>> On Thu, Jan 3, 2013 at 3:31 PM, Kevan Miller  wrote:
>>>
>>> On Jan 3, 2013, at 3:25 PM, Jarek Gawor  wrote:
>>>
 If there is no objections I'm going to start filing INFRA tickets to
 setup svnpubsub setup for Geronimo. Here's what I think we need:

 1) svnpubsub for Geronimo distributions. Basically, svnpubsub location
 such as https://dist.apache.org/repos/dist/release/geronimo which will
 be populated with the current contents of www.apache.org/dist/geronimo

 2) A buildbot setup that exports our wiki pages to svnpubsub location
 for our website (running periodically - e.g. nightly).

 3) svnpubsub location for our website that contains some static files
 such as javadocs, images, css, etc. Something like:
 https://svn.apache.org/repos/infra/websites/production/geronimo
>>>
>>> Looks pretty reasonable to me. Though can't say that I've looked at any of 
>>> this in any detail…
>>>
>>> Thanks Jarek!
>>>
>>> --kevan