Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-03 | libredbdiff: simplify config file generation | Luke Shumaker | |
2017-05-03 | test: libredbdiff: Add another check for the option parser. | Luke Shumaker | |
2017-05-03 | libredbdiff: Use _prbl for Parabola vars and _arch for Arch vars. | Luke Shumaker | |
libredbdiff used VARNAME for Parabola variables, and VARNAME_arch for Arch variables. I found it confusing. Instead, consistently use VARNAME_prbl for Parabola variables and VARNAME_arch for Arch variables; this allows the reader to more easily see the parallels between the handling of each. | |||
2017-05-02 | libredbdiff: make repos be a true array, make it configurable | Luke Shumaker | |
2017-05-02 | bugfix [1/2]: libredbdiff: Add a test for handling multiple provides. | Luke Shumaker | |
Also make the minimal changes to the program to make this testing possible. | |||
2017-05-01 | bugfix [1/2]: librefetch: Add a check for failing with bogus flags | Luke Shumaker | |
2017-05-01 | bugfix [1/2]: librefetch: Add check for SRCBUILD-to-SRCBUILD operation | 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 | test: Use correct blacklist.txt URL. | Luke Shumaker | |
2017-04-11 | libremakepkg: correctly exit if a hook fails | Luke Shumaker | |
2017-04-11 | test: Do a better job of cleaning up chroots. | Luke Shumaker | |
2017-02-14 | Add librechroot delete tests. | Luke Shumaker | |
2016-04-15 | libremessages:flag: Fix several things (also librexgettext) | Luke Shumaker | |
- Fix a bug where it panicked if given an odd number of sub-headings. - Document the the ability to include sub-headings. - Fix librexgettext's handling of it. It only worked correctly for times when it was only called once in a program, or when it was only ever called with exactly one flag/description pair (and no headings). | |||
2016-04-14 | Print an error when trying to sync a copy with itself. | Luke Shumaker | |
Fixes https://labs.parabola.nu/issues/920 | |||
2016-02-08 | Refactor the build system. Avoid recursive make. | Luke Shumaker | |
This looks like a lot, but more things should "just work". We have `make dist` now! | |||
2015-05-31 | librefetch: Don't try to use makepkg to create .sig files. | Luke Shumaker | |
2015-05-20 | Use #!/hint/bash instead of the more verbose comment | Luke Shumaker | |
2015-01-05 | librefetch: wasn't cleaning up temp filesv20150105.1 | Luke Shumaker | |
2015-01-05 | librefetch: that's what I get for commiting a fix without a test | Luke Shumaker | |
2015-01-05 | test to make sure local repo packages aren't cached (issue #435) | Luke Shumaker | |
2015-01-04 | Found a mistake in librefetch-install, use @pkgconfdir@ to avoid those types ↵ | Luke Shumaker | |
of errors | |||
2015-01-01 | makepkg no longer supports split packages with different pkgver | Luke Shumaker | |
2015-01-01 | librefetch test: can no longer count on the DLAGENT being eval()ed | Luke Shumaker | |
2014-11-28 | Woops, also s/parabolagnulinux.org/parabola.nu/ in test/v20141128 | Luke Shumaker | |
2014-10-01 | conf.sh: make sysconfdir overridable at runtime, use this for testingv20141001 | Luke Shumaker | |
2014-10-01 | blacklist test: clean up | Luke Shumaker | |
2014-10-01 | clean up shebangs | Luke Shumaker | |
2014-07-26 | test: remove legacy systemd check | Luke Shumaker | |
2014-07-26 | test: update librestage tests | Luke Shumaker | |
2014-06-28 | test/librechroot: work-around for a systemd bug | Luke Shumaker | |
2014-06-27 | test/librestage: set xbs.conf:BUILDSYSTEM | Luke Shumaker | |
2014-06-20 | fiddle with file locations | Luke Shumaker | |
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid. | |||
2014-05-11 | test/librefetch: inhibit running an installed copy of librefetch | Luke Shumaker | |
2014-05-11 | Add a rough test of file order from librefetch's tarballs. | Luke Shumaker | |
2014-05-11 | test/librechroot: 'exit' isn't an executable program. | Luke Shumaker | |
This test worked before because of work-arounds for systemd bugs, it had invoked bash inside of the chroot. | |||
2014-03-05 | Fix librefetch tests more. I should not be committing code this tired.v20140305 | Luke Shumaker | |
2014-03-05 | fix the librefetch unit tests | Luke Shumaker | |
2014-02-09 | add a test for the last commit (enabling networking during prepare())v20140210 | Luke Shumaker | |
2014-02-02 | test: `! true` doesn't trip `set -e`, do subshell magic | Luke Shumaker | |
2014-02-02 | libremakepkg-test: test the -N flag | Luke Shumaker | |
2014-02-02 | librechroot-test: check for the existance of ca-certificates.crt | Luke Shumaker | |
2014-02-02 | test/librechroot: test CHROOTEXTRAPKG | Luke Shumaker | |
2014-02-02 | test/librechroot: test the -N flag | Luke Shumaker | |
2014-01-20 | test/librefetch: update the DLAGENTS settingv20140120.1testing-20140120.1 | Luke Shumaker | |