Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-09 | test: librexgettext: Add tests | Luke Shumaker | |
2017-07-09 | testenv: make resilient to changes in config.mk | Luke Shumaker | |
2017-07-08 | l10n: es: Fix obvious problems | Luke Shumaker | |
There are two places where the punctuation was on the outside of the end-quote; leading to syntax errors. There's one place where the msgid was partially translated. | |||
2017-07-08 | Makefile: add support for compiling and installing localizations | Luke Shumaker | |
This means that the new `po/files.generate` target can be used to build the `.pot` files without doing anything else; we can stop requiring translators to install ruby-ronn. It also means that we can put the `.pot` files in the source tarball, to make it even easier for translators. Unfortunately, it does add the extra step of having to create another symlink when adding a new locale. | |||
2017-07-08 | Makefile: rename $(outdir)/everything.pot to $(srcdir)/dir.pot | Luke Shumaker | |
2017-07-08 | Makefile: have docdir behave the way the GNU standards say. | Luke Shumaker | |
I had docdir = $(datarootdir)/doc pkgdocdir = $(docdir)/libretools # install docs to $(pkgdocdir) but the GNU Coding Standards (July 25, 2016 revision), say I should be doing docdir = $(datarootdir)/doc/libretools # install docs to $(docdir) As the config.mk states, we aren't a GNU package. But let's still follow their standards here, to follow the principle of least surprise. | |||
2017-07-08 | librechroot: Respect the -n flag (fixes test) | Luke Shumaker | |
2017-07-08 | test: librechroot: verify that the `-n` flag works | Luke Shumaker | |
2017-07-08 | po/HACKING: mention package dependencies | Luke Shumaker | |
2017-07-06 | More translations to po/es/libretools.po | David P | |
2017-07-05 | Parcially translated libretools.po to Spanish [es] | David P | |
It's the longest one, it will take time, but from bit to bit it works :) | |||
2017-07-05 | Translated xbs.po to Spanish [es] | David P | |
2017-07-05 | Translated librelib.po to Spanish [es] | David P | |
2017-07-05 | Translated gitget.po to Spanish [es] | David P | |
2017-07-05 | add a po/HACKING file explaining how to add translations | Luke Shumaker | |
2017-07-04 | librechroot: make sure that makepkg.conf is always parsed as textv20170705 | Luke Shumaker | |
https://lists.parabola.nu/pipermail/dev/2017-June/005576.html | |||
2017-06-21 | libredbdiff: Fix configuration | Luke Shumaker | |
1. the config at the top referenced libredbdiff.conf:statedir; which hadn't been loaded yet 2. the 'compare' arg parser referenced libredbdiff.conf:repos; which hadn't been loaded yet | |||
2017-06-21 | conf.sh: Don't look at SUDO_USER if it's root | Luke Shumaker | |
Fixes https://labs.parabola.nu/issues/1372 | |||
2017-06-21 | librefetch: Fix regression from 6092b9d | Luke Shumaker | |
2017-06-21 | test: conf.sh: don't assume conf.sh works in sh; use bash | Luke Shumaker | |
2017-06-21 | test: librerelease: update for new REPODEST format | Luke Shumaker | |
2017-06-21 | test: librerelease: fix description | Luke Shumaker | |
2017-06-21 | test: conf.sh: verify that LIBREUSER is correct when `sudo sudo -u $LIBREUSER` | Luke Shumaker | |
https://labs.parabola.nu/issues/1372 | |||
2017-06-20 | librerelease: Fix REPODEST validation criteria | Luke Shumaker | |
2017-05-25 | aur: use EXIT_* for $ret | Luke Shumaker | |
2017-05-25 | move more things to use the $EXIT_* variables | Luke Shumaker | |
2017-05-25 | repo-diff: fix unquoted variables | Luke Shumaker | |
2017-05-25 | more $EXIT_* usage | Luke Shumaker | |
2017-05-25 | libreblacklist: reformat some loops to be more readable | Luke Shumaker | |
2017-05-25 | librerelease: mimic makepkg GPG signatures | Luke Shumaker | |
https://lists.parabola.nu/pipermail/dev/2017-May/005515.html | |||
2017-05-25 | start moving things to use the libremessages exit codes | Luke Shumaker | |
2017-05-25 | messages: define EXIT_* codes | Luke Shumaker | |
2017-05-25 | Fix grammar mistake in libremessages(1). | Luke Shumaker | |
2017-05-24 | Merge conf.sh:load_files and conf.sh:check_vars into load_conf | Luke Shumaker | |
2017-05-24 | messages.sh: fix punctuation in a comment | Luke Shumaker | |
2017-05-24 | Include the 1863 port number in config variables | Luke Shumaker | |
2017-05-24 | librerelease: No period after 1-line program description | Luke Shumaker | |
2017-05-24 | Tidy the HACKING documentation. | Luke Shumaker | |
2017-05-24 | lib/conf.sh: Tidy loops | Luke Shumaker | |
use while read -r var; do ... done < <(...) rather than for var in $(...); do ... done | |||
2017-05-24 | libremessages: leave stdout alone (fixes test) | Luke Shumaker | |
2017-05-24 | test: libremessages: check that setup_traps leaves stdout alone | Luke Shumaker | |
Everything should be on stderr. | |||
2017-05-24 | librerelease: tidy | Luke Shumaker | |
2017-05-24 | librerelease: Be more careful with config parsing (fixes test) | Luke Shumaker | |
2017-05-24 | test: have 'empty' checks be a bit more verbose | Luke Shumaker | |
2017-05-23 | add a librerelease test | Luke Shumaker | |
2017-05-12 | librefetch: Fix the check for deciding if to recurse.v20170512 | Luke Shumaker | |
2017-05-12 | test: libremakepkg: add (failing) check for $startdir symlinks | Luke Shumaker | |
2017-05-12 | test: librefetch: add (failing) check for unnescessary recursion | Luke Shumaker | |
2017-05-05 | test: don't let `git commit` fail if user.{email,name} aren't configuredv20170505 | Luke Shumaker | |
2017-05-05 | libremakepkg: update usage() text | Luke Shumaker | |