Re: --extra-packages-script and PyOxidizer (was: Re: D8477: packaging: support building WiX installers with PyOxidizer)

2020-11-19 Thread Augie Fackler
Last post for a while, I'm going to run with this a bit: I'm going to try putting module_search_path = ["$ORIGIN/extra_packages"] or similar, and then locally patch the scripts to drop extra stuff there. Will report back in a few days, perhaps after the US Thanksgiving holiday. AF > On Nov 19,

D9342: pyoxidizer: run buildifier

2020-11-19 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a reviewer: hg-reviewers. Herald added a subscriber: mercurial-patches. REPOSITORY rHG Mercurial BRANCH default REVISION DETAIL https://phab.mercurial-scm.org/D9342 AFFECTED FILES rust/hgcli/pyoxidizer.bzl CHANGE DETAILS diff --git a/rust/hg

Re: --extra-packages-script and PyOxidizer (was: Re: D8477: packaging: support building WiX installers with PyOxidizer)

2020-11-19 Thread Augie Fackler
Okay, looking some more, I have an idea. Please shoot it down if it's bad! Basically I think I can (for now) maintain a local patch that adds a call to `PythonExecutable.read_package_root()` and gives it our "google" extension in the packages argument. Does that sound about right? (I'll probabl

[Bug 6438] New: mercurial always ignores binaryes (even not in .hgignore)?

2020-11-19 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=6438 Bug ID: 6438 Summary: mercurial always ignores binaryes (even not in .hgignore)? Product: Mercurial Version: 5.5.1 Hardware: PC OS: Windows Statu

Re: --extra-packages-script and PyOxidizer (was: Re: D8477: packaging: support building WiX installers with PyOxidizer)

2020-11-19 Thread Augie Fackler
(resending to keep the list, sorry for the double-send Greg!) > On Nov 18, 2020, at 18:03, Gregory Szorc > wrote: > > On Wed, Nov 18, 2020 at 2:40 PM Augie Fackler > wrote: > > > > On Apr 30, 2020, at 01:53, indygreg (Gregory Szorc) >