common
common copied to clipboard
Developer tooling framework
"make install-local" is a very useful and convenient way to test built RPMs locally, it installs *all* built RPMs on the built machine. However, a better granulation would be nice,...
If the `symbols` file is truncated (i.e. becomes zero-size) as a result of running autospec on a package, this usually indicates a packaging bug. Thus, to better call out this...
Currently, if there's a disk space issue, the build fails with traceback errors that don't point to the problem.
Currently the script explicitly disables support for graphics, via: ... -vga none -nographic \ ... However, there does not seem to be any particularly good reason not to allow graphics...
See https://github.com/clearlinux/distribution/issues/206 for background. The `blacklist` should be extended to ban certain path prefixes that should not ship in Clear Linux. Example prefixes include `/opt/` and `/usr/local/`. Also, the location...
Can we do something like "make version" which shows installed version and available update version?