Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | use common.sh:get_full_version() universally | Luke Shumaker | |
2013-06-05 | Phase out `load_conf_*` and `check_conf_*` functions | Luke Shumaker | |
Replace their usages with `load_files *` and `check_vars *` | |||
2013-06-05 | [many tools]: miscellaneous minor cleanups | Luke Shumaker | |
2013-06-05 | [all tools]: use conf.sh (and libremessages if necessary) | Luke Shumaker | |
2013-06-05 | treepkg: make compound if statements more readable | Luke Shumaker | |
2013-05-07 | Merge remote-tracking branch 'remotes/origin/fauno' | Luke Shumaker | |
Conflicts: treepkg | |||
2013-05-02 | treepkg: normalize indent to a 'tab'; no other changes | Luke Shumaker | |
The indentation was scattered between tabs and any number of spaces. | |||
2012-11-07 | organize the files | Luke Shumaker | |