pmbootstrap/pmb/challenge
Oliver Smith 328bed4ba2
Add testcases for pmbootstrap challenge.
* pmb/challenge/apk.py had to be renamed to pmb/challenge/apk_file.py,
  so the "internal" functions of that file could be accessed, while
  still providing the short notation pmb.challenge.apk().
* zap asks for each buildroot_* chroot, if you want to remove it, not
  only for the one with the device arch
* add new pmb.chroot.tempfolder() function, that creates a temporary
  folder, that belongs to "user" and deletes it, if it already exists.
  this function gets used in a few challenge testcases.
2017-06-19 20:07:51 +02:00
..
__init__.py Add testcases for pmbootstrap challenge. 2017-06-19 20:07:51 +02:00
apk.py Move challenge code to own folder (#64) 2017-06-17 17:42:28 +02:00
apk_file.py Add testcases for pmbootstrap challenge. 2017-06-19 20:07:51 +02:00
apkindex.py Implement challenge for APKINDEX.tar.gz (part of #64) 2017-06-18 01:45:41 +02:00
build.py Add testcases for pmbootstrap challenge. 2017-06-19 20:07:51 +02:00
frontend.py Move challenge code to own folder (#64) 2017-06-17 17:42:28 +02:00