pmbootstrap-meow/pmb
Oliver Smith 90ca7b6351
zap_mismatch_bins: Adjust to new apkindex parsing
Without this fix, `pmbootstrap zap -m` fails with:

  File "/home/user/code/pmbootstrap/pmb/__init__.py", line 61, in main
    getattr(frontend, args.action)(args)
  File "/home/user/code/pmbootstrap/pmb/helpers/frontend.py", line 322, in zap
    distfiles=args.distfiles)
  File "/home/user/code/pmbootstrap/pmb/chroot/zap.py", line 54, in zap
    zap_mismatch_bins(args, confirm, dry)
  File "/home/user/code/pmbootstrap/pmb/chroot/zap.py", line 110, in zap_mismatch_bins
    if pkgname != bin_data["pkgname"]:
KeyError: 'pkgname'
2018-02-20 21:41:03 +00:00
..
aportgen Index parser: support multiple package providers (#1202) 2018-02-20 19:52:28 +00:00
build Index parser: support multiple package providers (#1202) 2018-02-20 19:52:28 +00:00
chroot zap_mismatch_bins: Adjust to new apkindex parsing 2018-02-20 21:41:03 +00:00
config Bump version to 0.7.0 (previous one got tagged) 2018-02-20 19:53:50 +00:00
export Odin export: make sure temp folder is empty (#1141) 2018-01-22 22:35:07 +00:00
flasher Happy new year! (update copyright to 2018) 2018-01-04 04:53:35 +01:00
helpers Index parser: support multiple package providers (#1202) 2018-02-20 19:52:28 +00:00
install Fix invalid /etc/apk/repositories entry on device (#1189) 2018-02-01 22:44:20 +00:00
parse Index parser: support multiple package providers (#1202) 2018-02-20 19:52:28 +00:00
qemu Testsuite: Run UIs in Qemu and check running processes and more (#982) 2018-02-02 00:16:29 +00:00
__init__.py pmbootstrap: Disallow running as root (#1120) 2018-01-14 08:13:35 +00:00