Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-04 | librechroot: make sure that makepkg.conf is always parsed as textv20170705 | Luke Shumaker | |
https://lists.parabola.nu/pipermail/dev/2017-June/005576.html | |||
2017-06-21 | libredbdiff: Fix configuration | Luke 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-21 | conf.sh: Don't look at SUDO_USER if it's root | Luke Shumaker | |
Fixes https://labs.parabola.nu/issues/1372 | |||
2017-06-21 | librefetch: Fix regression from 6092b9d | Luke Shumaker | |
2017-06-20 | librerelease: Fix REPODEST validation criteria | Luke Shumaker | |
2017-05-25 | aur: use EXIT_* for $ret | Luke Shumaker | |
2017-05-25 | move more things to use the $EXIT_* variables | Luke Shumaker | |
2017-05-25 | repo-diff: fix unquoted variables | Luke Shumaker | |
2017-05-25 | more $EXIT_* usage | Luke Shumaker | |
2017-05-25 | libreblacklist: reformat some loops to be more readable | Luke Shumaker | |
2017-05-25 | librerelease: mimic makepkg GPG signatures | Luke Shumaker | |
https://lists.parabola.nu/pipermail/dev/2017-May/005515.html | |||
2017-05-25 | start moving things to use the libremessages exit codes | Luke Shumaker | |
2017-05-25 | messages: define EXIT_* codes | Luke Shumaker | |
2017-05-25 | Fix grammar mistake in libremessages(1). | Luke Shumaker | |
2017-05-24 | Merge conf.sh:load_files and conf.sh:check_vars into load_conf | Luke Shumaker | |
2017-05-24 | messages.sh: fix punctuation in a comment | Luke Shumaker | |
2017-05-24 | Include the 1863 port number in config variables | Luke Shumaker | |
2017-05-24 | librerelease: No period after 1-line program description | Luke Shumaker | |
2017-05-24 | lib/conf.sh: Tidy loops | Luke Shumaker | |
use while read -r var; do ... done < <(...) rather than for var in $(...); do ... done | |||
2017-05-24 | libremessages: leave stdout alone (fixes test) | Luke Shumaker | |
2017-05-24 | librerelease: tidy | Luke Shumaker | |
2017-05-24 | librerelease: Be more careful with config parsing (fixes test) | Luke Shumaker | |
2017-05-12 | librefetch: Fix the check for deciding if to recurse.v20170512 | Luke Shumaker | |
2017-05-05 | libremakepkg: update usage() text | Luke Shumaker | |
2017-05-05 | libremessages(1): document find_cached_srcpackage | Luke Shumaker | |
2017-05-05 | librestage: fix a typo in an error message | Luke Shumaker | |
2017-05-05 | librestage: 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-05 | librestage: ditch xbs in favor of uploading sourceballs | Luke Shumaker | |
2017-05-04 | toru-path: Fix the T= option | Luke Shumaker | |
2017-05-04 | toru-path: fix displaying the usage text if not configured | Luke Shumaker | |
2017-05-04 | toru-path: Add usage text | Luke Shumaker | |
2017-05-04 | libreaddiff: tidy | Luke Shumaker | |
2017-05-04 | random tidy up | Luke Shumaker | |
2017-05-04 | Have everything use a main() function, where it isn't too tricky to convert | Luke Shumaker | |
"Ignore space change" is essential to making sense of this patch. | |||
2017-05-04 | shellcheck directives | Luke Shumaker | |
2017-05-04 | bugfix [2/2]: toru-path | Luke Shumaker | |
2017-05-04 | bugfix: gitget: message | Luke Shumaker | |
There's no test for this one because it's a prose string. | |||
2017-05-04 | bugfix: gitget: correctly detect `git config` error | Luke 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-04 | libredbdiff: reword a paragraph of the usage() text | Luke Shumaker | |
2017-05-04 | bugfix [2/2]: libremakepkg: hooks-distcc: Fix for the basic smoke test. | Luke Shumaker | |
2017-05-04 | distcc-tool: reformat a comment | Luke Shumaker | |
2017-05-04 | distcc-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-04 | distcc-tool: use SO_REUSEADDR for listening on TCP sockets | Luke Shumaker | |
2017-05-04 | chroot-tools: tidy shebangs of library files | Luke Shumaker | |
2017-05-03 | librefetch: tidy an 'eval' command | Luke Shumaker | |
2017-05-03 | libredbdiff: messages | Luke Shumaker | |
2017-05-03 | libredbdiff: usage | Luke Shumaker | |
2017-05-03 | libredbdiff: loop | Luke Shumaker | |
2017-05-03 | libredbdiff: Be stricter | Luke Shumaker | |
2017-05-03 | libredbdiff: Add a helper for vercmp | Luke 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. |