summaryrefslogtreecommitdiff
path: root/src/xbs-abslibre
AgeCommit message (Collapse)Author
2016-06-09Work with the new version of autothing.Luke Shumaker
2016-05-24xbs-abslibre: avoid setting off the unknown error trap when a check failsLuke 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-07xbs-abslibre: better error handlingLuke Shumaker
2015-06-07xbs-abslibre: (workaround) have release-server copy, not moveLuke Shumaker
This is because the file will have to be there for several passes - loop over arches (for 'any' packages) - loop over ${pkgname[@]} (for split packages) This is a temporary workaround.
2015-06-07xbs-abslibre: fix stupid mistakeLuke Shumaker
2015-05-24xbs: Add `help` and `name` commands.Luke Shumaker
2015-05-24xbs-abslibre: The server commands handled dest of `abstree` or `abslibre`.Luke Shumaker
It really should enforce the dest being in the `abslibre` format. Add checks for that and remove the code for dealing with an `abstree`. When I originally wrote it with the flexibility, it was because I was trying to capture a range of behaviors, without actually understanding how the tool would be used. Now that I know how it is to be used, I can remove the extra code.
2015-05-24xbs-abslibre: The comment I wrote 2 commits ago said move, not copy.Luke Shumaker
And that was the correct behavior, not what the code did.
2015-05-24xbs-abslibre: Touch upLuke Shumaker
2015-05-24Add comments to XBS stuff so that I can understand it drunk.Luke Shumaker
Or really at all having not had memory of writing it, as most of that was about a year ago and I didn't write any comments and barely any documentation. But it's funnier if I mention that I've had a couple drinks.
2015-05-24I didn't update any of the XBS copyright yearsLuke Shumaker
2015-05-20xbs-abslibre: I don't know why this code was there, it's wrongLuke Shumaker
2014-07-05xbs-abslibre: clean upLuke Shumaker
2014-07-05xbs: create separate release-client and release-server sub-commandsLuke Shumaker
2014-07-01grep for simple-to-fix issues with loading PKGBUILDsLuke Shumaker
2014-06-30Makefiles: don't symlink xbs helpers into bindir (issue 568)Luke 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-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-abslibre/helper-abslibreLuke Shumaker
2013-11-29initial implementations of xbs and xbs-abslibreLuke Shumaker