Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-06 | xbs-abs: oops, was missing an argument to check_vars | Luke Shumaker | |
2015-06-06 | Tidy up the default libretools.conf | Luke Shumaker | |
- REPOS is now only used by toru-path - ARCHES is also used by xbs-abslibre - remove the claim that ARCHES affects createworkdir from the docs. | |||
2015-06-06 | Remove the 'toru' program, it has been replaced by 'toru-path'/'toru-where' | Luke Shumaker | |
It dealt with plain-text caches, instead of the faster TokyoCabinet cache. | |||
2015-06-06 | toru: Clean up the option parser and usage text | Luke Shumaker | |
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. | |||
2015-06-06 | toru-where: simplify slightly, add quoting. | Luke Shumaker | |
2015-06-06 | Remove fullpkg and treepkg, in favor of dagpkg. | Luke Shumaker | |
2015-06-06 | Update to new devtools. | Luke Shumaker | |
2015-06-06 | HACKING.md: also recommend having `haveged` running for the tests. | Luke Shumaker | |
2015-05-31 | librefetch: Make the names of a couple of temporary files more readable | Luke Shumaker | |
2/to is one character difference, just spell it out. | |||
2015-05-31 | librefetch: Don't try to use makepkg to create .sig files. | Luke Shumaker | |
2015-05-31 | librefetch: Tidy up usage() text. | Luke Shumaker | |
2015-05-31 | Enforce .pot files being UTF-8. | Luke Shumaker | |
2015-05-31 | librexgettext: Support all of the recent changes to libremessages:flag. | Luke Shumaker | |
2015-05-31 | libremessages:flag: support sub-headings in the list of flags. | Luke Shumaker | |
This changes libremessages:flag to treat would-be flagnames ending with ':' specially--as a sub-heading in the list of flags. The next argument is taken to be the next flag, not a description. | |||
2015-05-26 | Rename libremessages:whitespace-collapse to whitespace_collapse.v20150526 | Luke Shumaker | |
When using /bin/sh instead of bash (a terrible idea, but whatev), the '-' is an invalid charater in an identifier. | |||
2015-05-25 | man: Two spaces between sentences. | Luke Shumaker | |
2015-05-25 | doc/: Two spaces between sentences, wrap to 80 columns. | Luke Shumaker | |
2015-05-25 | common.mk: Fix a typo in a comment. | Luke Shumaker | |
2015-05-24 | Enforce two spaces after a period. | Luke Shumaker | |
2015-05-24 | libredbdiff: Fix some usages of `print` and `prose`. | Luke Shumaker | |
2015-05-24 | libremessages: expose whitespace-collapse | Luke Shumaker | |
2015-05-24 | libremessages/librexgettext: Preserve two spaces after a period. | Luke Shumaker | |
Well, [.!?] really--this matches the behavior of `fmt -u`. | |||
2015-05-24 | librerelease: Fix typo in a comment. | Luke Shumaker | |
2015-05-24 | librerelease: Remove redundant calls to gettext. | Luke Shumaker | |
2015-05-24 | librerelease: Don't sign XBS files. | Luke Shumaker | |
https://labs.parabola.nu/issues/566 | |||
2015-05-24 | xbs: Add `help` and `name` commands. | Luke Shumaker | |
2015-05-24 | xbs: Clean up the usage text. | Luke Shumaker | |
2015-05-24 | libremessages:flag: Allow specifying multiple flags in one go. | Luke Shumaker | |
This allows the descriptions to all be aligned together. | |||
2015-05-24 | libremessages:flag: Clean up math | Luke Shumaker | |
Because I was using -le instead of -lt, all of the math was off by one, which was negated by only one space in the separator in the format string. | |||
2015-05-24 | libremessages:flag: Avoid doing a loop over each line | Luke Shumaker | |
2015-05-24 | libremessages: add some newlines in comments, reflow them. | Luke Shumaker | |
Mostly so that when I compulsivly hit M-q, it doesn't screw up. | |||
2015-05-24 | xbs-abslibre: The server commands handled dest of `abstree` or `abslibre`. | Luke Shumaker | |
It really should enforce the dest being in the `abslibre` format. Add checks for that and remove the code for dealing with an `abstree`. When I originally wrote it with the flexibility, it was because I was trying to capture a range of behaviors, without actually understanding how the tool would be used. Now that I know how it is to be used, I can remove the extra code. | |||
2015-05-24 | xbs-abslibre: The comment I wrote 2 commits ago said move, not copy. | Luke Shumaker | |
And that was the correct behavior, not what the code did. | |||
2015-05-24 | xbs-abslibre: Touch up | Luke Shumaker | |
2015-05-24 | Add comments to XBS stuff so that I can understand it drunk. | Luke Shumaker | |
Or really at all having not had memory of writing it, as most of that was about a year ago and I didn't write any comments and barely any documentation. But it's funnier if I mention that I've had a couple drinks. | |||
2015-05-24 | I didn't update any of the XBS copyright years | Luke Shumaker | |
2015-05-20 | xbs-abslibre: I don't know why this code was there, it's wrong | Luke Shumaker | |
2015-05-20 | libremakepkg: Don't pass extra arguments to makepkg. | Luke Shumaker | |
Packages should be buildable without any extra incantations, and it was more of a source of mistakes than anything else. | |||
2015-05-20 | Use #!/hint/bash instead of the more verbose comment | Luke Shumaker | |
2015-05-17 | xbs-abs.conf: don't shell out | Luke Shumaker | |
2015-05-17 | xbs: touch up whitespace | Luke Shumaker | |
2015-05-17 | xbs: clean up usage text | Luke Shumaker | |
2015-05-17 | xbs: Fix spelling mistake in documentation | Luke Shumaker | |
2015-04-13 | makechrootpkg.sh.patch: Update to newer devtools | Luke Shumaker | |
2015-04-13 | librechroot help: remove extra whitespace | Luke Shumaker | |
2015-04-13 | Fix grammar mistakes in doc/createworkdir.md | Luke Shumaker | |
2015-01-05 | librefetch: wasn't cleaning up temp filesv20150105.1 | Luke Shumaker | |
2015-01-05 | chcleanup: oops, I left a `set -x` in therev20150105 | Luke Shumaker | |