On Wed, Oct 08, 2003 at 12:09:00PM +0200, Jens Schmalzing wrote: > Hi, > > Benjamin Herrenschmidt writes: > > > > > the rsync mirror must have trouble > > > > Who is responsible for the rsync mirror? Did you already inform him? > > > No. I don't really know who takes care of those mirrors > > Well, since I track that tree anyway, I set up a mirror at > rsync.theorie.physik.uni-muenchen.de::benh/, which I hope to keep > current in a timely manner [1]. Ben, please let me know whether you > approve of this in general and whether the name is okay in particular. > Everybody else, please let me know whether you find this useful. > > Regards, Jens. > > [1] Anybody know of caveats when running bk through a cronjob?
I find that it's best to do the following: # Sometimes the tree gets left locked.. bk unlock -r bk unlock -w # Or the pull fails for odd reasons. bk abort -f > /dev/null 2>&1 # Update, and if this fails stop bk pull -t -q >/dev/null 2>&1 || exit 0 # Just in case bk craps out on us... bk resolve -a -q -t > /dev/null 2>&1 -- Tom Rini http://gate.crashing.org/~trini/