> > To bring DXR's git repo conventions in line with everybody else's...
"testing" has become "master". This is where development work gets merged > in. It should always be shippable. > "master" has become "prod". This is deployed to dxr.mozilla.org. > Good, idea... But there's a reason it's out of line :) Assuming the builds and server hosting dxr.mozilla.org haven't changed since I helped setup it up this summer, this will probably break it. In short, then the indexes hosted on dxr.mozilla.org are built by automated task managed by releng. This automated task uses a hg mirror of the github master branch, the hg mirror is located here: http://hg.mozilla.org/projects/dxr/ So unless the deployment process has changed since I was around ??? We should get http://hg.mozilla.org/projects/dxr/ to mirror "prod" instead of "master". Maybe file a bug and CC Malini Das (mdas) as I think she handled the configuration of the hg mirror. Note. Failed builds on the releng side shouldn't cause dxr.mozilla.org to go down, but it'll probably email someone. -- Regards Jonas Finnemann Jensen. On Tue, Feb 12, 2013 at 10:11 PM, Erik Rose <[email protected]> wrote: > To bring DXR's git repo conventions in line with everybody else's and make > it more approachable for newcomers, I've renamed a few branches: > > "testing" has become "master". This is where development work gets merged > in. It should always be shippable. > "master" has become "prod". This is deployed to dxr.mozilla.org. > > I've also changed the default branch in the github repo to "master" and > reconfigured the Jenkins jobs accordingly. > > If anybody gets thrown off by this change and needs some git help, give a > shout. > > Cheers, > Erik > _______________________________________________ > dev-static-analysis mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-static-analysis > _______________________________________________ dev-static-analysis mailing list [email protected] https://lists.mozilla.org/listinfo/dev-static-analysis
