summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 dayslibrechroot: chcleanup: Allow locally-built members of base-develHEADv20240510masterLuke T. Shumaker
An optimization step in chcleanup turned out to be unsafe in more scenarios than the comment indicated. I'm sure I felt the optimization was necessary when I added it in 6faf57c (chcleanup: Try preloading the scratch DB to speed things up, 2018-08-06). But nowadays I can't imagine that that's the slow part? idk, remove it.
3 daysHACKING: Add releasing.mdLuke T. Shumaker
3 daysHACKING: Minor touch-ups to various filesLuke T. Shumaker
3 daystest: librechroot.bats: Fuss with commentsLuke T. Shumaker
2024-04-03librerelease: Get the tests to passv20240403Luke T. Shumaker
2024-04-03test: Get rid of the old testenv filtering in favor of native BATS tagsLuke T. Shumaker
BATS didn't have tags when I ported from Roundup to BATS in 2018. Tags have since been added to BATS in 2022 for inclusion in v1.8.0.
2024-04-03HACKING: haveged is obsoleteLuke T. Shumaker
2024-04-03librefetch: Update for makepkg 6.1.0Luke T. Shumaker
2024-04-03s/dissable/disable/Luke T. Shumaker
2024-04-03HACKING: The package is named `bats`, not `bash-bats`Luke T. Shumaker
2024-04-03po: es: Fix a mismatched number of bracketsLuke T. Shumaker
2024-04-03po: Add a HACKING.md symlinkLuke T. Shumaker
2024-04-03HACKING: Remove the "HACKING_" prefix from filenamesLuke T. Shumaker
2024-04-03po: Sync translationsLuke T. Shumaker
make po/{libretools,librelib,gitget}.pot for x in gitget librelib libretools; do msgmerge --indent --no-location --update po/es/$x.po po/$x.pot done
2024-04-03po: Don't include locations in the .po filesLuke T. Shumaker
It just creates noise when merging, I think.
2024-03-28sync translationsbill-auger
2024-03-28add tests for `-c` and `-C` options - refactor librerelease.batsbill-auger
2024-03-28bugfix mksource()v20240327bill-auger
2024-03-28update docsbill-auger
2024-03-28synchronize translations ('es' needs updating)bill-auger
2024-03-28notifications.sh: rework and add testsbill-auger
The previous implementation reported locally-staged packages; but did not account for files which were already staged on the repo server. That would be the case when the `-u` option is used, or sometimes due to error. This implementation reports what was actually published per `db-update`.
2024-03-28disable all tests which require networkingbill-auger
2024-03-28conf.sh: add include guard and silence non-existing $SUDO_USER errorbill-auger
2024-03-28add `-C` option to clear remote staging areabill-auger
2024-03-28refactor librereleasebill-auger
2024-03-28replace REPODEST config with REPO{USER,HOST,PORT,PATH}bill-auger
2024-03-28allow local login to differ from hackers.git loginbill-auger
2024-03-28notifications.sh: account for pkgver epoch and hyphenated repo namesbill-auger
2024-03-28split pbot notification out to separate filebill-auger
2024-03-28update docsbill-auger
2024-03-28update docsbill-auger
2024-03-28add HACKING/mksource.mdbill-auger
2024-03-28pbot announce - refactorbill-auger
2024-03-28pbot announce - ignore empty pushes (nothing staged)bill-auger
2024-03-28pbot announce pkgbase instead of packagesbill-auger
2024-03-28fixing pbot announce for null-delimited file_listAndreas Grapentin
2024-03-28complete pbot notificationbill-auger
2024-02-21Merge branch 'lukeshu/more-fixes'v20240221.1Luke T. Shumaker
2024-02-21fix: librefetch: Don't include .INSTALLLuke T. Shumaker
2024-02-21fix: librerelease: Fix pbot notificationLuke T. Shumaker
2024-02-21build-sys: Add a config.mk:enable_manpages config knobLuke T. Shumaker
2024-02-21fix: INSTALL: We've switched from roundup to BATSLuke T. Shumaker
2024-02-21Merge branch 'lukeshu/fixes'v20240221Luke T. Shumaker
2024-02-21fix: pkgbuild-check-nonfree, blacklist.sh: Get the check-nonfree tests passingLuke T. Shumaker
2024-02-21test: pkgbuild-check-nonfree: Add more tests (some failing/skipped)Luke T. Shumaker
2024-02-21tidy: test: pkgbuild-check-nonfree: Rename the fixture filesLuke T. Shumaker
2024-02-21tidy: test: pkgbuild-check-nonfree.bats: Group the testsLuke T. Shumaker
2024-02-21test: pkgbuild-check-nonfree.bats: Get stricter about exit codesLuke T. Shumaker
2024-02-21fix: librefetch: Use the specified compressionLuke T. Shumaker
2024-02-21fix: librefetch: Handle split packages correctlyLuke T. Shumaker