| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
The following test fails on x86_64:
FAIL: legacy-protocol.test
|
|
|
|
| |
FAIL: legacy-protocol.test
|
|
|
|
|
|
|
|
|
|
|
|
| |
- no wxPython GUI anymore in upstream so remove the -gui package.
- no more ping.test in upstream so just drop the corresponding
patch; ns-ping.test is still here but the test driver will skip
it properly in non-root environment anyway.
- sync configure feature flags with makedepends even if they just
confirm the default.
On mipseln8hf this upgrade fixes exactly the same tests failure as
described in commit 4a50fb4c...
|
| |
|
|
|
|
|
|
|
|
|
| |
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>
It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Tests somehow fail on the armhf builder:
make[3]: Entering directory '/home/buildozer/aports/community/tinc-pre/src/tinc-1.1pre15/test'
PASS: executables.test
PASS: commandline.test
PASS: basic.test
PASS: invite-join.test
PASS: invite-offline.test
PASS: variables.test
PASS: invite-tinc-up.test
PASS: import-export.test
PASS: scripts.test
make[3]: *** Deleting file 'sptps-basic.log'
make: *** [Makefile:379: check-recursive] Terminated
make[2]: *** [Makefile:737: check-TESTS] Terminated
make[3]: *** [Makefile:755: sptps-basic.log] Terminated
make[1]: *** [Makefile:804: check-am] Terminated
Terminated
>>> ERROR: tinc-pre*: check failed
And on another armhf container, sptps-basic.test fail.
|
| |
|
| |
|
|
|
|
|
| |
I build it on a ppc64le LXC container and all tests passed.
Hope it pass in the builders too...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
| |
tests fails. this is also a pre-release, which we want avoid to maintain
|
| |
|
|
|
|
|
|
| |
Disable tests on ppc64le now. The tests are passing in a alpine
VM ppc64le and failing in the LXC container. I will investigate
latter why tests are failing.
|
| |
|
| |
|
|
|