Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2024-03-23test: add basic bats setup and test cases for `version setup`upstreamMasterLevente Polyak
2024-03-09doc(man): fix cut off page names by switching to modern asciidoctorLevente Polyak
2024-02-14chore(release): version v1.1.1Levente Polyak
2024-02-08chore(release): version v1.1.0Christian Heusel
2023-12-19chore(make): suppress output when copying git hooks directoryLevente Polyak
2023-12-19feat(configure): ship default ignore via excludeLevente Polyak
2023-11-24fix(make): Specify GITLAB_HOST for glab to avoid default host confusionDavid Runge
2023-09-27chore(release): streamline release make target with git-cliff and glabLevente Polyak
2023-09-27chore(release): version v1.0.4Levente Polyak
2023-07-05fix(make): use correct version variable for release targetLevente Polyak
2023-07-05chore(release): version v1.0.3Levente Polyak
2023-05-28chore(release): version v1.0.2Levente Polyak
2023-05-28chore(release): adjust Makefile for new release schemaLevente Polyak
2023-05-24chore(release): version v1.0.1Levente Polyak
2023-05-21Version 1.0.0Levente Polyak
2023-05-20config: update pacman configs for new repository layoutFelix Yan
2023-05-20build: replace m4 defines with sed scripts during buildLevente Polyak
2023-05-20conf: move makepkg and pacman config into separate conf.d dirsLevente Polyak
2023-05-19git: convert repos and tags config to new repo layoutLevente Polyak
2023-05-19src: modularize repo layout into a libraryLevente Polyak
2023-03-19crossrepomove: drop support as this is not needed anymoreLevente Polyak
2023-03-07Version 20230307Levente Polyak
2023-03-06fix: enable extglob before func definition for bash-5.2 compatibilityTobias Powalowski
2023-01-05Version 20230105Levente Polyak
2022-10-12Version 2022101220221012Levente Polyak
2022-10-02Version 2022100220221002Levente Polyak
2022-09-01make: declare lib files as build dependencies for bash src scriptsLevente Polyak
2022-06-22make: split out man page files into doc/man folderLevente Polyak
2022-06-22make: use GEN message for all generated contentLevente Polyak
2022-06-22cleanup: move PKGBUILD.proto to contrib folderLevente Polyak
2022-06-22make: automatically collect man pages via wildcardLevente Polyak
2022-06-22make: split out source files into src folderLevente Polyak
2022-06-22make: split out config files into conf directoryLevente Polyak
2022-06-22make: split out completion scripts from root worktreeLevente Polyak
2022-06-22make: properly handle build target prerequisitesLevente Polyak
2022-06-22make: use build dir as target instead of polluting root workdirLevente Polyak
2022-06-22Version 2022062120220621Levente Polyak
2022-06-20Version 2022062020220620Levente Polyak
2022-06-10Add x86_64_v3 buildersAllan McRae
2022-06-09Version 2022060920220609Levente Polyak
2022-06-09Export source PGPs from PKGBUILD on commitAllan McRae
2022-05-17diffpkg - diff repo vs. build packageJelle van der Waa
2022-05-17make: respect PREFIX for bash completion instead of hardcoded /usrLevente Polyak
2022-05-17make: remove bash completion symlinks on uninstallLevente Polyak
2022-02-07Version 2022020720220207Levente Polyak
2022-01-26make: use gzip option to get reproducible tar dist like GitLabLevente Polyak
2022-01-26Version 2022012620220126Levente Polyak
2021-11-29Version 2021112920211129Levente Polyak
2021-11-18makerepropkg: use correct devtools makepkg.conf files from distLevente Polyak
2021-09-08doc: Add arch-nspawn man pageyoursweetie