Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-08 | Documentation cleanup | Luke Shumaker | |
2016-02-07 | Update librefetch to work with pacman 5. | Luke Shumaker | |
2016-02-04 | Adjust libremakepkg to work with pacman 5.0 | Luke Shumaker | |
2015-09-16 | common.mk: begone with $(rootdir), use the more reliable -r flag | Luke Shumaker | |
2015-06-07 | xbs-abslibre: better error handling | Luke Shumaker | |
2015-06-07 | xbs-abslibre: (workaround) have release-server copy, not move | Luke Shumaker | |
This is because the file will have to be there for several passes - loop over arches (for 'any' packages) - loop over ${pkgname[@]} (for split packages) This is a temporary workaround. | |||
2015-06-07 | xbs-abslibre: fix stupid mistake | Luke Shumaker | |
2015-06-07 | Not that it matters, but I screwed up makechrootpkg.sh:main().v20150607 | Luke Shumaker | |
2015-06-06 | remove mips64el-tools: We don't support MIPS anymore | Luke Shumaker | |
2015-06-06 | toru-path: simplify | Luke Shumaker | |
2015-06-06 | meld toru-utils into toru-path, since it is the only thing using it | Luke Shumaker | |
2015-06-06 | tidy 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-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 | |