Commit Graph

10 Commits

Author SHA1 Message Date
Natanael Copa
5fcf74eafe Reapply "tests: remove 'test package' comment"
This reverts commit 96d53109ac.
2024-10-18 11:34:15 +02:00
Natanael Copa
443b976f44 Revert "Prefer maintainer field instead of Maintainer comment"
This reverts commit 34ef9de98f.
2024-10-18 11:30:30 +02:00
Natanael Copa
96d53109ac Revert "tests: remove 'test package' comment"
This reverts commit 35b6b30134.
2024-10-18 11:30:28 +02:00
Natanael Copa
ca9a11e492 tests: add test for validating depends 2024-10-10 13:41:18 +00:00
Sertonix
35b6b30134 tests: remove 'test package' comment
These comments don't have any purpose. They just take up space.
2024-10-09 14:09:09 +00:00
Sertonix
34ef9de98f Prefer maintainer field instead of Maintainer comment
Fixes #10147
2024-10-09 14:09:09 +00:00
Sertonix
20b1f47c63 abuild: fix ~ splitting pkgname and pkgver 2024-04-12 11:51:48 +00:00
Natanael Copa
16febc41a2 abuild: warn when p in pkgver should be _p
we have for example had sudo 1.9.5p2 which should have been
1.9.5_p2. Show a warning to avoid this in the future.
2023-04-07 11:27:09 +00:00
Natanael Copa
681ef9dfcf tests: add test with invalid version of subpkgs' dependency
Ref: https://gitlab.alpinelinux.org/alpine/abuild/-/issues/10058
2022-01-17 16:17:25 +01:00
Natanael Copa
070341e21d tests: add tests for invalid pkgname
Add s test for valid pkgnames to verify the testsuite APKBUILD actually
works as intended, and a few tests for invalid pkgnames
2022-01-17 15:36:49 +01:00