Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-25 | docs: Document the `ldpath` and `somask` variablesHEAD3.5master | A. Wilcox | 1 | -0/+12 | |
2024-09-18 | abuild: Implement a checkretry option | A. Wilcox | 1 | -0/+8 | |
This allows a test suite to be retried automatically in case of flaky or unreliable tests upstream. The default retry count is 5, but can be set in abuild.conf with the variable `$ABUILD_RETRY_COUNT`. Closes: #15 | |||||
2024-06-06 | abuild: Add checkx11 option | A. Wilcox | 1 | -0/+6 | |
This allows test suites that require X11 and/or D-Bus to run. | |||||
2019-03-06 | Add initial manpage drafts | A. Wilcox | 1 | -4/+7 | |
2018-10-03 | abuild: do not run check in fakeroot by default | Natanael Copa | 1 | -4/+3 | |
Only run check in fakeroot if options="checkroot" is set. This makes options="!checkroot" the default. I expect most checks work as non-root, and if a testsuite requires root, it will likely fail in fakeroot too. Fakeroot has also shown lower performance for parallel builds. | |||||
2018-10-03 | APKBUILD.5: fix mdoc syntax warnings | A. Wilcox | 1 | -229/+170 | |
2018-10-03 | docs: Add checkdepends variable | A. Wilcox | 1 | -0/+4 | |
2018-10-03 | man: Clarify arguments to install scripts | A. Wilcox | 1 | -3/+3 | |
2018-10-03 | man: Better document install scripts | A. Wilcox | 1 | -2/+9 | |
2018-10-03 | man: remove obsolete !libc_* options | A. Wilcox | 1 | -9/+0 | |
2018-10-03 | man: Write requested improvements to documentation | A. Wilcox | 1 | -48/+181 | |
2018-10-03 | Add initial manpage drafts | A. Wilcox | 1 | -0/+488 | |