trans-coord-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUN log (30 Jan)


From: Kaloian Doganov
Subject: Re: GNUN log (30 Jan)
Date: Thu, 31 Jan 2008 11:40:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gNewSense gnu/linux)

Yavor Doganov <address@hidden> writes:

    The error message is clear, these files were cvs added but were
    missing when cvs commit was invoked.  I don't have the slightest
    clue why the files were deleted...

I don't know either, but it was done as the last action of the cronjob:

    rm ../../server/po/banner-homepage.fr.po 
../../server/po/banner-homepage.bg.po
    make: Leaving directory 
`/srv/data/home/y/yavor/projects/trans-coord/gnun/prep/gnun'

By the way, if you want the output from all commands to go to a single
log file, use this parenthesis:

    (echo "ala"; echo "bala") > /tmp/log

Like this:

    (cd $HOME/projects/trans-coord/gnun ; cvs -q update ; \
     make -C prep/gnun VCS=yes ; cvs commit -m \
     "Automatic update by GNUnited Nations.") &>$HOME/logs/gnun.log

This way the output of `cvs update', `make' and `cvs commit' will be
appended in a single session transcript.

    I suggest that I commit everything manually, and to test later with
    a dummy template file.  What do you think?

I'm afraid that a manual commit at this stage could eventually impede
the investigation of the issue.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]