pmbootstrap/pmb
Alexey Min c0a8675079
build/menuconfig: fix kconfig_edit (!1791)
This fixes regression from commits 0431a519 and 4daf9916.

pmbootstrap kconfig_edit raised an error while trying to checksum a package.

Error was:
(028793) [16:13:22] ERROR: 'module' object is not callable
(028793) [16:13:22] See also: <https://postmarketos.org/troubleshooting>
(028793) [16:13:22] Traceback (most recent call last):
  File "/home/lexx/dev/pmos/pmbootstrap/pmb/__init__.py", line 63, in main
    getattr(frontend, args.action)(args)
  File "/home/lexx/dev/pmos/pmbootstrap/pmb/helpers/frontend.py", line 279, in kconfig
    pmb.build.menuconfig(args, args.package)
  File "/home/lexx/dev/pmos/pmbootstrap/pmb/build/menuconfig.py", line 158, in menuconfig
    pmb.build.checksum(args, pkgname)
TypeError: 'module' object is not callable

The function was renamed, call new function.
2019-06-11 21:59:30 +02:00
..
aportgen pmbootstrap aportgen gcc{,4,6}*: fix depends (!1778) 2019-04-26 22:32:35 +02:00
build build/menuconfig: fix kconfig_edit (!1791) 2019-06-11 21:59:30 +02:00
chroot Mount /dev/shm in chroots 2019-05-05 17:47:25 +02:00
config Prepare 1.6.1 release 2019-05-19 19:46:43 +02:00
data install apk keys and binfmt data with setup.py 2018-09-17 10:06:57 +00:00
export Update copyright to 2019 2019-01-02 09:31:20 +01:00
flasher Add uuu flasher support (!1760) 2019-03-03 10:29:16 +01:00
helpers pmb.build.checksum: rename .check() to .update() 2019-05-24 22:41:31 +02:00
install Optionally store git hash in /etc/os-release (!1784) 2019-05-10 16:56:26 -04:00
parse Add pmbootstrap checksum --verify (!1788) 2019-05-19 22:07:20 +02:00
qemu qemu: Load GTK modules/resources from chroot (!1749) 2019-02-15 16:39:07 +01:00
__init__.py init: fix missing errors if logs didn't initialize (!1755) 2019-02-15 16:01:11 +01:00