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:
parent
0194c9492d
commit
e187258481