Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2023-05-29merged with devtools 1.0.1 upstream (git repo migration)Andreas Baumann
2023-05-20config: update pacman configs for new repository layoutFelix Yan
Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2023-01-03makepkg.conf: enable rust debuginfoLevente Polyak
This enables DEBUG_RUSTFLAGS with the appropriate debuginfo settings. The empty RUSTFLAGS variable is required workaround to avoid double compilation during package function call. The issue is that the behavior of the current implementation of buildenv_debugflags is not idempotent, so consecutive calls will append the same flags again leading to cargo consider the build inputs to have changed. Signed-off-by: Levente Polyak <anthraxx@archlinux.org>
2022-12-08pentium4 newErich Eckner
2022-12-08pacman-staging-i686.conf, pacman-testing-i686.conf, ↵Erich Eckner
pacman-staging-with-build-support-i686.conf: reorder repositories and add repo build-support for i686
2022-11-07makepkg.conf: Include debug option by defaultMorten Linderud
Signed-off-by: Morten Linderud <foxboron@archlinux.org>
2022-06-22make: split out config files into conf directoryLevente Polyak