pmbootstrap-meow/pmb/parse
Oliver Smith 852b8d6c7d
args: remove dead code (MR 2349)
Remove a bunch of commented out code:
* debug leftovers
* update_work(): a function that used to replace $WORK in all kinds of
  arguments to pmbootstrap, with the actual work dir. This seemed like a
  good idea when I made this initially, but in hindsight it's clear that
  this made args just much more complex. I'm glad that Caleb removed
  this. Now $WORK only gets removed in one place, for mount points,
  which makes much more sense.
* args.from_argparse and related comment: pmbootstrap used to make a
  full copy of its args, so in some cases it could go back before $WORK
  was replaced IIRC. This isn't great, but even worse is that this
  caused each stack trace to say something like infinite recursion on
  args. I'm also glad that Caleb got rid of this :)
2024-07-08 16:22:38 +02:00
..
__init__.py core: add an Arch type (MR 2252) 2024-06-23 12:38:39 +02:00
_apkbuild.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
apkindex.py Ruff: fix typing.Xxx is deprecated, use xxx instead (MR 2327) 2024-06-23 19:13:57 +02:00
arguments.py args: remove dead code (MR 2349) 2024-07-08 16:22:38 +02:00
binfmt_info.py Use simplified Python 3.8 syntax (MR 2327) 2024-06-23 19:13:52 +02:00
bootimg.py Fix bootimg_analyze error (MR 2339) 2024-06-30 17:40:01 +02:00
cpuinfo.py Use simplified Python 3.8 syntax (MR 2327) 2024-06-23 19:13:52 +02:00
depends.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
deviceinfo.py pmb.parse.deviceinfo: add default for gpu_accelerated (MR 2340) 2024-06-30 17:36:32 +02:00
kconfig.py ruff: format (MR 2344) 2024-07-08 16:09:42 +02:00
kconfigcheck.py kconfig check: move rules to kconfigcheck.toml (MR 2333) 2024-06-30 18:04:31 +02:00
version.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00