Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-20 | Use "$?" more sparingly. | Luke Shumaker | |
2017-04-20 | Don'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-20 | Consistently use ". $(librelib slug)" to load libraries. | Luke Shumaker | |
2016-05-24 | xbs-abslibre: avoid setting off the unknown error trap when a check fails | Luke Shumaker | |
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-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 | |