Skip to content

Commit

Permalink
Add mxmake and mxdev for creating an instance and test using pip.
Browse files Browse the repository at this point in the history
This is part of plone/Products.CMFPlone#3670

This combines three PRs:

* #903
* #931
* #932

See `README-make.md` for instructions.
  • Loading branch information
mauritsvanrees committed Sep 10, 2024
1 parent 0dd1de0 commit f13c4c5
Show file tree
Hide file tree
Showing 12 changed files with 992 additions and 40 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@
/documentation
/etc
/experimental/develop/
/instance/
/pyvenv.cfg
/instance
bin
constraints-mxdev.txt
coverage/
develop-eggs
downloads
Expand All @@ -42,10 +44,12 @@ packages
parts
pip-selfcheck.json
report/
requirements-mxdev.txt
src
temp_resources
var
versions.html
/venv/
/venvs/
/share/
__pycache__
Loading

0 comments on commit f13c4c5

Please sign in to comment.