James Carlson <james.d.carlson at Sun.COM> writes: > Dean Roehrich writes: >> And 'hg push' would of course be naked. There would have to be a mechanism >> for registering one's public ssh key, I suppose? > > Yes; you need some sort of transport. Multiple are possible, but > we're currently using hg-over-ssh.
cdm wouldn't provide that mechanism, a gate on opensolaris.org would have that mechanism via opensolaris infrastructure, an internal gate would have to make their own plans, dependent upon their own needs. >> Will one of the hg commit or push hooks invoke cdm for sanity checks? But >> even with wx apparently the sanity checks are not bullet-proof (see >> 58030e1dc0c2). > > It's possible and reasonable to have local hooks for commit, and > remote hooks on the gate for push, both of which provide sanity > checks. That was our intent (though perhaps only for push, on both sides). There's a certain amount of trickyness with commit hooks and Mq (which the xVM gate are big users of) that complicate things there. I keep meaning to get back to talking to them about that. -- Rich