Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2024-06-19fix(pkgctl): make sure git signing uses PGPChih-Hsuan Yen
2024-06-15fix(common): guard the WORKDIR environment varChristian Heusel
2024-06-09fix(version): Ignore warnings when nvchecker ignores invalid versionsDavid Runge
2024-05-22fix: disable systemd-nspawn terminal coloringChristian Heusel
2024-05-10fix(version): escape pkgbase in nvchecker tomlLevente Polyak
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-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-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-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-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(drop-from-repo): avoid error when updating remote headLevente Polyak
2024-02-14fix(common): ensure TERM is always set with a fallback to dumbLevente Polyak
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-09fix(build): forward target repo options to the release subcommandLevente Polyak
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
2024-01-21chore(check): factor out function to get upstream versionChristian Heusel
2024-01-21chore(build): factor out functions to modify PKGBUILDsChristian Heusel
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