summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-21Fix a small bug in common.mkLuke Shumaker
2014-03-21Do an audit of copyright and license claimsLuke Shumaker
2014-03-21Add usage text to the commands in src/devtoolsLuke Shumaker
2014-03-20Fix issue #487; obey proxy settings when creating a chroot.Luke Shumaker
https://labs.parabola.nu/issues/487
2014-03-20Generalize the patching mechanism in the build system.Luke Shumaker
2014-03-06Update for the new version of systemdv20140306Luke Shumaker
2014-03-05Fix librefetch tests more. I should not be committing code this tired.v20140305Luke Shumaker
2014-03-05fix the librefetch unit testsLuke Shumaker
2014-03-05dagpkg: load libremessagesLuke Shumaker
2014-03-05repo-diff: use libremessagesLuke Shumaker
2014-03-05dagpkg: be more careful with variablesLuke Shumaker
2014-03-05dagpkg: Do a couple things the librelib wayLuke Shumaker
2014-03-05teach libremessages:setup_traps to be able to use a custom signal handlerLuke Shumaker
2014-03-05treepkg: make HOOK* settings optional, update documentation on the HOOK*sLuke Shumaker
2014-03-05dagpkg: use tab indentLuke Shumaker
2014-03-05touch up treepkgLuke Shumaker
2014-03-05Merge branch 'fauno-merge' into masterLuke Shumaker
Conflicts: src/treepkg
2014-03-05Merge branch 'fauno' into fauno-mergeLuke Shumaker
Conflicts: mips64el/mipsrelease treepkg
2014-02-09add a test for the last commit (enabling networking during prepare())v20140210Luke Shumaker
2014-02-09libremakepkg: extract the source (prepare()) while the network is still onLuke Shumaker
2014-02-09fix `librechroot update`Luke Shumaker
2014-02-09librefetch: touch symlinks correctly, don't be tricked by files that look ↵Luke Shumaker
like flags
2014-02-05libremakepkg: make sure the local repository exists before syncing pkgsv20140206Luke Shumaker
2014-02-05libremakepkg: fix installing dependencies that aren't in the paccacheLuke Shumaker
I can't figure out a reliable way to test this, as it depends on the host pacman cache.
2014-02-05librechroot update: correctly handle 'filesystem' upgradesLuke Shumaker
2014-02-02libremakepkg: fix network handlingv20140202Luke Shumaker
2014-02-02test: `! true` doesn't trip `set -e`, do subshell magicLuke Shumaker
2014-02-02libremakepkg-test: test the -N flagLuke Shumaker
2014-02-02Makefiles: use .DELETE_ON_ERROR:Luke Shumaker
2014-02-02librechroot-test: check for the existance of ca-certificates.crtLuke Shumaker
2014-02-02mkarchroot: don't let the environment affect pacstrapLuke Shumaker
2014-02-02test/librechroot: test CHROOTEXTRAPKGLuke Shumaker
2014-02-02test/librechroot: test the -N flagLuke Shumaker
2014-02-02src/lib/Makefile: fix extra files from being included in libexecsLuke Shumaker
2014-02-02librechroot: fix setting CHROOTEXTRAPKGLuke Shumaker
2014-02-02Normalize to use the string "Copyright (C)"Luke Shumaker
2014-02-02Hacking.md: change formatting on sample output a bitLuke Shumaker
2014-02-02I forgot to bump the copyright year on all the files I've touched this yearLuke Shumaker
2014-01-20test/librefetch: update the DLAGENTS settingv20140120.1testing-20140120.1Luke Shumaker
2014-01-20librefetch: fix the %u bug by deferring variable evaluation until the eval.Luke Shumaker
2014-01-20fix librechroot testtesting-20140120Luke Shumaker
2014-01-20normalize to use >&2 instead of /dev/stderrLuke Shumaker
2014-01-20librefetch: improve error handlingLuke Shumaker
2014-01-20libremessages: add a setup_traps routineLuke Shumaker
2014-01-19libremakepkg: Check the permissions of the bind-mounted directoriestesting-20140119Luke Shumaker
2014-01-19libremakepkg: (minor) refactor things to places that make a bit more senseLuke Shumaker
2014-01-19distcc-tool: fix a typo in a commentLuke Shumaker
2014-01-19distcc-tool: Fix quoting when embeddint a value in a stringLuke Shumaker
2014-01-19distcc-tool: get rid of string interpolation in usage()Luke Shumaker
2014-01-19libremakepkg: fix getopts string (I'm a dummy)Luke Shumaker