Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-01-18chore(search): correct typo in optional dependency batLevente Polyak
2024-01-10feat(version): introduce version check subcommandJelle van der Waa
2024-01-10fix(build): re-source the PKGBUILD to update changed valuesLevente Polyak
2024-01-10feat(build): update srcinfo file after buildLevente Polyak
2024-01-10feat(util): add library function to generate source packagesLevente Polyak
2024-01-10feat(util): parallelize srcinfo generationLevente Polyak
2024-01-09feat(aur): add subcommand to drop a package from the repos to the AURChristian Heusel
2024-01-07feat(search): add optional plain output formattingLevente Polyak
2024-01-07fix(util): open lock file in append mode to avoid overwriting filesLevente Polyak
2024-01-07feat(search): add subcommand to search across the packaging groupJelle van der Waa
2024-01-05chore(offload-build): deprecate in favor of pkgctl build --offloadLevente Polyak
2024-01-05chore(build): use more intuitive update-checksums option for humansLevente Polyak
2023-12-19feat(configure): ship default ignore via excludeLevente Polyak
2023-12-03fix(commitpkg): prefer core.editor over $EDITOR and $VISUALChristian Heusel
2023-12-03feat(clone): speedup maintainer and universe clone queryLevente Polyak
2023-11-26feat(web): implement option to print the URL instead of opening itChristian Heusel
2023-11-26feat(makerepropkg): Add option to skip running check for speedupkpcyrd
2023-11-26feat(makechrootpkg): add option to interactively inspect the chrootLevente Polyak
2023-11-20feat(build): add --updpkgsums optionChristian Heusel
2023-10-17fix(build): use correct variable to reference available architecturesLevente Polyak
2023-10-14fix(build): allow using --install and --offload simultaneouslyAntonio Rojas
2023-10-02chore: refactor loop variable nameChristian Heusel
2023-10-02chore: refactor variable names in valid-{tags,repos}.shChristian Heusel
2023-09-26fix(clone): ssh connection may require user input (key unlocking etc)Levente Polyak
2023-09-10fix(pkgctl): avoid pacman db dependency checks during repo detectionLevente Polyak
2023-09-04feat(release): always generate a .SRCINFO file on releaseJelle van der Waa
2023-08-27fix(build): fix repo detection for special chars in package nameChristian Heusel
2023-08-27fix(build): installing packages into the chroot fails for relative linksChristian Heusel
2023-07-21feat(arch-nspawn): Use a unique scope name instead of --keep-unitJan Alexander Steffens (heftig)
2023-07-21chore(arch-nspawn): Simplify args construction for systemd-nspawnJan Alexander Steffens (heftig)
2023-07-06chore: fix spelling mistake packge -> packageChristian Heusel
2023-07-05chore(build): skip invalid architectures on autodetectionChristian Heusel
2023-06-18chore(doc): fix spelling typo in pkgrel detectionChristian Heusel
2023-06-17fix(commitpkg): ensure the PKGBUILD is version controlledChristian Heusel
2023-05-27chore(build): improve error wording if no package repo could be detectedAntonio Rojas
2023-05-27chore(doc): remove duplicate subcommand from example help textDaniel M. Capella
2023-05-27fix(commitpkg): only force existing files to be under version controlLevente Polyak
2023-05-26fix(archroot): preserve original args for check_root before discardingToolybird
2023-05-24fix(completion): incorporate repo layout into offload-build completionChih-Hsuan Yen
2023-05-24feature(clone): add protocol option to force cloning over HTTPSLevente Polyak
2023-05-23feature(commitpkg): auto generate .SRCINFO if presentMorten Linderud
2023-05-23fix(diffpkg): Fix scoping of DIFFOPTIONS when comparing split pkgsJan Alexander Steffens (heftig)
2023-05-23fix(commitpkg): reliably check tree status regardless of configurationJan Alexander Steffens (heftig)
2023-05-20feature(parallel): run up to N jobs in parallel for repo clone/configureLevente Polyak
2023-05-20chore(archroot): force build chroot recreation to adapt new configsLevente Polyak
2023-05-20chore(git): use default ssh port 22 url schemeLevente Polyak
2023-05-20fix(archroot): pass along the real command and argv by the callerLevente Polyak
2023-05-20pkgctl build: support worker slots for none tty buildsLevente Polyak
2023-05-20archrelease: fix mangled release package status outputAlexander Epaneshnikov
2023-05-20pkgctl repo clone: add option to switch working treeChristian Heusel