2018-05-08 23:41:42 -04:00
|
|
|
- write classes/functions
|
2018-05-09 03:27:58 -04:00
|
|
|
- XML-based config
|
2018-05-22 06:01:18 -04:00
|
|
|
-x XML syntax
|
2018-11-08 03:55:53 -05:00
|
|
|
--- x regex btags - case-insensitive? this can be represented in-pattern:
|
|
|
|
x https://stackoverflow.com/a/9655186/733214
|
|
|
|
--- remove sources stuff - that should be in the guest definitions.
|
2018-05-22 06:01:18 -04:00
|
|
|
-x configuration generator
|
2018-11-08 03:55:53 -05:00
|
|
|
--- x print end result xml config to stderr for easier redirection? or print prompts to stderr and xml to stdout?
|
|
|
|
-- x XSD for validation
|
2018-05-22 06:01:18 -04:00
|
|
|
-- Flask app for generating config?
|
|
|
|
-- TKinter (or pygame?) GUI?
|
|
|
|
--- https://docs.python.org/3/faq/gui.html
|
|
|
|
--- https://www.pygame.org/wiki/gui
|
2018-05-10 00:30:50 -04:00
|
|
|
- ensure we use docstrings in a Sphinx-compatible manner?
|
2018-05-09 03:27:58 -04:00
|
|
|
https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_google.html
|
2018-05-10 00:30:50 -04:00
|
|
|
at the very least document all the functions and such so pydoc's happy.
|
2018-05-22 06:01:18 -04:00
|
|
|
|
2018-05-13 21:56:43 -04:00
|
|
|
- locking
|
2018-11-08 03:55:53 -05:00
|
|
|
|
2018-05-13 21:56:43 -04:00
|
|
|
- for docs, 3.x (as of 3.10) was 2.4M.
|
2018-11-08 03:55:53 -05:00
|
|
|
|
|
|
|
- x Need ability to write/parse mtree specs (or a similar equivalent) for applying ownerships/permissions to overlay files
|
2018-09-23 07:55:58 -04:00
|
|
|
-- parsing is done. writing may? come later.
|
2018-11-08 03:55:53 -05:00
|
|
|
--- i think writing is mostly done/straightforward; still need to work on parsing mode octals for files
|
2018-05-13 21:56:43 -04:00
|
|
|
|
2018-05-09 03:27:58 -04:00
|
|
|
|
|
|
|
- package for PyPI:
|
|
|
|
# https://packaging.python.org/tutorials/distributing-packages/
|
|
|
|
# https://docs.python.org/3/distutils/apiref.html
|
|
|
|
# https://python-packaging.readthedocs.io/en/latest/minimal.html
|
|
|
|
# https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords
|
2018-05-08 23:41:42 -04:00
|
|
|
|
|
|
|
|
|
|
|
BUGS.SQUARE-R00T.NET bugs/tasks:
|
|
|
|
#7: Ensure conditional deps/imports for features only if used.
|
|
|
|
Is this setup.py-compatible?
|
2018-05-13 21:56:43 -04:00
|
|
|
nooope. just make everything a dep.
|
2018-05-08 23:41:42 -04:00
|
|
|
#14: Use os.path.join() for more consistency/pythonicness
|
|
|
|
#24: Run as regular user? (pychroot? fakeroot?)
|
|
|
|
#34: Build-time support for only building single phase of build
|
|
|
|
#39: Fix UEFI
|
|
|
|
#40: ISO overlay (to add e.g. memtest86+ to final ISO)
|
2018-09-23 07:55:58 -04:00
|
|
|
#43: Support resuming partial tarball downloads (Accept-Ranges: bytes)
|