Add update-all.sh script to rebuild only out of date packages
Something like this is necessary in order for the cookbook to replace the Makefiles in the redox
repo.
Merge request reports
Activity
I've thought of a potential issue. If a build fails, but a package is present from a previous build of a previous version, it will assume that the package is up to date.
The correct solution is to store version metadata in the package tar. The easy solution is to just remove the
stage.tar
before trying to build.
Please register or sign in to reply