summaryrefslogtreecommitdiff
path: root/src/xbs-abslibre/helper-abslibre
AgeCommit message (Collapse)Author
2018-01-02Change my email address lukeshu@sbcglobal.net -> lukeshu@parabola.nuLuke Shumaker
2017-05-25start moving things to use the libremessages exit codesLuke Shumaker
2017-05-24Merge conf.sh:load_files and conf.sh:check_vars into load_confLuke Shumaker
2017-04-20Use "$?" more sparingly.Luke 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
2016-05-24xbs-abslibre: avoid setting off the unknown error trap when a check failsLuke Shumaker
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-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