You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2009/10/06 16:51:19 UTC

[website] Moved site to site/trunk (and site/branches/live)

I've moved the site repository to site/trunk and merged that to
site/branches/live.  You should use:

  svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk

to update a checkout of .../harmony/standard/site to use the new trunk.

Hopefully it will be migrated to the new svn pub sub system soon but in
the meantime the workflow for changes is:

  edit/commit in site/trunk

  # extra steps begin here
  
  svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
  cd live
  svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
  # review changes
  svn ci -m "Merging from trunk."

  # end of extra steps

  ssh people.apache.org
  cd /x1/www/harmony.apache.org
  sh UPDATE

I will send another update once the pub/sub change is in place.

Regards,
 Mark.



Re: [website] Moved site to site/trunk (and site/branches/live)

Posted by Tim Ellison <t....@gmail.com>.
On 06/Oct/2009 21:52, Mark Hindess wrote:
> In message <4A...@gmail.com>, Tim Ellison writes:
>> On 06/Oct/2009 20:42, Mark Hindess wrote:
>>> In message <20...@d06av01.portsmouth.uk.ibm.com>, "Mark
>>> Hindess" writes:
>>>> I've moved the site repository to site/trunk and merged that to
>>>> site/branches/live.  You should use:
>>>>
>>>>   svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk
>>>>
>>>> to update a checkout of .../harmony/standard/site to use the new trunk.
>>>>
>>>> Hopefully it will be migrated to the new svn pub sub system soon but in
>>>> the meantime the workflow for changes is:
>>>>
>>>>   edit/commit in site/trunk
>>> Paul Querna has activated the http://harmony.staging.apache.org/ site
>>> now (user: staging, password: staging - not meant to be secure, just to
>>> keep google bot out).  This means that at this point in the workflow the
>>> commit to trunk should appear on the staging site (within a few seconds
>>> for my test commit).
>>>
>>>>   # extra steps begin here
>>>>   
>>>>   svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
>>>>   cd live
>>>>   svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
>>>>   # review changes
>>>>   svn ci -m "Merging from trunk."
>>>>
>>>>   # end of extra steps
>>>>
>>>>   ssh people.apache.org
>>>>   cd /x1/www/harmony.apache.org
>>>>   sh UPDATE
>>>>
>>>> I will send another update once the pub/sub change is in place.
>>> I'll send another update when the live site is activated.  The new
>>> workflow will be the same but without final people.apache.org section.
>> Do you want comments on harmony.staging.apache.org yet, or are you still
>> working it out?
> 
> Yes please.
> 
>> I see the ACon advert is missing and the download.cgi doesn't work (for
>> example).
> 
> ACon advert looks fine to me perhaps Paul fixed it.
> 
> I thought I'd tested the downloads page but now I think about it my
> bookmarks point to download.html which seems to work and looked right.

I don't know why, but ACon advert is not working for me, and we are not
ready if the cgi won't run, since it selects the downlod mirror for
visitors.

These were the first things I looked at, I can look further tomorrow.

Regards,
Tim

Re: [website] Moved site to site/trunk (and site/branches/live)

Posted by Mark Hindess <ma...@googlemail.com>.
In message <4A...@gmail.com>, Tim Ellison writes:
>
> On 06/Oct/2009 20:42, Mark Hindess wrote:
> > In message <20...@d06av01.portsmouth.uk.ibm.com>, "Mark
> > Hindess" writes:
> >>
> >> I've moved the site repository to site/trunk and merged that to
> >> site/branches/live.  You should use:
> >>
> >>   svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk
> >>
> >> to update a checkout of .../harmony/standard/site to use the new trunk.
> >>
> >> Hopefully it will be migrated to the new svn pub sub system soon but in
> >> the meantime the workflow for changes is:
> >>
> >>   edit/commit in site/trunk
> > 
> > Paul Querna has activated the http://harmony.staging.apache.org/ site
> > now (user: staging, password: staging - not meant to be secure, just to
> > keep google bot out).  This means that at this point in the workflow the
> > commit to trunk should appear on the staging site (within a few seconds
> > for my test commit).
> > 
> >>   # extra steps begin here
> >>   
> >>   svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
> >>   cd live
> >>   svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
> >>   # review changes
> >>   svn ci -m "Merging from trunk."
> >>
> >>   # end of extra steps
> >>
> >>   ssh people.apache.org
> >>   cd /x1/www/harmony.apache.org
> >>   sh UPDATE
> >>
> >> I will send another update once the pub/sub change is in place.
> > 
> > I'll send another update when the live site is activated.  The new
> > workflow will be the same but without final people.apache.org section.
> 
> Do you want comments on harmony.staging.apache.org yet, or are you still
> working it out?

Yes please.

> I see the ACon advert is missing and the download.cgi doesn't work (for
> example).

ACon advert looks fine to me perhaps Paul fixed it.

I thought I'd tested the downloads page but now I think about it my
bookmarks point to download.html which seems to work and looked right.

-Mark.




Re: [website] Moved site to site/trunk (and site/branches/live)

Posted by Tim Ellison <t....@gmail.com>.
On 06/Oct/2009 20:42, Mark Hindess wrote:
> In message <20...@d06av01.portsmouth.uk.ibm.com>, "Mark H
> indess" writes:
>>
>> I've moved the site repository to site/trunk and merged that to
>> site/branches/live.  You should use:
>>
>>   svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk
>>
>> to update a checkout of .../harmony/standard/site to use the new trunk.
>>
>> Hopefully it will be migrated to the new svn pub sub system soon but in
>> the meantime the workflow for changes is:
>>
>>   edit/commit in site/trunk
> 
> Paul Querna has activated the http://harmony.staging.apache.org/ site
> now (user: staging, password: staging - not meant to be secure, just to
> keep google bot out).  This means that at this point in the workflow the
> commit to trunk should appear on the staging site (within a few seconds
> for my test commit).
> 
>>   # extra steps begin here
>>   
>>   svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
>>   cd live
>>   svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
>>   # review changes
>>   svn ci -m "Merging from trunk."
>>
>>   # end of extra steps
>>
>>   ssh people.apache.org
>>   cd /x1/www/harmony.apache.org
>>   sh UPDATE
>>
>> I will send another update once the pub/sub change is in place.
> 
> I'll send another update when the live site is activated.  The new
> workflow will be the same but without final people.apache.org section.

Do you want comments on harmony.staging.apache.org yet, or are you still
working it out?

I see the ACon advert is missing and the download.cgi doesn't work (for
example).

Regards,
Tim


Re: [website] Moved site to site/trunk (and site/branches/live)

Posted by Mark Hindess <ma...@googlemail.com>.
In message <20...@d06av01.portsmouth.uk.ibm.com>, "Mark H
indess" writes:
>
> 
> I've moved the site repository to site/trunk and merged that to
> site/branches/live.  You should use:
> 
>   svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk
> 
> to update a checkout of .../harmony/standard/site to use the new trunk.
> 
> Hopefully it will be migrated to the new svn pub sub system soon but in
> the meantime the workflow for changes is:
> 
>   edit/commit in site/trunk

Paul Querna has activated the http://harmony.staging.apache.org/ site
now (user: staging, password: staging - not meant to be secure, just to
keep google bot out).  This means that at this point in the workflow the
commit to trunk should appear on the staging site (within a few seconds
for my test commit).

>   # extra steps begin here
>   
>   svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
>   cd live
>   svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
>   # review changes
>   svn ci -m "Merging from trunk."
> 
>   # end of extra steps
> 
>   ssh people.apache.org
>   cd /x1/www/harmony.apache.org
>   sh UPDATE
> 
> I will send another update once the pub/sub change is in place.

I'll send another update when the live site is activated.  The new
workflow will be the same but without final people.apache.org section.

Regards,
 Mark.



Re: [website] Moved site to site/trunk (and site/branches/live)

Posted by Mark Hindess <ma...@googlemail.com>.
In message <20...@d06av01.portsmouth.uk.ibm.com>,
"Mark Hindess" writes:
> 
> I've moved the site repository to site/trunk and merged that to
> site/branches/live.  You should use:
> 
>   svn switch https://svn.apache.org/repos/asf/harmony/standard/site/trunk
> 
> to update a checkout of .../harmony/standard/site to use the new trunk.
> 
> Hopefully it will be migrated to the new svn pub sub system soon but in
> the meantime the workflow for changes is:
> 
>   edit/commit in site/trunk
> 
>   # extra steps begin here
>   
>   svn co https://svn.apache.org/repos/asf/harmony/standard/site/branches/live
>   cd live
>   svn merge https://svn.apache.org/repos/asf/harmony/standard/site/trunk
>   # review changes
>   svn ci -m "Merging from trunk."

These above steps are all that are required now.

>   # end of extra steps
> 
>   ssh people.apache.org
>   cd /x1/www/harmony.apache.org
>   sh UPDATE
> 
> I will send another update once the pub/sub change is in place.

Okay. branches/live is now active using the pub/sub.  There was a timing
problem so updates weren't working correctly if you used the eu mirror.
This should be resolved now but if you have any issues with updates not
appearing then please let me know.

Regards,
 Mark.