Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | buildsystem: rename all of the install-* variables to libretools-* | Luke Shumaker | |
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-06-07 | xbs-abslibre: better error handling | Luke Shumaker | |
2015-06-07 | xbs-abslibre: (workaround) have release-server copy, not move | Luke 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-07 | xbs-abslibre: fix stupid mistake | Luke Shumaker | |
2015-05-24 | xbs: Add `help` and `name` commands. | Luke Shumaker | |
2015-05-24 | xbs-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-24 | xbs-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-24 | xbs-abslibre: Touch up | Luke Shumaker | |
2015-05-24 | Add 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-24 | I didn't update any of the XBS copyright years | Luke Shumaker | |
2015-05-20 | xbs-abslibre: I don't know why this code was there, it's wrong | Luke Shumaker | |
2014-07-05 | xbs-abslibre: clean up | Luke Shumaker | |
2014-07-05 | xbs: create separate release-client and release-server sub-commands | Luke Shumaker | |
2014-07-01 | grep for simple-to-fix issues with loading PKGBUILDs | Luke Shumaker | |
2014-06-30 | Makefiles: don't symlink xbs helpers into bindir (issue 568) | 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-06-20 | I think xbs is in a workable stage. | Luke Shumaker | |
2014-06-17 | clean up copyright headers in src/xbs* | Luke Shumaker | |
2013-11-29 | work on xbs-abslibre/helper-abslibre | Luke Shumaker | |
2013-11-29 | initial implementations of xbs and xbs-abslibre | Luke Shumaker | |