Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-09-11 | internationalize pkgbuild-check-* | Luke Shumaker | |
2013-08-05 | pkgbuild-check-nonfree: make the messages about the blacklist | Luke Shumaker | |
2013-07-26 | pkgbuild-check-*: load conf.sh (it is used) | Luke Shumaker | |
2013-07-06 | pkgbuild-check-nonfree: also check optdepends | Luke Shumaker | |
2013-07-06 | pkgbuild-check-nonfree: use printf-type messages, not string interpolation. | 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 | pkgbuild-check-nonfree: add -c flag to not download a new blacklist | 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 | 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-05-27 | add tests for libreblacklist, fix a few bugs | Luke Shumaker | |
2013-05-26 | redo the library system; avoid hard-coded paths | Luke Shumaker | |
* install all library files to $(libexecdir)/libretools, instead of - $(bindir) - $(datadir)/libretools - $(datadir)/devtools * symlink the executable library files into $(bindir) * add the tool `librelib` * instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)" * mark all libraries with shebangs of what options they support * move blacklist.sh to libreblacklist | |||
2013-05-22 | add a lib/blacklist.sh, use it for pkgbuild-check-nonfree | Luke Shumaker | |
2013-05-22 | pkgbuild-check-nonfree: clean up | Luke Shumaker | |
* use tabs for indent * document exit codes * use conf.sh * make the output more pleasing to me * general code clean-up | |||
2012-11-13 | add an '-f' flag to pkgbuild-check-nonfree to let libremakepkg run as root | Luke Shumaker | |
2012-11-13 | pkgbuild-check-nonfree: fix a few errors, clean up | Luke Shumaker | |
This includes the notorious command-not-found error triggered in libremakepkg | |||
2012-11-07 | organize the files | Luke Shumaker | |