Age | Commit message (Expand) | Author |
2013-06-27 | add {load,unset}_PKGBUILD to conf.sh, use it. | Luke Shumaker |
2013-06-23 | mv src/librelib src/lib/ # and split librelib into a separate package | Luke Shumaker |
2013-06-23 | mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mk | Luke Shumaker |
2013-06-13 | lib/conf.sh: remove INCLUDE_CONF_SH line; everything has been migrated | Luke Shumaker |
2013-06-08 | libreblacklist: fix a few bugs | Luke Shumaker |
2013-06-05 | libreblacklist: fix call to check_vars | Luke Shumaker |
2013-06-05 | Double bracket ==/</> compare lexicographically, not numerically. | Luke Shumaker |
2013-06-05 | conf.sh: add a mechanism to save environmental variables | Luke Shumaker |
2013-06-05 | conf.sh: fix leaked local variables | Luke Shumaker |
2013-06-05 | lib/conf.sh: respect a customized HOME variable | Luke Shumaker |
2013-06-05 | Add tests for the libreblacklist help system, make them pass. | Luke Shumaker |
2013-06-05 | Phase out `load_conf_*` and `check_conf_*` functions | Luke Shumaker |
2013-06-05 | conf.sh: fix potential bug with MAKEPKG_CONF | Luke Shumaker |
2013-05-29 | lib/conf.sh: learn about the slug "abs" | 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 | libreblacklist: learn `-h` | 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 |
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-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 | add a lib/blacklist.sh, use it for pkgbuild-check-nonfree | Luke Shumaker |
2013-05-22 | conf.sh: also set XDG_CACHE_HOME | Luke Shumaker |
2013-05-21 | conf.sh: add documentation, make generic API more consistent. | Luke Shumaker |
2013-05-08 | lib/conf.sh: hopefully this will fix alfplayer's problem w/ /dev/stderrtesting-20130508 | Luke Shumaker |
2013-05-02 | librefetch: take advantage of provided libraries | Luke Shumaker |
2013-05-02 | COMMITCMD is no longer used, remove it from the conf | Luke Shumaker |
2013-01-04 | move checks from libretools.conf to conf.sh | Luke Shumaker |
2013-01-04 | fix mistake in conf.sh | Luke Shumaker |
2012-12-09 | relax the requirement that [[ $CHROOT != 'root' ]] | Luke Shumaker |
2012-12-09 | Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.conf | Luke Shumaker |