Hugo Osvaldo Barrera
5cae4119f9
Document some environment variables for abuild
2024-10-07 19:58:50 +00:00
Sertonix
c8fb8965fc
newapkbuild: add instructions when there is no check/build command
2024-10-07 19:55:23 +00:00
Willow Barraco
ca9bc0a9e9
abuild: add default_nftrules helper
...
As proposed here:
https://gitlab.alpinelinux.org/alpine/aports/-/issues/16177
2024-10-07 19:52:15 +00:00
Dmitry Klochkov
15b9496135
abuild-fetch: try to work around an ESTALE error which occurs on NFS
...
This is because of the following race condition case:
A B
|
lockfd = open(lockfile, ...) |
| unlink(lockfile)
lockf(lockfd, F_LOCK, 0) |
According to [1], to recover from an ESTALE error, an application must
close the file or directory where the error occurred, and reopen it so
the NFS client can resolve the pathname again and retrieve the new file
handle.
[1] https://nfs.sourceforge.net/#faq_a10
2024-10-07 19:50:19 +00:00
Sertonix
2fbfb5e700
tests: fix with changed ABUILD_USERDIR
...
The test suite expects ABUILD_USERDIR to be "$HOME"/.abuild but that
could be overwritten in ABUILD_CONF. So use the fixed value instead of
relying on the default.
2024-10-07 19:43:12 +00:00
Sertonix
59be83ca19
functions.sh: overwrite ABUILD_USERDIR from env
...
To be consistent with other variables ABUILD_USERDIR set from the
environment should be prefered over ABUILD_USERDIR set by the
ABUILD_CONF file.
2024-10-07 19:43:12 +00:00
Sertonix
f8d9a6f1b5
abuild: simplify 'Entering fakeroot' message
2024-10-07 19:41:56 +00:00
Sertonix
18eeb336a2
abuild: remove CBUILDROOT check for cross_*
...
CBUILDROOT is guaranteed to be set by functions.sh when
CHOST != CTARGET or CBUILD != CHOST.
2024-10-07 19:41:00 +00:00
Sertonix
88fab9f624
abuild: detect precompiled lua files
...
Precompiled lua files aren't portable between word sizes and byte order.
2024-10-07 19:37:16 +00:00
Sertonix
2ea6d3c734
abuild: remove empty check before for loop
...
When the variable is empty the body of the for loop will never be run.
So the behaviour is the same without the extra check if the variable is
empty.
2024-10-07 19:35:31 +00:00
Hugo Osvaldo Barrera
c3f021f2b4
abuild: add missing params flags in docs
2024-10-07 19:32:31 +00:00
Sertonix
a417fd27fc
abuild: update -r doc
2024-10-07 19:25:19 +00:00
Sertonix
87e8792b8c
abuild: clean unused and global variables
2024-10-07 19:24:49 +00:00
Sertonix
8b1304f343
abuild: improve and test shell_escape
2024-10-07 19:22:28 +00:00
Sertonix
1b253a9210
Makefile: simplify install and fix exec permissions
2024-10-07 19:20:11 +00:00
Sertonix
e236b4b854
abuild: use amove more often
2024-10-07 19:17:35 +00:00
Sertonix
98dd63bf11
abuild: improve amove
...
- fix multiple trailing and leading /
- continue moving after error
2024-10-07 19:17:35 +00:00
Sertonix
f12f4dde1a
abuild: simplify shell completion checks
2024-10-07 19:13:54 +00:00
Sertonix
76e82bfb52
abuild: add cmd:* providers for symlinks
2024-10-07 19:10:26 +00:00
Hugo Osvaldo Barrera
520641dea7
abuild: document the default command, "all"
...
Document the expansion of the default command. This is mostly useful for
someone wanting to run _most_ commands while omitting specific ones.
2024-10-07 19:08:33 +00:00
Dimitri John Ledkov
97feb61bee
abuild-sign: rename type variable to sigtype for clarity
2024-04-29 12:22:23 +01:00
Dimitri John Ledkov
b10f1c5394
abuild: remove unused variable sign
2024-04-29 12:18:05 +01:00
Dimitri John Ledkov
f4ea93f5f2
abuild-sign: add support for RSA256 signatures
...
Supported by apk-tools since v2.7.0 (2017).
2024-04-29 12:03:08 +01:00
Piraty
a45d12d4c3
abuild-rootbld: copy SRCDEST value from host to chroot
...
Otherwise the default hardcoded in abuild-fetch (var/cache/distfiles) is
used.
(in the same vein as 6864df03aa
)
Fixes: 1582617
("abuild-rootbld: clear environment for bwrap container")
2024-04-26 00:24:09 +02:00
Natanael Copa
68d6aa65f4
abuild: skip /var/run in fhs check
...
We have many package containing directories under /var/run. Allow those
for now.
Partially reverts commit 08d2d81587
(abuild: extend fhs check)
2024-04-21 10:37:44 +02:00
Natanael Copa
c48f8498e7
abuild: allow packages to install under run
...
I have some vauge memory that it is conveinent for Docker users that the
state dir under /run exists.
Allow this for alpine 3.20 and revisit later.
2024-04-20 08:20:18 +02:00
Natanael Copa
eeca95d195
abuild: pass APORTS_BOOTSTRAP to bubblewrap
2024-04-19 23:41:45 +02:00
Natanael Copa
5023838d60
==== release 3.13.0 ====
2024-04-17 08:45:34 +02:00
Natanael Copa
7e7b0a5ba3
tests: increase timeout for abuild-fetch to call curl
...
The CI may be under load.
2024-04-17 08:40:47 +02:00
Natanael Copa
645c3c07a7
abuild: exclude provides for commans with @
...
the '@' characted serves as a repository separator (eg. pkg@repo) so we
should not add a cmd: provides for binaries having this character.
This avoids conflicts with for example `who` from coreutils and `who@`
from ucspi-tpc6.
fixes https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10074
2024-04-17 08:35:27 +02:00
Natanael Copa
e4896c01b8
test: inline bin-in-path APKBUILD
...
Improves readability. No functional changes
2024-04-17 08:21:40 +02:00
Sertonix
54fd3e4117
abump: preserve in-line comments after pkgver/pkgrel
...
Fixes [#10133 ]
[#10133 ]: https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10133
2024-04-12 11:59:56 +00:00
Sertonix
855992822d
abuild: update cachedir logic for rootbld
...
Closes [#10111 ]
[#10111 ]: https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10111
2024-04-12 11:59:04 +00:00
Sertonix
7276042237
abuild: always use $APK instead of apk
2024-04-12 11:59:04 +00:00
Sertonix
6aa8fcc012
abuild: remove libc specific logic
...
Last use of the '!libc_*' option has been removed in [61cb57cda98].
libpthread special casing only triggers on uclibc.
[61cb57cda98]: https://git.alpinelinux.org/aports/commit/?id=61cb57cda98923032f7ff15f7a0f057bb35aae6d
2024-04-12 11:56:05 +00:00
Sertonix
20b1f47c63
abuild: fix ~ splitting pkgname and pkgver
2024-04-12 11:51:48 +00:00
Sertonix
0e325a2354
abuild: fix python3 depending on python3
2024-04-03 14:09:03 +02:00
Natanael Copa
22e17446f7
Revert "checkapk: Check how many packages depend on a previous soname"
...
The implementation is difficult to get right. Keep checkapk simple.
Fixes https://gitlab.alpinelinux.org/alpine/abuild/-/merge_requests/229
This reverts commit acfa7d6732
.
2024-03-29 12:19:20 +01:00
Sertonix
141da52d19
abuild: warn on go packages without net option
2024-03-29 11:15:43 +00:00
Sertonix
21b5a2298d
abuild: fix help message
2024-03-29 11:14:35 +00:00
Sertonix
20c0a15856
functions.sh: fix ABUILD_USERDIR overwrite in ABUILD_CONF
2024-03-29 11:14:35 +00:00
Sertonix
1804361f61
abuild: error on digit+letter+digit version format
2024-03-29 11:12:51 +00:00
Sertonix
f0051d2658
doc: document replaces_priority
2024-03-28 22:43:42 +00:00
Hugo Osvaldo Barrera
d65a054bc5
Add a man page for abump
2024-03-28 22:42:43 +00:00
Sertonix
17648366cc
abuild: invalidate pkgver ending with -r#
2024-03-28 22:41:30 +00:00
Sertonix
2e27c5b202
abuild: sanitycheck pkgver regardless of -d flag
2024-03-28 22:41:30 +00:00
Sertonix
a9053617db
abuild: stricter pkgname check
2024-03-28 22:40:14 +00:00
Sertonix
73cc75b3e0
abuild: amove: allow spaces in pattern
2024-03-28 18:40:25 +00:00
Sertonix
08d2d81587
abuild: extend fhs check
2024-03-27 14:53:58 +01:00
Timo Teräs
ec11f495cd
abuild: add an option to keep all directories
...
This is mainly needed for alpine-baselayout which creates all
directories, and most of them are empty. The code in question
would remove directories we explicitly want alpine-baselayout
to create and own.
2024-03-22 21:56:14 +02:00