[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Savannah-hackers-public] [gnu.org #561831] www.nongnu.org/project h
From: |
Sylvain Beucler |
Subject: |
Re: [Savannah-hackers-public] [gnu.org #561831] www.nongnu.org/project home pages 404 |
Date: |
Thu, 1 Apr 2010 22:40:28 +0200 |
User-agent: |
Mutt/1.5.20 (2009-06-14) |
Hi Ward,
On Thu, Apr 01, 2010 at 04:21:11PM -0400, Ward Vandewege via RT wrote:
> Hi Sylvain,
>
> [ward - Thu Apr 01 16:19:22 2010]:
> > The web repository was created on Mar 22 22:05 - at that point it
> > should have contacted new.py.
>
> I think you mean 18:05 (time zones...); thanks for that pointer, I did
> find the call:
I meant 22:05 UTC - the TZ used in DomUs, and the one to used in
international discussion :)
date -d '2010-03-22 22:05:00 UTC'
seems to agree with you on colonialone.
> Mar 22 18:05:11 nadesico savannah-cvs-commit: Request received...
> Mar 22 18:05:11 nadesico savannah-cvs-commit: type: non-gnu
> Mar 22 18:05:11 nadesico savannah-cvs-commit: project: geiser
> Mar 22 18:05:11 nadesico savannah-cvs-commit: New/update project
> request: non-gnu (geiser)
> Mar 22 18:05:11 nadesico savannah-cvs-commit: geiser: Beginning checkout
> Mar 22 18:05:11 nadesico savannah-cvs-commit:
> Mar 22 18:05:11 nadesico savannah-cvs-commit: geiser: CVS checkout
> completed.
> Mar 22 18:05:11 nadesico savannah-cvs-commit: geiser: Complete.
>
> That blank line is where the cvs call output should be.
>
> Compare with a succesful cvs call when there is something to update:
>
> Apr 1 16:16:04 nadesico savannah-cvs-commit: Request received...
> Apr 1 16:16:04 nadesico savannah-cvs-commit: type: non-gnu
> Apr 1 16:16:04 nadesico savannah-cvs-commit: project: geiser
> Apr 1 16:16:05 nadesico savannah-cvs-commit: New/update project
> request: non-gnu (geiser)
> Apr 1 16:16:05 nadesico savannah-cvs-commit: geiser: Beginning checkout
> Apr 1 16:16:05 nadesico savannah-cvs-commit: U geiser/index.html
> Apr 1 16:16:05 nadesico savannah-cvs-commit: geiser: CVS checkout
> completed.
> Apr 1 16:16:05 nadesico savannah-cvs-commit: geiser: Complete.
>
> And another call when there is nothing to do:
>
> Apr 1 16:17:22 nadesico savannah-cvs-commit: Request received...
> Apr 1 16:17:22 nadesico savannah-cvs-commit: type: non-gnu
> Apr 1 16:17:22 nadesico savannah-cvs-commit: project: geiser
> Apr 1 16:17:22 nadesico savannah-cvs-commit: New/update project
> request: non-gnu (geiser)
> Apr 1 16:17:22 nadesico savannah-cvs-commit: geiser: Beginning checkout
> Apr 1 16:17:22 nadesico savannah-cvs-commit:
> Apr 1 16:17:22 nadesico savannah-cvs-commit: geiser: CVS checkout
> completed.
> Apr 1 16:17:22 nadesico savannah-cvs-commit: geiser: Complete.
>
> So, that makes me think that the initial checkout on Mar 22nd did not
> work because there was nothing to check out yet when curl was called
> from /usr/local/share/perl/5.10.0/Savane/Cvs.pm. Is that possible?
That sounds unlikely, basically the code is:
WebCvsMakeAreaSavannahNonGNU:
CvsMakeAreaSavannah($name,$dir_cvs,$is_public,'web');
# <prepare curl params>
system ('/usr/bin/curl',
'http://www.gnu.org/new-savannah-project/new.py',
'-s', '-F', "type=$ws_type", '-F', "project=$name");
I don't really know what happened with web sync at the time :/
--
Sylvain