Mike Hommey
Mike Hommey
`codesign -s - -f venv/bin/python works`, until it doesn't and says `the codesign_allocate helper tool cannot be found or used`, which I'm not sure under which circumstances it happens (although...
Creating a symlink from venv/bin/python to the real python works just fine, but I assume sys.path is not correct (although I haven't compared).
FWIW, this works great, but I'll note two things as a bystander: - Your changes didn't update README.md - Not sure whether this applies to the original version, because I...
Fixing #82 would make 90% of the work required here, if not more. So let's schedule this for 0.4.0.
This will actually require scheduled changes to the manifest metadata format, not before 0.5
There is nothing about beta or esr on https://github.com/glandium/git-cinnabar/wiki/Mozilla:-A-git-workflow-for-Gecko-development but it shouldn't be much different from how you interact with central. Adding a section about non-central branches would probably be...
This will actually require scheduled changes to the manifest metadata format, not before 0.5
> What is the recommended approach to install this application in a standard location? There isn't one at the moment.
One thing that needs some extra thought is how to keep `.git/info/exclude` synchronized with `.hgignore`. A `post-checkout` hook?
I guess that's way to make it optional: installing a `post-checkout` hook would be opt-in.