autobuild3
autobuild3 copied to clipboard
Multi-backend and extensible packaging toolkit
https://gcc.gnu.org/onlinedocs/gccint/LTO-Overview.html
I can't find any usage of polluting the global environment with PKGNAME stuffs.
Consider adding abbs to `extensions` and define a way that extensions work. To make this work better, consider to add support for package splitting. #8
http://www.shellcheck.net/ https://github.com/koalaman/shellcheck It should be possible to be used with a CI. Blocks: koalaman/shellcheck#500
This definition is present in `pacman`, in a form of: ``` Bash optdepends=('cups: printing support' 'sane: scanners support' 'libgphoto2: digital cameras support' 'alsa-lib: sound support' 'giflib: GIF images support' 'libjpeg:...
[RPM](http://rpm.org/wiki/PackagerDocs/Dependencies) has three levels of dependencies, `Requires`, `Recommends` and `Suggests`. `Recommends` will let PM try to resolve its dependencies, while `Suggests` doesn't.
Dpkg: https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description ``` Description: ``` > The lines in the extended description can have these formats: > - Those starting with a single space are part of a paragraph. Successive...
`rpmarch` is still absent from autobuild3.
As per discussion in the group chat, we think an implementation of system package rollback for autobuild is possible. In a process like the following: 1. Autobuild fetches all packages...