Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-30feat(offload-build): fetch logs after building from the remote serverJakub Klinkovský
2024-04-29fix(version): dont die if no PKGBUILD is foundChristian Heusel
2024-04-28feat(repo): add repo clean command to remove untracked filesRobin Candau
2024-04-28feat(arch-nspawn): add support for pacman CacheServerFelix Yan
2024-04-28fix(db): check valid target repo on db removeLevente Polyak
2024-04-28feat(db): confirm list of all packages that will be removedLevente Polyak
2024-04-27feat(db): add partial split package option to db removeLevente Polyak
2024-04-27feat(arch-nspawn): set console mode to autopipesfan5
2024-04-24fix(completion): fix erroneous completion variablesChristian Heusel
2024-04-23fix(release): ensure we release split package uploads as one batchLevente Polyak
2024-04-23feat(pkgctl): add internal update checksums to better control outputLevente Polyak
2024-04-23feat(version): let upgrade subcommand also update checksumsRobin Candau
2024-04-16fix: conflicting packages when using -IVekhir --
2024-03-23test: add basic bats setup and test cases for `version setup`Levente Polyak
2024-03-23fix(version): do not prompt for input on terminal during checkLevente Polyak
2024-03-23feat(version): add command to automatically detect and setup nvcheckerJelle van der Waa
2024-03-09doc(man): fix cut off page names by switching to modern asciidoctorLevente Polyak
2024-03-09fix(drop-from-repo): avoid Git trying to push tags to the AURCaleb Maclennan
2024-03-09fix(pkgctl): skip path arguments that are not directoriesMorten Linderud
2024-02-29fix(completion): allow multi opts more than once in zshLevente Polyak
2024-02-29feat(makepkg.conf): Add no-omit-frame-pointer flags by defaultFrederik “Freso” S. Olesen
2024-02-29fix(drop-from-repo): avoid error when updating remote headLevente Polyak
2024-02-15feat(offload-build): use rsync instead of scpOrhun Parmaksız
2024-02-14feat(makepkg.conf): Increase _FORTIFY_SOURCE level to 3kpcyrd
2024-02-14chore(release): version v1.1.1Levente Polyak
2024-02-14fix(common): ensure TERM is always set with a fallback to dumbLevente Polyak
2024-02-14feat(offload-build): preserve the TERM variableChristian Heusel
2024-02-14fix(common): check before using tput with a fallback for colorsChristian Heusel
2024-02-11fix(build): explicitly add --nosign when building a srcpkgJakub Klinkovský
2024-02-10doc: add pacman-contrib to optdeps in the READMEChristian Heusel
2024-02-09fix(build): forward target repo options to the release subcommandLevente Polyak
2024-02-08fix(build): avoid trying to download none existing debug packagesLevente Polyak
2024-02-08doc: add curl to the dependencies in the READMEChristian Heusel
2024-02-08chore(release): version v1.1.0Christian Heusel
2024-02-08fix(build): allow unstable repositories to override repo targetLevente Polyak
2024-02-08feat(build): consolidate repo flags in build and release subcommandLevente Polyak
2024-02-06feat(build): allow to test-install the built packagesChristian Heusel
2024-02-06feat(search): add status spinner to long running GitLab callsLevente Polyak
2024-02-05fix(doc): Correct typo in version check error messageCarl Smedstad
2024-02-05fix(version): Handle pkgbase with '.' correctlyCarl Smedstad
2024-02-05fix(version): fix typo never should be newerJelle van der Waa
2024-01-22doc(version): extensively revamp documentation for version subcommandsLevente Polyak
2024-01-22feat(version): use exit code for check to indicate out-of-date versionsLevente Polyak
2024-01-22feat(version): add verbose option to display up-to-date versionsLevente Polyak
2024-01-22feat(version): add spinner while checking upstream versionsLevente Polyak
2024-01-22feat(term): add terminal utils to handle a dynamic spinnerLevente Polyak
2024-01-21feat(version): pretty print and group together version check resultsLevente Polyak
2024-01-21feat(version): support nvchecker keyfile from user config homeLevente Polyak
2024-01-21fix(version): add error handling to version check subcommandLevente Polyak
2024-01-21feat(upgrade): introduce the version upgrade subcommandChristian Heusel