Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Errors from tar are not always "errors" | Joseph Hunkeler | 2020-06-22 | 1 | -2/+4 |
| | |||||
* | Implement package data emitter | Joseph Hunkeler | 2020-06-08 | 1 | -5/+184 |
| | |||||
* | Refactor fstree (#39) | Joseph Hunkeler | 2020-06-03 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | * Refactor fstree, fstree_free, FSTree type * Add FSRec structure * Refactor fstree usage * Decrease starting size of FSTree structure * Check if ManifestPackage is NULL, not if the requirements array if NULL * Use num_requirements instead of '!= NULL' * Add fstree test | ||||
* | Implement -F|--from-file argument | Joseph Hunkeler | 2020-05-25 | 1 | -6/+10 |
| | |||||
* | Add TODO item | Joseph Hunkeler | 2020-05-06 | 1 | -0/+1 |
| | |||||
* | Better reporting when a package does not exist | Joseph Hunkeler | 2020-04-19 | 1 | -13/+27 |
| | | | | | | | | * Add additional errors * Fix user_input function missing an error return value * spmbuild sources a temporary file instead of output from a sub-shell * Fix indentation problem * A reason can be attached to spmerrno using spmerrno_cause() | ||||
* | Implement error handling | Joseph Hunkeler | 2020-04-19 | 1 | -12/+42 |
| | | | | * Die on bad root directory | ||||
* | spm_mkdtemp requires a base directory: | Joseph Hunkeler | 2020-04-18 | 1 | -1/+1 |
| | | | | * test_spm_mkdtemp revealed a difference in how variables are stored (Linux vs. MacOS) | ||||
* | Refactor project: build/install libspm[_static.a].so to make unit testing ↵ | Joseph Hunkeler | 2020-03-18 | 1 | -0/+328 |
possible |