Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-03-05 | treepkg: make HOOK* settings optional, update documentation on the HOOK*s | Luke Shumaker | |
2014-03-05 | touch up treepkg | Luke Shumaker | |
2014-03-05 | Merge branch 'fauno-merge' into master | Luke Shumaker | |
Conflicts: src/treepkg | |||
2014-03-05 | Merge branch 'fauno' into fauno-merge | Luke Shumaker | |
Conflicts: mips64el/mipsrelease treepkg | |||
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2014-01-03 | touch up misc qouting | Luke Shumaker | |
2013-11-04 | treepkg: fail early if there is a configuration error | Luke Shumaker | |
2013-11-04 | normalize on "[[" instead of "[" | Luke Shumaker | |
2013-11-03 | treepkg: obey $TMPDIR | Luke Shumaker | |
2013-11-03 | treepkg: internationalize (sometimes changing the format of a message) | Luke Shumaker | |
Changes in message format: - Terminal-titles now begin with capital letters - "error!" -> "Error!" - "done" -> "Done" - signal handler errors changed from (treepkg) MESSAGE (leftovers on BUILDDIR) to treepkg: MESSAGE (leftovers on BUILDDIR) | |||
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~1' (early part) | 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 | 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 | |