HTCondor Project List Archives



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

Re: [Condor-devel] public repo not up-to-date?



On 05/26/2011 12:55 PM, Todd Tannenbaum wrote:
Matthew Farrellee wrote:
On 05/25/2011 07:00 PM, Greg Thain wrote:

Is the public git repo getting sync'ed? Looks like the master branch
hasn't seen a push there since yesterday?

-Greg

https://condor-wiki.cs.wisc.edu/index.cgi/wiki?p=PublicGitRepo

Hopefully Todd or Will can comment.

I have it running again.

Looks like somehow all instances of the ruby script thought some other
instance was in charge. After killing it, and letting cron restart it,
we're in business again.

One change is needed: the ruby script should write to the log file,
instead of having cron redirect stdout to the log file to prevent future
"watchdog" cron invocations (every 20 min) from clobbering the log.

regards,
Todd

Glad it is back. Making this simple script manage its own log file is overkill. How about changing the redirect to >> from >. Or better yet, |/bin/logger -t git-mirror

Best,


matt