summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-07Not that it matters, but I screwed up makechrootpkg.sh:main().v20150607Luke Shumaker
2015-06-06remove mips64el-tools: We don't support MIPS anymoreLuke Shumaker
2015-06-06toru-path: simplifyLuke Shumaker
2015-06-06meld toru-utils into toru-path, since it is the only thing using itLuke Shumaker
2015-06-06tidy up toru-{info,path}Luke Shumaker
- Quote variables - toru-path: make LASTSYNCFILE and PATHFILE lowercase - toru-path: set IFS when it matters - use `if` instead of && and whatnot - use printf-formatters instead of string interpolation
2015-06-06xbs-abs: oops, was missing an argument to check_varsLuke Shumaker
2015-06-06Tidy up the default libretools.confLuke 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-06Remove 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-06toru: Clean up the option parser and usage textLuke Shumaker
2015-06-06toru-utils: tidy upLuke 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-06src/toru/*: use tab-indentLuke Shumaker
This is a whitespace-only change.
2015-06-06toru-where: simplify slightly, add quoting.Luke Shumaker
2015-06-06Remove fullpkg and treepkg, in favor of dagpkg.Luke Shumaker
2015-06-06Update to new devtools.Luke Shumaker
2015-06-06HACKING.md: also recommend having `haveged` running for the tests.Luke Shumaker
2015-05-31librefetch: Make the names of a couple of temporary files more readableLuke Shumaker
2/to is one character difference, just spell it out.
2015-05-31librefetch: Don't try to use makepkg to create .sig files.Luke Shumaker
2015-05-31librefetch: Tidy up usage() text.Luke Shumaker
2015-05-31Enforce .pot files being UTF-8.Luke Shumaker
2015-05-31librexgettext: Support all of the recent changes to libremessages:flag.Luke Shumaker
2015-05-31libremessages: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-26Rename libremessages:whitespace-collapse to whitespace_collapse.v20150526Luke Shumaker
When using /bin/sh instead of bash (a terrible idea, but whatev), the '-' is an invalid charater in an identifier.
2015-05-25man: Two spaces between sentences.Luke Shumaker
2015-05-25doc/: Two spaces between sentences, wrap to 80 columns.Luke Shumaker
2015-05-25common.mk: Fix a typo in a comment.Luke Shumaker
2015-05-24Enforce two spaces after a period.Luke Shumaker
2015-05-24libredbdiff: Fix some usages of `print` and `prose`.Luke Shumaker
2015-05-24libremessages: expose whitespace-collapseLuke Shumaker
2015-05-24libremessages/librexgettext: Preserve two spaces after a period.Luke Shumaker
Well, [.!?] really--this matches the behavior of `fmt -u`.
2015-05-24librerelease: Fix typo in a comment.Luke Shumaker
2015-05-24librerelease: Remove redundant calls to gettext.Luke Shumaker
2015-05-24librerelease: Don't sign XBS files.Luke Shumaker
https://labs.parabola.nu/issues/566
2015-05-24xbs: Add `help` and `name` commands.Luke Shumaker
2015-05-24xbs: Clean up the usage text.Luke Shumaker
2015-05-24libremessages:flag: Allow specifying multiple flags in one go.Luke Shumaker
This allows the descriptions to all be aligned together.
2015-05-24libremessages:flag: Clean up mathLuke 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-24libremessages:flag: Avoid doing a loop over each lineLuke Shumaker
2015-05-24libremessages: 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-24xbs-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-24xbs-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-24xbs-abslibre: Touch upLuke Shumaker
2015-05-24Add 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-24I didn't update any of the XBS copyright yearsLuke Shumaker
2015-05-20xbs-abslibre: I don't know why this code was there, it's wrongLuke Shumaker
2015-05-20libremakepkg: 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-20Use #!/hint/bash instead of the more verbose commentLuke Shumaker
2015-05-17xbs-abs.conf: don't shell outLuke Shumaker
2015-05-17xbs: touch up whitespaceLuke Shumaker
2015-05-17xbs: clean up usage textLuke Shumaker
2015-05-17xbs: Fix spelling mistake in documentationLuke Shumaker