Age | Commit message (Collapse) | Author |
|
|
|
They didn't pass because on several errors it printed to stdout, not stderr
|
|
|
|
|
|
I was using "http://phony" as a URL that would fail to be retrieved. Well,
I'm currently on a network (Chick-fil-A Wifi) that returns a web search for
unknown hostnames. So, now I use "phony://example.com".
|
|
|
|
Replace their usages with `load_files *` and `check_vars *`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Move 'runtests' to 'testenv', and have it execute the arguments instead of
roundup. Have Makefile pass it 'roundup' as an argument.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix this and remove code duplication by pulling the relevant code into a
function.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
Also, change blacklist-lookup()'s internals.
|