Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-22 | libreaddiff: load libremessagesv20140322 | 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 | |
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2014-02-02 | I forgot to bump the copyright year on all the files I've touched this year | Luke Shumaker | |
2014-01-20 | normalize to use >&2 instead of /dev/stderr | Luke Shumaker | |
2014-01-05 | librerelease: fixv20140106.1testing-20140106.1 | Luke Shumaker | |
2014-01-05 | librefetch: handle "empty" situations better | Luke Shumaker | |
2014-01-05 | librerelease: don't clean non-package files | Luke Shumaker | |
2014-01-05 | librerelease: list staged source files in a sane way | Luke Shumaker | |
2014-01-05 | librestage: fix staging generated sources | Luke Shumaker | |
2014-01-04 | librestage: stage files generated by librefetch | Luke Shumaker | |
2014-01-03 | Phase out DIFFTOOL for DIFFPROG (issue #438) | Luke Shumaker | |
https://labs.parabola.nu/issues/438 | |||
2013-11-04 | createworkdir: clean up output | Luke Shumaker | |
2013-11-04 | librerelease: don't redirect output of gpg --detach-sign | Luke Shumaker | |
This should fix fauno's issue with pinentry-curses, or at least fail more verbosely. | |||
2013-11-04 | librerelease: mention `gpg-agent --daemon` instead of just `gpg-agent` | Luke Shumaker | |
2013-11-04 | touch up quoting on arrays | Luke Shumaker | |
2013-11-04 | normalize on "[[" instead of "[" | Luke Shumaker | |
2013-11-02 | createworkdir: use gitget to set separate push and pull URLs. | Luke Shumaker | |
2013-11-02 | createworkdir: clean up quoting | Luke Shumaker | |
2013-09-30 | librerelease: add -u flag for upload-only; don't run db-update | Luke Shumaker | |
2013-09-30 | librerelease: fix upload size total | Luke Shumaker | |
2013-09-30 | librerelease: fixv20130930 | Luke Shumaker | |
2013-09-30 | librerelease: I was dumb and messed up the flags to `find`. Add unit tests. | Luke Shumaker | |
2013-09-23 | librerelease: print what HOOK* is configured too before running it | Luke Shumaker | |
2013-09-22 | Merge commit '610699' | Luke Shumaker | |
Conflicts: src/abslibre-tools/createworkdir | |||
2013-09-22 | createworkdir: clean up | Luke Shumaker | |
Use set -euE and trap for simpler error handling. Use libregit to fetch abslibre | |||
2013-09-21 | librerelease: support per-user staging directories | Luke Shumaker | |
The relies on db-update on the server respecting STAGING if it is set in the environment. https://labs.parabola.nu/issues/314 | |||
2013-09-21 | librerelease: tidy up | Luke Shumaker | |
2013-09-21 | librerelease: Avoid locking the staging directory the whole time. | Luke Shumaker | |
https://labs.parabola.nu/issues/410 | |||
2013-09-21 | abslibre-tools: internationalize | Luke Shumaker | |
2013-09-21 | librerelease: tidy up | Luke Shumaker | |
2013-09-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-09-11 | libre{stage,release}: fix https://labs.parabola.nu/issues/379 | Luke Shumaker | |
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-07-27 | revamp the Makefiles to support manpages | 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-23 | librerelease: sort list output.v20130622 | Luke Shumaker | |
2013-06-08 | librestage: handle PKGDEST better, fix testsv20130608 | Luke Shumaker | |
2013-06-08 | librerelease: fix sign_packages+pinentry-curses breaking the terminal | Luke Shumaker | |
2013-06-08 | Merge branch 'master' of ↵ | Luke Shumaker | |
ssh://parabolagnulinux.org:1863/srv/git/packages/libretools | |||
2013-06-08 | librerelease: print a message before running HOOK{PRE,POST}RELEASE | Luke Shumaker | |
2013-06-08 | librestage: go back to looping over all arches | Luke Shumaker | |
This for users who cross-compile for multiple architectures. | |||
2013-06-08 | Fail when it's not possible to sign packages (issue #347) | Nicolás Reynolds | |
2013-06-05 | Double bracket ==/</> compare lexicographically, not numerically. | Luke Shumaker | |
Unfortunately for me, that means that it works correctly *most* of the time. But, for example, [[ 10 < 2 ]], and negatives don't work. | |||
2013-06-05 | librerelease: use a single REPODEST instead of PARABOLAHOST + LIBREDESTDIR | Luke Shumaker | |
2013-06-05 | librerelease: Use makepkg.conf:GPGKEY instead of libretools.conf:SIGID | Luke Shumaker | |
2013-06-05 | librerelease: add a HOOKPOSTRELEASE | Luke Shumaker | |
2013-06-05 | librerelease: clean up | Luke Shumaker | |
Besides a few code-technique things, - delay executing an action like clean until all options are parsed; before `librerelease -nc` and `librerelease -nc` were very different. - fix the clean action | |||
2013-06-05 | libre{stage,release}: Standardize message for running as root. | Luke Shumaker | |