summaryrefslogtreecommitdiff
path: root/src/treepkg
AgeCommit message (Collapse)Author
2014-07-05quote calls to librelibLuke Shumaker
2014-07-01Make term_title gettext-aware (BREAKS COMPATIBILITY)Luke Shumaker
2014-03-22Audit the authors and copyright years of files against git logsLuke Shumaker
2014-03-21Do an audit of copyright and license claimsLuke Shumaker
2014-03-05treepkg: make HOOK* settings optional, update documentation on the HOOK*sLuke Shumaker
2014-03-05touch up treepkgLuke Shumaker
2014-03-05Merge branch 'fauno-merge' into masterLuke Shumaker
Conflicts: src/treepkg
2014-03-05Merge branch 'fauno' into fauno-mergeLuke Shumaker
Conflicts: mips64el/mipsrelease treepkg
2014-02-02Normalize to use the string "Copyright (C)"Luke Shumaker
2014-01-03touch up misc qoutingLuke Shumaker
2013-11-04treepkg: fail early if there is a configuration errorLuke Shumaker
2013-11-04normalize on "[[" instead of "["Luke Shumaker
2013-11-03treepkg: obey $TMPDIRLuke Shumaker
2013-11-03treepkg: 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-29Strip trailing whitespace everywhere.Luke Shumaker
find * -type f -not -name '*.patch' -exec sed -i -r 's/\s+$//' {} +
2013-09-12Merge branch 'fauno~1' (early part)Luke Shumaker
2013-09-12Merge branch 'fauno~2' (early part) into masterLuke Shumaker
2013-06-27add {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-05use common.sh:get_full_version() universallyLuke Shumaker
2013-06-05Phase out `load_conf_*` and `check_conf_*` functionsLuke Shumaker
Replace their usages with `load_files *` and `check_vars *`
2013-06-05[many tools]: miscellaneous minor cleanupsLuke Shumaker
2013-06-05[all tools]: use conf.sh (and libremessages if necessary)Luke Shumaker
2013-06-05treepkg: make compound if statements more readableLuke Shumaker
2013-05-07Merge remote-tracking branch 'remotes/origin/fauno'Luke Shumaker
Conflicts: treepkg
2013-05-02treepkg: normalize indent to a 'tab'; no other changesLuke Shumaker
The indentation was scattered between tabs and any number of spaces.
2012-11-07organize the filesLuke Shumaker