aboutsummaryrefslogtreecommitdiffstats
path: root/testing/lttng-tools
Commit message (Collapse)AuthorAgeFilesLines
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit updates $license variable in all APKBUILDs to comply with short names specified by SPDX version 3.0 [1] where possible. It was done using find-and-replace method on substrings inside $license variables. Only license names were updated, not "expressions" specifying relation between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or exceptions (e.g. "X with exceptions"). Many licenses have a version or multiple variants, e.g. MPL-2.0, BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not contain license version or variant. Since there's no way how to infer this information just from abuild, it were left without the variant suffix or version, i.e. non SPDX compliant. GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later (formerly e.g. GPL-2.0+). We did not systematically noted distinguish between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g. GPL2+) were left without the variant suffix, i.e. non SPDX compliant. Note: This commit just fixes format of the license names, no verification has been done if the specified license information is actually correct! [1]: https://spdx.org/licenses/
* testing/lttng-tools: upgrade to 2.9.6Roberto Oliveira2017-08-101-2/+2
|
* testing/lttng-tools: enable build on ppc64leRoberto Oliveira2017-07-241-1/+1
| | | | | | | Some tests from lttng-tools were failing because ppc64le alpinebox has 160 cores and some lttng-tools stress tests were running out of file descriptors. I increased the ulimit hard limit value in the host to fix this issue.
* testing/lttng-tools: upgrade to 2.9.5Roberto Oliveira2017-07-101-7/+3
|
* testing/lttng-tools: disable on ppc64le for nowNatanael Copa2017-06-161-1/+1
|
* testing/lttng-tools: rebuild against userspace-rcu 0.10Natanael Copa2017-06-161-1/+1
|
* testing/lttng-tools: upgrade to 2.9.3Michael Jeanson2017-01-112-18/+4
|
* testing/lttng-tools: disable on aarch64Natanael Copa2017-01-051-1/+1
| | | | the make check phase fails
* testing/lttng-tools: upgrade to 2.9.0Michael Jeanson2016-12-079-584/+71
|
* testing/lttng-tools: upgrade to 2.8.1Michael Jeanson2016-08-286-335/+12
|
* testing/lttng-tools: add util-linux-dev to makedepsBartłomiej Piotrowski2016-06-171-1/+2
|
* testing/lttng-tools: new aportMichael Jeanson2016-06-1712-0/+948
https://lttng.org LTTng 2.0 control tools