Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2015-06-06 | toru-path: simplify | Luke Shumaker | |
2015-06-06 | meld toru-utils into toru-path, since it is the only thing using it | Luke Shumaker | |
2015-06-06 | tidy up toru-{info,path} | Luke Shumaker | |
- Quote variables - toru-path: make LASTSYNCFILE and PATHFILE lowercase - toru-path: set IFS when it matters - use `if` instead of && and whatnot - use printf-formatters instead of string interpolation | |||
2015-06-06 | toru-utils: tidy up | Luke Shumaker | |
- use libremessages:setup_traps instead of the copy/pasted solution - get_pkgbuilds: don't leak the "extra" variable - fix up quoting - get_pkgbuilds: don't use the global LASTSYNCFILE, get it as an argument * toru-path: adjust for this | |||
2015-06-06 | src/toru/*: use tab-indent | Luke Shumaker | |
This is a whitespace-only change. | |||
2014-03-23 | Most of my desired re-licensings were authorized on the dev list | 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 | |
2013-09-12 | Merge branch 'fauno~2' (early part) into master | 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-05 | [many tools]: miscellaneous minor cleanups | Luke Shumaker | |
2012-11-07 | Merge branch 'master' of git://gitorious.org/parabola/libretools | Nicolás Reynolds | |
2012-11-07 | organize the files | Luke Shumaker | |