summaryrefslogtreecommitdiff
path: root/src/xbs-abs
AgeCommit message (Collapse)Author
2017-05-04shellcheck directivesLuke Shumaker
2017-04-20Don'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-20Consistently use ". $(librelib slug)" to load libraries.Luke Shumaker
2017-04-11Expect devtools files to already be patched.Luke Shumaker
2017-01-30Update and tidy the build system for autothing v3.Luke Shumaker
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-03-03buildsystem: rename all of the install-* variables to libretools-*Luke Shumaker
2016-02-08Refactor 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-06-06xbs-abs: oops, was missing an argument to check_varsLuke Shumaker
2015-05-24xbs: Add `help` and `name` commands.Luke Shumaker
2015-05-24I didn't update any of the XBS copyright yearsLuke Shumaker
2015-05-17xbs-abs.conf: don't shell outLuke Shumaker
2014-07-05quote calls to librelibLuke Shumaker
2014-07-05xbs: create separate release-client and release-server sub-commandsLuke Shumaker
2014-07-02spell-check :/Luke Shumaker
2014-06-30Makefiles: don't symlink xbs helpers into bindir (issue 568)Luke Shumaker
2014-06-27src/xbs-abs: set a License: tag on archreleaseLuke Shumaker
2014-06-20fiddle with file locationsLuke Shumaker
I remember now that config.mk's change to ?= was so that xbs Makefiles could override $(binder). That was stupid.
2014-06-20xbs-abs: correctly set SVNUSER for archreleaseLuke Shumaker
2014-06-20I think xbs is in a workable stage.Luke Shumaker
2014-06-17clean up copyright headers in src/xbs*Luke Shumaker
2013-11-29work on xbs-absLuke Shumaker
2013-11-29initial implementation of xbs-absLuke Shumaker