Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Don't use subshells in local/export/declare commands. | Luke Shumaker | |
Only make this change in places where it shouldn't make a difference, and something weird has to be going on for the subshell to fail. This is on par with checking the return value of malloc. We don't need tests for each of these failure cases. | |||
2017-04-20 | Variables inside of $((...)) don't need a $ in front of them. | Luke Shumaker | |
These were found with the help of shellcheck. | |||
2017-04-20 | Quote unquoted strings that should probably be quoted. | Luke Shumaker | |
These were found with the help of shellcheck. Nothing more complicated than wrapping a variable in double quotes has been done. | |||
2017-04-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2017-04-19 | gitget: correctly handle the -f[orce] flag on bare repositories | Luke Shumaker | |
2017-04-11 | test/librechroot: Avoid waiting for pacman confirmation. | Luke Shumaker | |
2017-04-11 | test/test-common.sh: Ensure that an old gpg-agent isn't running. | Luke Shumaker | |
It is possible that the gpg has been updated since the user's gpg-agent was started; this will cause mysterious errors, as they will detect the version mismatch. If the user isn't running a gpg-agent, then one will be started. However, it will persist longer than useful, and it will be left looking at a .gnupg directory that no longer exists. It's just not worth the trouble to let an existing agent keep running. | |||
2017-04-11 | test/test-common.sh: Put the test name in the tmpdir path. | Luke Shumaker | |
2017-04-11 | test/lib-messages: it_works_with_no_color_and_set_euE doesn't need a subshell | Luke Shumaker | |
2017-04-11 | test/test-common.sh: Improve btrfs-aware rm-rf cleanup | Luke Shumaker | |
2017-04-11 | test/: Tidy before()/after() definitions. | Luke Shumaker | |
2017-04-11 | libremakepkg: Tidy. | Luke Shumaker | |
2017-04-11 | librechroot: Update for new sync_chroot usage. | Luke Shumaker | |
I changed how it works in devtools-par. | |||
2017-04-11 | librechroot: Load makechrootpkg.sh into the main process. | Luke Shumaker | |
makechrootpkg.sh has now been patched to make it ok with `set -euE`. | |||
2017-04-11 | librechroot: Tidy up. | Luke Shumaker | |
2017-04-11 | chcleanup: Fix typo in a comment | Luke Shumaker | |
2017-04-11 | Update for new devtools version | Luke Shumaker | |
2017-04-11 | test: Use correct blacklist.txt URL. | Luke Shumaker | |
2017-04-11 | libremakepkg: correctly exit if a hook fails | Luke Shumaker | |
2017-04-11 | Makefile: libretools.pots might contain whitespace | Luke Shumaker | |
2017-04-11 | test: Do a better job of cleaning up chroots. | Luke Shumaker | |
2017-04-11 | Expect devtools files to already be patched. | Luke Shumaker | |
2017-04-11 | fixup copyright for: `return $?` can be written simply as `return` | Luke Shumaker | |
2017-02-14 | Add librechroot delete tests. | Luke Shumaker | |
2017-02-13 | `return $?` can be written simply as `return` | Luke Shumaker | |
2017-01-30 | librefetchdir/Makefile: Add a comment about being a source file. | Luke Shumaker | |
2017-01-30 | Update and tidy the build system for autothing v3. | Luke Shumaker | |
2017-01-30 | Merge remote-tracking branch 'autothing/v3/master' | Luke Shumaker | |
2017-01-30 | (libretools) Fix bugs in autothing. | Luke Shumaker | |
Some of these are that I hadn't originally designed autothing v3 to work with --warn-undefined-variables. Others are just straight-up bugs from inadequate testing. | |||
2017-01-29 | makechrootpkg.sh.patch: Update to latest devtools-par master. | Luke Shumaker | |
2017-01-17 | Tidy the files in the repo root. | Luke Shumaker | |
2017-01-17 | libretools.conf: Update default host names.v20170117 | Luke Shumaker | |
2017-01-17 | Backport fixes from work on parabola-hackers.git. | Luke Shumaker | |
- core: Actually support at.Makefile; how it set the internal variable _at.MAKEFILE_LIST was broken if $(at.Makefile) != Makefile - mod: dist: * Don't try to distribute $(files.src.int) files. * Add a comment noting that the lack of the `-P` flag to `cp` is not a bug. - mod: gitfiles: * Correctly list files in $(topsrcdir). * Also enumerate files in git submodules. | |||
2017-01-16 | Improve documentation. | Luke Shumaker | |
2017-01-16 | core: Derp, the at.relbase function was broken. | Luke Shumaker | |
2017-01-15 | Documentation. | Luke Shumaker | |
2017-01-15 | remove gnustuff | Luke Shumaker | |
2017-01-15 | Rename gnudoc->texinfo | Luke Shumaker | |
2017-01-15 | Tidy the gnustuff (and fork off gnudoc). | Luke Shumaker | |
2017-01-15 | mod: files: fix a misplaced paren | Luke Shumaker | |
2017-01-15 | mod: gitfiles: doc: re-flow a paragraph | Luke Shumaker | |
2017-01-14 | Add a top-level Makefile for documentation purposes. | Luke Shumaker | |
2017-01-14 | Update config.mk.in | Luke Shumaker | |
2017-01-14 | gnuconf: Was missing CPPFLAGS | Luke Shumaker | |
2017-01-14 | Merge branch 'v2/all' into v3/master | Luke Shumaker | |
2017-01-14 | Merge remote-tracking branches 'v2/core', 'v2/mod-dist', ↵ | Luke Shumaker | |
'v2/mod-gnu-autoconf', 'v2/mod-gnuconf', 'v2/mod-gnustuff', 'v2/mod-std' and 'v2/mod-write-ifchanged' into v3/master | |||
2016-10-30 | (systemd) at: files: add missing things to documentaton | Luke Shumaker | |
2016-10-30 | (systemd) at: mod: don't call on .doc | Luke Shumaker | |
2016-10-28 | (systemd) Autothing documentation | Luke Shumaker | |
2016-10-21 | (systemd) wip | Luke Shumaker | |