On 12/14/20 10:23 AM, Jakub Jelinek wrote:
On Mon, Dec 14, 2020 at 10:21:15AM +0100, Martin Liška wrote:
On 12/14/20 10:05 AM, Jakub Jelinek wrote:
Note, last night r11 DATESTAMP bump actually succeeded, it was the other
branches that failed.
I know.
So please try to output the script output to a log. So that we can analyze
for the next time.
I've added that to the crontab, but it remains to be seen if it is the
process itself crashing, or something external killing it.
Why so?
The following should log always
0 * * * * /path/to/script.. >> /tmp/gcc-daily-bump.log 2>&1
right?
Martin
Jakub