void-packages/etc
Jürgen Buchmüller c31dd888f6 xbps-src: implement a 'check' stage
Add another stage 'check' between 'build' and 'install'. It is be enabled using the
variable XBPS_CHECK_PKGS=yes and disabled if unset, set to "0" or "no" in your
local etc/conf.

A new xbps-src option `-q` for `quick` will disable XBPS_CHECK_PKGS by overriding it to 0.
If enabled, `common/xbps-src/shutils/xbps-src-docheck.sh` checks for an existing
`do_check()` function in the package's template and, if it exists, calls it.

A new template variable `checkdepends` may be present and list packages required
to run the `do_check()` function. Example: `checkdepends="bc unittest-cpp"`.
2017-03-08 11:33:48 +01:00
..
defaults.conf xbps-src: implement a 'check' stage 2017-03-08 11:33:48 +01:00
defaults.virtual etc/defaults.virtual: defaults to rkt-stage1-coreos 2016-05-04 10:26:52 +02:00
repos-local-x86_64.conf xbps-src: move xbps repo conf files to etc/. 2015-03-13 09:53:30 +01:00
repos-local.conf xbps-src: move xbps repo conf files to etc/. 2015-03-13 09:53:30 +01:00
repos-remote-x86_64.conf etc/repos*: use https for repo.voidlinux.eu. 2016-04-21 11:03:51 +02:00
repos-remote.conf etc/repos-remote: add australian mirror 2017-01-13 13:27:08 -05:00