summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-05test: don't let `git commit` fail if user.{email,name} aren't configuredv20170505Luke Shumaker
2017-05-05libremakepkg: update usage() textLuke Shumaker
2017-05-05libremessages(1): document find_cached_srcpackageLuke Shumaker
2017-05-05test: librerelease: avoid using $HOME in testsLuke Shumaker
Prefer XDG_CONFIG_HOME where possible
2017-05-05librestage: fix a typo in an error messageLuke Shumaker
2017-05-05librestage: get the list of arches from the PKGBUILD, not a global conf.Luke Shumaker
Also, pacman-git produces ${pkgbase}-debug packages instead of the ${pkgname}-debug packages that pacman <=5.0.1 produces. This commit adds support for staging both, so we are ready when the new pacman comes out.
2017-05-05librestage: ditch xbs in favor of uploading sourceballsLuke Shumaker
2017-05-05test: librestage: add tests for the (not yet implemented) sourceball featureLuke Shumaker
2017-05-04toru-path: Fix the T= optionLuke Shumaker
2017-05-04test: toru-path: add a check for the T= option to set TORUPATHLuke Shumaker
2017-05-04toru-path: fix displaying the usage text if not configuredLuke Shumaker
2017-05-04test: toru-path: Add check for toru-path usage textLuke Shumaker
2017-05-04toru-path: Add usage textLuke Shumaker
2017-05-04libreaddiff: tidyLuke Shumaker
2017-05-04random tidy upLuke Shumaker
2017-05-04Have everything use a main() function, where it isn't too tricky to convertLuke Shumaker
"Ignore space change" is essential to making sense of this patch.
2017-05-04shellcheck directivesLuke Shumaker
2017-05-04bugfix [2/2]: toru-pathLuke Shumaker
2017-05-04bugfix [1/2]: toru-path: Add a test for basic operation of toru-pathLuke Shumaker
2017-05-04bugfix: gitget: messageLuke Shumaker
There's no test for this one because it's a prose string.
2017-05-04bugfix: gitget: correctly detect `git config` errorLuke Shumaker
There's no test for this because the ultimate behavior is the same; the bug is in deciding *which* error message to print.
2017-05-04libredbdiff: reword a paragraph of the usage() textLuke Shumaker
2017-05-04bugfix [2/2]: libremakepkg: hooks-distcc: Fix for the basic smoke test.Luke Shumaker
2017-05-04bugfix [1/2]: libremakepkg: Check for detecting if distcc hook files existLuke Shumaker
2017-05-04distcc-tool: reformat a commentLuke Shumaker
2017-05-04distcc-tool: use `jobs` instead of trying to track PIDs manually.Luke Shumaker
The old way fails in weird ways if a process dies early.
2017-05-04distcc-tool: use SO_REUSEADDR for listening on TCP socketsLuke Shumaker
2017-05-04chroot-tools: tidy shebangs of library filesLuke Shumaker
2017-05-03librefetch: tidy an 'eval' commandLuke Shumaker
2017-05-03libredbdiff: messagesLuke Shumaker
2017-05-03libredbdiff: usageLuke Shumaker
2017-05-03libredbdiff: loopLuke Shumaker
2017-05-03libredbdiff: Be stricterLuke Shumaker
2017-05-03libredbdiff: Add a helper for vercmpLuke Shumaker
I have a hard time reasoning about vercmp use in scripts, so add a {{ A -lt B }} helper that works like [ A -lt B ], but for pacman versions.
2017-05-03libredbdiff: Use expac instead of pacman where possibleLuke Shumaker
2017-05-03libredbdiff: always freshen generated config filesLuke Shumaker
2017-05-03libredbdiff: re-indentLuke Shumaker
2017-05-03libredbdiff: inline initialize.Luke Shumaker
The indentation here is a little off. Just go with it.
2017-05-03libredbdiff: get rid of stupid warnings, just take care of itLuke Shumaker
2017-05-03libredbdiff: tidyLuke Shumaker
2017-05-03libredbdiff: loopLuke Shumaker
2017-05-03libredbdiff: simplify config file generationLuke Shumaker
2017-05-03libredbdiff: inline the filenotfound functionLuke Shumaker
2017-05-03libredbdiff: reformat print_cmpLuke Shumaker
2017-05-03libredbdiff: clean up initialization-detection codeLuke Shumaker
2017-05-03libredbdiff: simplify downloadfileLuke Shumaker
2017-05-03libredbdiff: Improve local variable usageLuke Shumaker
2017-05-03libredbdiff: tidy the header sectionLuke Shumaker
2017-05-03libredbdiff: improve tmpfile managementLuke Shumaker
2017-05-03libredbdiff: downloadfile has a message formatter; notify librexgettextLuke Shumaker