digabi-os
digabi-os copied to clipboard
Create daemon, that monitors status of required packages
Currently DOS is based on Debian jessie, which is in testing state = lots of packages get lots of changes currently, and lots of packages are dropped from testing temporarily, which might cause build to fail.
Write daemon for watching required packages (see live-image-*.packages), and alerting user if required package has been dropped.
Currently package how-can-i-help has been added to DOS. We should parse build.log after building the image, probably in *.post-build hook, and warn user about packages that do have problems.
Alternative use debbugs API to fetch same information.