You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@perl.apache.org by Randy Kobes <ra...@theoryx5.uwinnipeg.ca> on 2006/05/27 23:13:57 UTC

updating docs on perl.apache.org

Does someone know how to check if the generation
of the perl.apache.org html docs from the svn repository
is working? I committed a while ago some changes;
they show up in our local mirror:
  http://theoryx5.uwinnipeg.ca/modperl/docs/2.0/os/win32/install.html#PPM_Packages
but not on the main site:
  http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages
Thanks.

-- 
best regards,
Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: updating docs on perl.apache.org

Posted by Randy Kobes <ra...@theoryx5.uwinnipeg.ca>.
On Sat, 27 May 2006, Frank Wiles wrote:

> On Sat, 27 May 2006 16:13:57 -0500 (CDT)
> Randy Kobes <ra...@theoryx5.uwinnipeg.ca> wrote:
>
>> Does someone know how to check if the generation
>> of the perl.apache.org html docs from the svn repository
>> is working? I committed a while ago some changes;
>> they show up in our local mirror:
>>   http://theoryx5.uwinnipeg.ca/modperl/docs/2.0/os/win32/install.html#PPM_Packages
>> but not on the main site:
>>   http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages
>
>  I don't know of a way to check that things are running smoothly,
>  but I believe it takes about 24 hours for the changes to show up.

These particular changes referred to above occured
about 2 weeks ago in the svn repository; I know that's
working, as our theoryx5 mirror generates the html
docs from svn, but the perl.apache.org docs seem
out-of-date.

-- 
best regards,
Randy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: updating docs on perl.apache.org

Posted by Stas Bekman <st...@stason.org>.
Philip M. Gollucci wrote:
>>>> Does someone know how to check if the generation
>>>> of the perl.apache.org html docs from the svn repository
>>>> is working? 
> 
> Yes, it was borked.  I've fixed it and just fired off a manual full regen.
> 
> For reference see docs/trunk/README.SITE for these instructions.
> 
> ssh apache.org
> sudo -H -u perlwww bash
> 
> bash-2.05b$ 
> /home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index
> /x1/home/perlwww/apache.org/modperl-docs-svn
> Bash-2.05b$
> 
> hmm that seemed to have worked, but it clearly isn't.  On a hunch, in
> file /home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index
> in sub update(), I changed the system("svn update....") command so its 
> output wasn't sent to /dev/null and see this when I try it again
> 
> svn: Working copy 'src/docs/1.0/os' locked
> svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for 
> details)

Yeah, this has happened before - for some reason a lock was dropped (I 
think someone was doing a manual update and got perms wrong. Remember you 
need to sudo perlwww before you do the updates.

> Thus to fix:
> bash-2.05b$ cd /x1/home/perlwww/apache.org/modperl-docs-svn
> bash-2.05b$ svn cleanup
> 
> I wonder if its worth making the script smater to account for this
> as this is now the second time thats happened since I've been around.

Good call. just remember that by default it should be quiet, and report 
only errors.



-- 
_____________________________________________________________
Stas Bekman mailto:stas@stason.org  http://stason.org/
MailChannels: Assured Messaging(TM) http://mailchannels.com/
The "Practical mod_perl" book       http://modperlbook.org/
http://linkedin.com/in/stasbekman   http://perl.apache.org/




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: updating docs on perl.apache.org

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
>>> Does someone know how to check if the generation
>>> of the perl.apache.org html docs from the svn repository
>>> is working? 
Yes, it was borked.  I've fixed it and just fired off a manual full regen.

For reference see docs/trunk/README.SITE for these instructions.

ssh apache.org
sudo -H -u perlwww bash

bash-2.05b$ 
/home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index
/x1/home/perlwww/apache.org/modperl-docs-svn
Bash-2.05b$

hmm that seemed to have worked, but it clearly isn't.  On a hunch, in
file /home/perlwww/apache.org/modperl-docs/bin/site_build_force_pdf_index
in sub update(), I changed the system("svn update....") command so its 
output wasn't sent to /dev/null and see this when I try it again

svn: Working copy 'src/docs/1.0/os' locked
svn: run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)

Thus to fix:
bash-2.05b$ cd /x1/home/perlwww/apache.org/modperl-docs-svn
bash-2.05b$ svn cleanup


I wonder if its worth making the script smater to account for this
as this is now the second time thats happened since I've been around.


-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: updating docs on perl.apache.org

Posted by "Philip M. Gollucci" <pg...@p6m7g8.com>.
>> Does someone know how to check if the generation
>> of the perl.apache.org html docs from the svn repository
>> is working? I committed a while ago some changes;
>> they show up in our local mirror:
>>   http://theoryx5.uwinnipeg.ca/modperl/docs/2.0/os/win32/install.html#PPM_Packages
>> but not on the main site:
>>   http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages
> 
>   I don't know of a way to check that things are running smoothly,
>   but I believe it takes about 24 hours for the changes to show up. 
I'm looking into it now.
-- 
------------------------------------------------------------------------
Philip M. Gollucci (pgollucci@p6m7g8.com) 323.219.4708
Consultant / http://p6m7g8.net/Resume/resume.shtml
Senior Software Engineer - TicketMaster - http://ticketmaster.com
1024D/A79997FA F357 0FDD 2301 6296 690F  6A47 D55A 7172 A799 97F

"It takes a minute to have a crush on someone, an hour to like someone,
and a day to love someone, but it takes a lifetime to forget someone..."

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org


Re: updating docs on perl.apache.org

Posted by Frank Wiles <fr...@wiles.org>.
On Sat, 27 May 2006 16:13:57 -0500 (CDT)
Randy Kobes <ra...@theoryx5.uwinnipeg.ca> wrote:

> Does someone know how to check if the generation
> of the perl.apache.org html docs from the svn repository
> is working? I committed a while ago some changes;
> they show up in our local mirror:
>   http://theoryx5.uwinnipeg.ca/modperl/docs/2.0/os/win32/install.html#PPM_Packages
> but not on the main site:
>   http://perl.apache.org/docs/2.0/os/win32/install.html#PPM_Packages

  I don't know of a way to check that things are running smoothly,
  but I believe it takes about 24 hours for the changes to show up. 

 ---------------------------------
   Frank Wiles <fr...@wiles.org>
   http://www.wiles.org
 ---------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org