summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-05[parabola-dependents]: formatted and verbose outputwip-2020-11-20bill-auger
2021-01-05[parabola-dependents]: create dummy for missing dependency packagebill-auger
2021-01-05[parabola-dependents]: initial scriptbill-auger
2021-01-05[packages-by]: debugging and housekeepingbill-auger
2021-01-05[packages-by]: bugfix empty/invalid TERMbill-auger
2021-01-05[packages-by]: wip - improvementsbill-auger
2021-01-05[packages-by]: initial scriptbill-auger
2021-01-05[duplicate-or-unpublished-pkgs]: initial scriptbill-auger
2021-01-05[parabolaweb-hackers-discrepancies]: initial scriptbill-auger
2021-01-05[parabola-keys]: refactor - handle sub-keys - display hacker loginsbill-auger
2021-01-03[parabola-keys]: implement option to run in-chrootbill-auger
2021-01-03[parabola-keys]: initial scriptbill-auger
2020-11-20sq - not surebill-auger
2020-11-20sq - docsbill-auger
2020-11-20sync translationsbill-auger
2020-11-20housekeepingbill-auger
2020-11-20mksource() loggingbill-auger
2020-11-20bugfix mksource()bill-auger
2020-11-20sync translationsbill-auger
2020-11-20housekeepingbill-auger
2020-11-20refactor pkgbuild-summarize-nonfreebill-auger
2020-11-20allow building replacements for existing blacklist entriesbill-auger
libremakepkg will refuse to build a blacklisted package, if no libre replacement had been published before the next repo sync this change warns instead, and prompts for confirmation see note in src/chroot-tools/hooks-check.sh::check_pkgbuild_nonfree()
2020-11-20allow local login to differ from hackers.git loginbill-auger
2020-11-20sq - docsbill-auger
2020-11-20sync translationsbill-auger
2020-11-20update docsbill-auger
2020-11-20whitespacebill-auger
2020-11-20add HACKING/mksource.mdbill-auger
2020-11-20build chroot seed per in-chroot pacman.confbill-auger
2020-11-20use fakeroot-tcp in ARM chrootsbill-auger
2020-11-20add more volatile bulid support repos to chroot pacman.conf (commented-out)bill-auger
2020-11-20whitespacebill-auger
2020-11-20refactor librechroot args processingbill-auger
2020-11-20normalize `source` callsbill-auger
2020-11-20housekeepingbill-auger
2020-11-20whitespacebill-auger
2020-11-20complete pbot notificationbill-auger
2019-10-25change chroot mirror to winstonv20190907bill-auger
2019-10-25notify pbot after sccessful publishbill-auger
2019-04-03add volatile bulid support repos to chroot pacman.conf (commented-out)bill-auger
2018-11-17Fix pacman.conf URLOmar Vega Ramos
2018-10-15libremakepkg: Add -S flag to use an existing source packageLuke Shumaker
"Ignore space change" might be helpful when viewing this diff.
2018-10-15libremakepkg: Tidy formatting of usage() flagsLuke Shumaker
"What is the alignment of the libremakepkg options section based on?", you may ask. You'll see in the next commit!
2018-10-15po/es/libretools.po: Update line numbersLuke Shumaker
2018-10-15Makefile: Don't generate .pot files for texinfo targetsLuke Shumaker
2018-10-04librerelease: Check that DBSCRIPTS_CONFIG is setv20181004Luke Shumaker
2018-10-04test: librerelease: Verify that it requires DBSCRIPTS_CONFIG to be set [ci-skip]Luke Shumaker
2018-10-04test: librerelease: Use AuthorizedKeysCommand to bypass perm checks on $TMPDIRLuke Shumaker
If $TMPDIR is permissively owned (as /tmp is), then sshd will refuse to look at the AuthorizedKeysFile. So bypass that permission check by configuring AuthrorizedKeysCommand to just `cat` that file.
2018-10-04test: common.bash: Shorten tmpdirLuke Shumaker
If /run/user/$UID/ doesn't exist, then the gpg-agent socket will be in $GNUPGHOME, which is inside of $tmpdir. Because the $BATS_TEST_NAME is embedded in $tmpdir, the path might be quite long, and hit the 108-byte limit on socket paths, which GnuPG does nothing to check for or handle. So, don't embed $BATS_TEST_NAME in $tmpdir, in order to keep the path shorter.
2018-10-04test: common.bash: common_teardown: Don't assume that common_setup went OKLuke Shumaker
common_setup might have errored before setting tmpdir or chrootdir; handle those cases.