- Jan 31, 2025
-
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
- Add the SkippableChecksum type - Add Display and FromStr for SkippableChecksum - Add PartialEq for Checksum and SkippableChecksum PartialEq needed to be implemented manually due to weird constraints on the `D: Digest` bound, which were enforced even though the Digest isn't actually contained in the type. Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
To make generated serialized structures easier to work with on the commandline via `jq` and to reduce nesting, we decided to go with an internally-tagged representation for structural enums. Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
- Jan 30, 2025
-
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Split check targets to fail earlier. Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Added the `Name` suffix to prevent confusion with the actual `PackageBase` type. Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
Arne Beer authored
Signed-off-by:
Arne Beer <contact@arne.beer>
-
renovate authored
Signed-off-by:
renovate <renovate@archlinux.org>
-
- Jan 29, 2025
-
-
Arne Beer authored
Without this feature, text will only wrap automatically after 128 chars, which results in badly formatted help text on most terminal sizes. Signed-off-by:
Arne Beer <contact@arne.beer>
-
- Jan 28, 2025
-
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Make `prepare-release` recipe more robust by supporting setting of package version, checking whether publish is possible and by automatically pushing changes to a dedicated, versioned release branch. Improve `release` and `ci-publish` recipe by checking for the used commands before using them. Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
- Jan 27, 2025
-
-
Orhun Parmaksız authored
Runs the all of the available integration tests found in README.md files Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Makes the test cases more readable by separating them where data is provided from CLI vs. environment. Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Uses tangler to run the bash snippets and ensures that the generated BUILDINFO files contain the expected data. Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Fixes archlinux/alpm/alpm#102 Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
Orhun Parmaksız authored
Related to archlinux/alpm/alpm#93 Signed-off-by:
Orhun Parmaksız <orhun@archlinux.org>
-
David Runge authored
Signed-off-by:
David Runge <dvzrv@archlinux.org>
-
Arne Beer authored
The gzip decompression was previously only handled in our commandline functions. However, this convenience functions should also be exposed to users of the library. Otherwise they would have to take care of this themselves or misappropriately use our commandline functions. Signed-off-by:
Arne Beer <contact@arne.beer>
-