[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2362: get buildmaster config synced up with the corresponding git repo
Tahoe-LAFS
trac at tahoe-lafs.org
Fri Mar 20 19:41:53 UTC 2015
#2362: get buildmaster config synced up with the corresponding git repo
------------------------------------+----------------------
Reporter: warner | Owner: warner
Type: defect | Status: closed
Priority: normal | Milestone: 1.10.1
Component: dev-infrastructure | Version: 1.10.0
Resolution: fixed | Keywords: buildbot
Launchpad Bug: |
------------------------------------+----------------------
Changes (by warner):
* status: new => closed
* resolution: => fixed
* milestone: soon (release n/a) => 1.10.1
Comment:
The buildmaster config is now mirrored to https://github.com/tahoe-lafs
/buildbot-config-tahoe , and my (noisy but effective) workflow is to
modify master.cfg on my local machine, commit, push to github, then pull
from github down to org.
Bad properties of this workflow:
* I wind up committing syntax errors and other mistakes, because I can't
use `buildbot checkconfig` to test my changes before committing
* I compare git hashes before restarting the buildmaster, but if I didn't,
then github would have the opportunity to tamper with the config.
Sometimes I use a different workflow: edit on org, test in-place, commit
(using an alias in the buildmaster account named `git-commit-warner` which
adds `--author`), then push to github (there's a "deploy key" configured
to enable org to push to github). This fixes both of the bad properties
above, at the expense of being slightly more annoying (using emacs
remotely, over TRAMP, is slow).
Anyways, we're in sync now, and there's at least one functional workflow
to stay that way, so I'm closing this one.
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2362#comment:2>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list