- Jun 06, 2024
-
-
Closes: #1
-
Anna Wilcox authored
* Use ABUILD_USER_AGENT environment variable, if present, to customise. * Default to abuild/VERSION, meeting HTTP spec and preventing us from being blocked as a bot by silly upstreams that don't like curl. Closes: #7
-
Anna Wilcox authored
Allows us to have access to the abuild version we are from the compiled C utilities. Also update the defined version to what we last released.
-
Anna Wilcox authored
egrep has been deprecated for a long time. This only appeared in packages with provider_priority or replaces_priority, which presently only affects user/netqmail and user/postfix. It's still good to fix. Closes: #12
-
Zach van Rijn authored
abuild: Set default distfiles mirror for Adélie Closes #4 See merge request !7
-
Zach van Rijn authored
abuild: Print arch and hostname info Closes #6 See merge request !6
-
Anna Wilcox authored
We can't set $DISTFILES_MIRROR in abuild.conf because each package has its own distfiles directory with $pkgname-$pkgver. For that reason, we set the default programmatically in abuild itself. Closes: #4
-
Anna Wilcox authored
This adds the running nodename, arch, and target arch to the build log. Closes: #6
-
- Jun 12, 2022
-
-
Zach van Rijn authored
-
- Feb 21, 2022
-
-
Anna Wilcox authored
Now that we have sparse file support, libarchive wants to use it. APK doesn't support sparse file entries in tar files, so it fails to install any package made in this manner.
-
- Jan 19, 2022
-
-
On filesystems such as XFS, abuild will skip small files and symlinks because the file fits in an inode and shows a size of 0. Signed-off-by:
A. Wilcox <AWilcox@Wilcox-Tech.com> Acked-by:
Zach van Rijn <me@zv.io>
-
- Nov 28, 2020
-
-
Anna Wilcox authored
Add interposition fixes for use with APK Foundry See merge request !5
-
- Jul 06, 2020
-
-
Max Rees authored
-
- Jun 02, 2020
-
-
Max Rees authored
-
- Mar 07, 2020
-
-
Max Rees authored
-
Max Rees authored
-
Max Rees authored
-
Max Rees authored
-
Max Rees authored
Occasionally, a package will use the $srcdir environment variable for its own purposes and change its behavior during build if it is set. This is not normally a problem since $srcdir is not normally exported by abuild. However, if $srcdir is inherited from the environment in order to override its default value of $startdir/src, it will continue to be inherited and thus confuse those packages. Instead, check for $ABUILD_SRCDIR. Likewise for $pkgbasedir and $ABUILD_PKGBASEDIR for consistency sake.
-
- Feb 27, 2020
-
-
Anna Wilcox authored
This is the only appearance of `apk` in the source. Appears accidental. Fixes: 41343329 ("abuild: fix dependency tracing for cross builds") Signed-off-by:
A. Wilcox <AWilcox@Wilcox-Tech.com>
-
- Feb 22, 2020
-
-
Anna Wilcox authored
-
- Feb 07, 2020
-
-
Anna Wilcox authored
- Jan 31, 2020
-
-
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
abuild, abuild-keygen: drop echo -n as well See merge request !4
-
Anna Wilcox authored
tests: fix newapkbuild tests See merge request !2
-
- Jan 14, 2020
-
-
Anna Wilcox authored
-
Anna Wilcox authored
-
Anna Wilcox authored
-
- Aug 14, 2019
-
- Aug 02, 2019
-
-
Max Rees authored
-
Anna Wilcox authored
POSIX me harder See merge request !3
-
- Jul 21, 2019