[Updated] D11287: pyoxidized: add a copy of the `templates` directory in the right location
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Wed Aug 18 10:47:00 UTC 2021
baymax added a comment.
baymax edited the summary of this revision.
baymax updated this revision to Diff 29911.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
⚠ This patch is intended for stable ⚠
<img src="https://phab.mercurial-scm.org/file/data/p334drn6opgk3ac7exvu/PHID-FILE-h4oskowh6xyt7acp2mxz/source.gif" />
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D11287?vs=29896&id=29911
BRANCH
stable
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D11287/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D11287
AFFECTED FILES
Makefile
CHANGE DETAILS
diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -270,9 +270,15 @@
pyoxidizer:
$(PYOXIDIZER) build --path ./rust/hgcli --release
+
+PYOX_DIR=build/pyoxidizer/x86_64-pc-windows-msvc/release/app
+
# a temporary target to setup all we need for run-tests.py --pyoxidizer
# (should go away as the run-tests implementation improves
pyoxidizer-windows-tests: pyoxidizer
+ rm -rf $(PYOX_DIR)/templates
+ cp -ar $(PYOX_DIR)/lib/mercurial/templates $(PYOX_DIR)/templates
+
.PHONY: help all local build doc cleanbutpackages clean install install-bin \
install-doc install-home install-home-bin install-home-doc \
To: marmoute, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210818/2f8c4bf6/attachment-0002.html>
More information about the Mercurial-patches
mailing list