| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
To wrap up this series of changes, bump the package version number.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
|
| |
It seems to be reasonably common to have openrc scripts in their own
package. Autodetection here however fails as the openrc-daemon is
already a separate pacakge.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
|
|
|
|
| |
We are currently not using checks on the build, as they fail anyway on
t/t3900-i18n-commit.sh on the Japanese fonts. So clearly state this in
the !check as per aports guidelines.
Also, if the tests would not fail, we probably better run a profiled
build instead which does testing explicitly.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
|
| |
In the entire aports repository there is no mention of git-perl except
for our own aport. Matter of fact, git-perl is just an addon, which
depends on git. So no replace magic is needed anymore here.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
|
|
|
|
|
|
|
|
| |
Since busybox upstream commit d57d62686 ("tar: fix --numeric-owner,
--no-same-owner, --no-same-permissions bits") busybox tar supports the
'o' flag, making this patch irrelevant for almost 9 years. Lets drop it
as there is no use for it.
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
ref #9511
|
| |
|
| |
|
|
|
|
| |
fixes #8946
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build fails on ppc64le so revert for now.
>>> git*: Stripping binaries
[31;01mscanelf[00;00m: ./usr/bin/git: Invalid section header info (2)
[31;01mscanelf[00;00m: ./usr/bin/git-upload-archive: Invalid section header info (2)
[31;01mscanelf[00;00m: ./usr/bin/git-receive-pack: Invalid section header info (2)
getfattr: ./usr/libexec/git-core/stkilJKK: No such file or directory
strip: './usr/libexec/git-core/stkilJKK': No such file
>>> ERROR: git*: prepare_package failed
>>> ERROR: git: all failed
This reverts commit fa965be44008ffe8dc7240735f88450b9563d150.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Release notes https://lkml.org/lkml/2017/8/4/481
|
|
|
|
|
|
|
|
| |
Doesn't seem to build aarch64.
http://build.alpinelinux.org/buildlogs/build-edge-aarch64/main/git/git-2.13.4-r0.log
This reverts commit 16dce8501bd79d9ea7b9f70576052b925b1e3ec2.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
To save space in the 'git' package we move some of the tools to the sub
packages:
- git-fast-import: move to its own. only used by git-p4
- git-imap-send: move to git-email
- git-remote-testsvn: move to git-svn
- git-http-backend/git-shell: move to git-daemon
- git-instaweb: move git-gitweb
reduces size of git package with ~5M
https://github.com/linuxkit/linuxkit/pull/2201#issuecomment-315308446
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
fixes commit "main/[various]: dont set arch in split function"
|
| |
|
| |
|