Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-01-05 | librefetch-makepkg.conf: shut up a useless warning when not included from ↵ | Luke Shumaker | |
makepkg | |||
2015-01-05 | librefetch: that's what I get for commiting a fix without a test | Luke Shumaker | |
2015-01-05 | librefetch: fix paths being canonicalized incorrectly | Luke Shumaker | |
2015-01-05 | test to make sure local repo packages aren't cached (issue #435) | Luke Shumaker | |
2015-01-05 | librechroot: tidy up | Luke Shumaker | |
2015-01-05 | chroot-tools: Drop support for CHROOTARCH | Luke Shumaker | |
This only existed to work around a compatibility-breaking change in the Linux kernel. `uname -m` for MIPS-64 little-endian changed from "mips64el" to "mips64". This meant that all existing packages' CARCH was no longer == `uname -m`, so we had to de-unify the two, as we couldn't do `setarch $CARCH`. I'm removing this kludge because: - We no longer actively support MIPS. - Until two commits ago, it didn't work anyway - We should avoid this on new architectures going forward (ARM, anyone?) - It's gross. | |||
2015-01-05 | Oops, update a couple of copyright years | Luke Shumaker | |
2015-01-05 | arch-nspawn: correctly parse CHROOTARCH | Luke Shumaker | |
2015-01-05 | chroot: Don't cache local repo packages | Luke Shumaker | |
2015-01-04 | oops, I'm dumb; fix chcleanupv20150104 | Luke Shumaker | |
2015-01-04 | Generate the duplicated code in chcleanup | Luke Shumaker | |
2015-01-04 | Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵ | Luke Shumaker | |
of errors | |||
2015-01-04 | librefetch-install: fix | Luke Shumaker | |
2015-01-04 | Wow, I botched some Makefile stuff | Luke Shumaker | |
2015-01-01 | makechrootpkg.sh: use full paths in messages, short names were ambiguous | Luke Shumaker | |
2015-01-01 | conf.sh: add a comment | Luke Shumaker | |
2015-01-01 | conf.sh: oops, I missed adding validpgpkeys | Luke Shumaker | |
2015-01-01 | conf.sh: Oops, a variable was blending with the surrounding string | Luke Shumaker | |