summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-09Get it producing .mo files again.Luke Shumaker
2017-07-09librexgettext: Make the tests passLuke Shumaker
2017-07-08librechroot: Respect the -n flag (fixes test)Luke Shumaker
2017-07-04librechroot: make sure that makepkg.conf is always parsed as textv20170705Luke Shumaker
https://lists.parabola.nu/pipermail/dev/2017-June/005576.html
2017-06-21libredbdiff: Fix configurationLuke Shumaker
1. the config at the top referenced libredbdiff.conf:statedir; which hadn't been loaded yet 2. the 'compare' arg parser referenced libredbdiff.conf:repos; which hadn't been loaded yet
2017-06-21conf.sh: Don't look at SUDO_USER if it's rootLuke Shumaker
Fixes https://labs.parabola.nu/issues/1372
2017-06-21librefetch: Fix regression from 6092b9dLuke Shumaker
2017-06-20librerelease: Fix REPODEST validation criteriaLuke Shumaker
2017-05-25aur: use EXIT_* for $retLuke Shumaker
2017-05-25move more things to use the $EXIT_* variablesLuke Shumaker
2017-05-25repo-diff: fix unquoted variablesLuke Shumaker
2017-05-25more $EXIT_* usageLuke Shumaker
2017-05-25libreblacklist: reformat some loops to be more readableLuke Shumaker
2017-05-25librerelease: mimic makepkg GPG signaturesLuke Shumaker
https://lists.parabola.nu/pipermail/dev/2017-May/005515.html
2017-05-25start moving things to use the libremessages exit codesLuke Shumaker
2017-05-25messages: define EXIT_* codesLuke Shumaker
2017-05-25Fix grammar mistake in libremessages(1).Luke Shumaker
2017-05-24Merge conf.sh:load_files and conf.sh:check_vars into load_confLuke Shumaker
2017-05-24messages.sh: fix punctuation in a commentLuke Shumaker
2017-05-24Include the 1863 port number in config variablesLuke Shumaker
2017-05-24librerelease: No period after 1-line program descriptionLuke Shumaker
2017-05-24lib/conf.sh: Tidy loopsLuke Shumaker
use while read -r var; do ... done < <(...) rather than for var in $(...); do ... done
2017-05-24libremessages: leave stdout alone (fixes test)Luke Shumaker
2017-05-24librerelease: tidyLuke Shumaker
2017-05-24librerelease: Be more careful with config parsing (fixes test)Luke Shumaker
2017-05-12librefetch: Fix the check for deciding if to recurse.v20170512Luke Shumaker
2017-05-05libremakepkg: update usage() textLuke Shumaker
2017-05-05libremessages(1): document find_cached_srcpackageLuke Shumaker
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-04toru-path: Fix the T= optionLuke Shumaker
2017-05-04toru-path: fix displaying the usage text if not configuredLuke 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: 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-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