On Mon, Feb 22, 2016 at 11:11 AM, Daniel Gruno <humbed...@apache.org> wrote: > On 02/22/2016 04:31 PM, Sam Ruby wrote: >> What am I doing wrong? > > Nothing - just the usual gnutls weirdness in play here. It should work > just fine now - had to change the server name in httpd.
Confirmed. Changes I pushed to git-dual showed up instantly on github and were automatically deployed to whimsy-vm2. I love it when a plan comes together. > With regards, > Daniel. - Sam Ruby >> $ git remote add asf https://git-dual.apache.org/repos/asf/whimsy.git >> >> $ git push asf >> fatal: unable to access >> 'https://git-dual.apache.org/repos/asf/whimsy.git/': >> gnutls_handshake() warning: The server name sent was not recognized >> >> $ git remote show -n asf >> * remote asf >> Fetch URL: https://git-dual.apache.org/repos/asf/whimsy.git >> Push URL: https://git-dual.apache.org/repos/asf/whimsy.git >> HEAD branch: (not queried) >> Local ref configured for 'git push' (status not queried): >> (matching) pushes to (matching) >> >> - Sam Ruby >> >> >> On Mon, Feb 22, 2016 at 8:13 AM, Daniel Gruno <humbed...@apache.org> wrote: >>> Hi folks, >>> After a lot of tinkering and old-cruft-removing, we now have a working >>> dual-repo setup. This means that you can now push to either >>> git-dual.apache.org or github, and they (should) stay in sync at any >>> time. git-dual is set up to attempt a sync before it acknowledges a new >>> push. If there's a conflict, you can't push (and have to fix that first!) >>> >>> Take it for a spin! >>> >>> With regards, >>> Daniel. >>> >>> PS: whimsy is at https://git-dual.apache.org/repos/asf/whimsy.git >>> PPS: Email is still wonky, so expect different formats! >