Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Don't use subshells in local/export/declare commands. | Luke Shumaker | |
Only make this change in places where it shouldn't make a difference, and something weird has to be going on for the subshell to fail. This is on par with checking the return value of malloc. We don't need tests for each of these failure cases. | |||
2017-04-20 | Variables inside of $((...)) don't need a $ in front of them. | Luke Shumaker | |
These were found with the help of shellcheck. | |||
2017-04-20 | Quote unquoted strings that should probably be quoted. | Luke Shumaker | |
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done. | |||
2017-04-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2014-07-05 | quote calls to librelib | Luke Shumaker | |
2014-03-22 | Audit the authors and copyright years of files against git logs | Luke Shumaker | |
2014-03-21 | Do an audit of copyright and license claims | Luke Shumaker | |
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2014-02-02 | I forgot to bump the copyright year on all the files I've touched this year | Luke Shumaker | |
2014-01-03 | Phase out DIFFTOOL for DIFFPROG (issue #438) | Luke Shumaker | |
https://labs.parabola.nu/issues/438 | |||
2013-11-03 | aur, is_built: internationalize usage() | Luke Shumaker | |
2013-10-26 | Merge pkgbuild-check-{nonfree,licenses}, add a summarize tool for it. | Luke Shumaker | |
This should fix a number of bugs in those two scripts, and the summarize script simplifies aur and libremakepkg:hooks-check.sh | |||
2013-09-29 | Strip trailing whitespace everywhere. | Luke Shumaker | |
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} + | |||
2013-09-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-06-27 | aur, pkgbuild-check-nonfree: mkmakedepends and mkcheckdepends don't existv20130627 | Luke Shumaker | |
2013-06-27 | add {load,unset}_PKGBUILD to conf.sh, use it. | Luke Shumaker | |
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH. | |||
2013-06-08 | aur: cleanup, fix | Luke Shumaker | |
2013-06-05 | Double bracket ==/</> compare lexicographically, not numerically. | Luke Shumaker | |
Unfortunately for me, that means that it works correctly *most* of the time. But, for example, [[ 10 < 2 ]], and negatives don't work. | |||
2013-06-05 | [all tools]: use conf.sh (and libremessages if necessary) | Luke Shumaker | |
2013-06-05 | aur: play with return status | 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 | 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-24 | remove stdnull, use plain I/O redirection | Luke Shumaker | |
2012-11-28 | clean up aurv20121128 | Luke Shumaker | |
2012-11-13 | aur: use bash builtins instead of sedv20121113 | Luke Shumaker | |
2012-11-07 | organize the files | Luke Shumaker | |