Stephen McConnell wrote:
ssh cvs.apache.org
umask 002
cd /www/avalon.apache.org
mv download.html download.bak
cvs up *download*

gotta run!

Its' done - however, the download page is switching to http://www.apache.org/dist/, not the download.html page. Here is the log from doing the above:


> umask 002
> cd /www/avalon.apache.org
> mv download.html download.bak
> cvs up *download*
cvs update: warning: failed to open /home/mcconnell/.cvspass for reading: No such file or directory
cvs server: use `cvs add' to create an entry for download.bak
cvs server: Updating downloadtest
U downloadtest/download.html

hmm. There was no download.html file. You sure you did the update after moving the download.html file?


ssh [EMAIL PROTECTED]
cd /www/avalon.apache.org
cvs up download.html
<snip>
U download.html

which results in the correct page being loaded. However, said page currently contains errors, because its not being parsed correctly (no mirrors listed at all). So I did

mv download.html download.html.bak2

I'll try and look into this some more later. In the meantime, it remains broken.

- LSD



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to