Daemon script to continually update local mirrors of our github repositories

-Bamboo now uses the local mirrors for git checkouts, which should hopefully
 resolve the intermittent long delays we've been seeing in Bamboo during git
 operations

-Use a daemon process rather than a cron job to guarantee strict serial
 execution of the git updates (since the time git update operations
 require can vary). The spawn script for the daemon runs as a cron job
 instead to make sure the daemon is always running and restart it if
 necessary.
This commit is contained in:
David Roazen 2013-04-09 16:49:32 -04:00
parent 0194c9492d
commit e187258481

Diff Content Not Available