Commit Graph

10 Commits

Author SHA1 Message Date
jopejoe1
6282fe9d9c abuild: 3.15.0 -> 3.17.0 2026-07-02 18:38:27 +00:00
jopejoe1
753e806890 abuild: ignore rc version in update script 2026-07-02 20:37:45 +02:00
Guy Chronister
37a838bbc0 abuild: switch to replace-fail 2026-04-22 08:13:48 -05:00
Guy Chronister
7ac7a7e68a abuild: 3.14.1 -> 3.15.0
Diff: https://gitlab.alpinelinux.org/alpine/abuild/-/compare/3.14.1...3.15.0

abuild: rev -> tag
2025-05-29 14:26:39 +00:00
Winter
a19cd4ffb1 Revert "treewide: replace rev with tag"
This reverts commit 65a333600d.

This wasn't tested for correctness with something like fodwatch [0],
and should not have been (self-)merged so quickly, especially without
further review.

It also resulted in the breakage of at least one package [1] (and that's
the one we know of and was caught).

A few packages that were updated in between this commit and this revert
were not reverted back to using `rev`, but other than that, this is a
1:1 revert.

[0]: https://codeberg.org/raphaelr/fodwatch
[1]: https://github.com/NixOS/nixpkgs/pull/396904 / 758551e458
2025-04-08 02:57:25 -04:00
Pol Dellaiera
65a333600d treewide: replace rev with tag 2025-04-07 16:57:22 +02:00
Nick Cao
5c8bd5c694 abuild: set proper pkg-config name 2025-01-17 20:49:47 +02:00
wxt
6ab2c6b578 abuild: 3.13.0 -> 3.14.1 2024-11-26 20:33:56 +08:00
wxt
a17b5209a0 abuild: nixfmt 2024-11-26 20:31:57 +08:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00