Age | Commit message (Collapse) | Author |
|
In particular, allow DEB_BUILD_OPTIONS=nolang=objc,obj-c++ as this is
used by gcc-N.
|
|
It is basically the parallel field from DEB_BUILD_OPTION which a special
value "auto" that is converted to the CPU count.
|
|
Fixes: bf30d5dd0350 ("schema: generally set additionalProperties to false")
|
|
Using a pipe enables streaming of logs, which would not be possible with
a regular file output.
|
|
That way the backends abort upon seeing unrecognized properties.
|
|
The bd-uninstallable-explainer value null is equivalent to skipping the
option and thus dropped. The network value "undefined" is equivalent to
skipping the option and thus dropped.
Reported-by: David Kalnischkies <donkult@debian.org>
|
|
For .input.dscpath, a relative path is supposed to be relative to the
json file, but it was relative to cwd. For .output.directory, the matter
was unspecified, but should actually work in the same way. Adapt
implementation to documentation and fix the missing specification.
|
|
Proof-of-concept status. Some things work.
|