Age | Commit message (Expand) | Author |
2013-06-05 | libreaddiff: use a shebang instead of `set -e` | Luke Shumaker |
2013-06-05 | mips-add: fix (it used the now-gone librecommit) | Luke Shumaker |
2013-06-05 | createworkdir: properly quote array | Luke Shumaker |
2013-06-05 | librediff: fix (even if it is stupid) | Luke Shumaker |
2013-06-05 | treepkg: make compound if statements more readable | Luke Shumaker |
2013-06-05 | is_built: touch up | Luke Shumaker |
2013-06-05 | aur: play with return status | Luke Shumaker |
2013-06-05 | test/{runtests => testenv}: make it easy to enter a test shell | Luke Shumaker |
2013-06-05 | pull code from `aur` into new prog `pkgbuild-check-licenses`, enhance | Luke Shumaker |
2013-06-05 | aur, pkgbuild-check-nonfree: fix up copyright lines | Luke Shumaker |
2013-06-05 | pkgbuild-check-nonfree: exit with 1 when not a PKGBUILD | Luke Shumaker |
2013-06-05 | aur: detect common licenses not in /usr/share/license/common | Luke Shumaker |
2013-06-05 | aur: also examine "checkdepends", and mk{,check,make}depends (librefetch) | Luke Shumaker |
2013-06-05 | aur: report if pkgbuild-check-nonfree failed | Luke Shumaker |
2013-06-05 | aur: Use pacman instead of searching ABSROOT; works for split packages | Luke Shumaker |
2013-06-05 | aur: prompt to continue after diffing a package | Luke Shumaker |
2013-06-05 | aur: cleanup quoting, etc. | Luke Shumaker |
2013-06-05 | aur: don't support not diffing a package if there is diffing to be done | Luke Shumaker |
2013-06-05 | aur: expand help text, require at least one argument | Luke Shumaker |
2013-05-29 | aur: use conf.sh | Luke Shumaker |
2013-05-29 | lib/conf.sh: learn about the slug "abs" | Luke Shumaker |
2013-05-28 | librechroot: fix typos, add unit testtesting-20130528.2 | Luke Shumaker |
2013-05-28 | librechroot: didn't always create repo.db symlinktesting-20130528.1 | Luke Shumaker |
2013-05-27 | fix a bug in conf.sh (from the get_files->list_files switch), add unit testtesting-20130528 | Luke Shumaker |
2013-05-27 | fix and add unit tests | Luke Shumaker |
2013-05-27 | libreblacklist: learn `-h` | Luke Shumaker |
2013-05-27 | librefetch: bail early if makepkg fails | Luke Shumaker |
2013-05-27 | flesh out the header added to common.sh | Luke Shumaker |
2013-05-27 | add tests for libreblacklist, fix a few bugs | Luke Shumaker |
2013-05-27 | add (some) unit tests for librelib and libremessages | Luke Shumaker |
2013-05-27 | Add (roundup-based) unit-test framework, tests for pkgbuild-check-nonfree | Luke Shumaker |
2013-05-26 | librelib: fix usage() | Luke Shumaker |
2013-05-26 | redo the library system; avoid hard-coded paths | Luke Shumaker |
2013-05-26 | Makefile: things in libre_datadir should be 644, not 755 | Luke Shumaker |
2013-05-26 | libremessages: run with -euE when stand alone, use == instead of = | Luke Shumaker |
2013-05-26 | blacklist.sh: make -euE or non -euE safe, add comments, make executable. | Luke Shumaker |
2013-05-26 | lib/conf.sh: fix bug with `set -u` | Luke Shumaker |
2013-05-26 | Add copyright headers to src/lib/{blacklist,conf}.sh | Luke Shumaker |
2013-05-26 | libremessages: fix bug with exit value | Luke Shumaker |
2013-05-25 | move librefetch:print() to libremessages:print() | Luke Shumaker |
2013-05-25 | libremessages: clean up comments | Luke Shumaker |
2013-05-24 | remove stdnull, use plain I/O redirection | Luke Shumaker |
2013-05-24 | rm src/is_unfree # nothing uses this | Luke Shumaker |
2013-05-24 | libremessages: simplify stdnull() | Luke Shumaker |
2013-05-24 | clean up doc/; normalize filenames, clean up createworkdir(.md) | Luke Shumaker |
2013-05-23 | is_unfree: use blacklist.sh | Luke Shumaker |
2013-05-23 | lib/blacklist.sh: source conf.sh globally to ensure XDG_CACHE_HOME is set | Luke Shumaker |
2013-05-23 | lib/blacklist.sh:blacklist-cat(): download blacklist iff it doesn't exist | Luke Shumaker |
2013-05-22 | libretools.conf: use https for BLACKLISTtesting-20130522 | Luke Shumaker |
2013-05-22 | add a lib/blacklist.sh, use it for pkgbuild-check-nonfree | Luke Shumaker |