aboutsummaryrefslogtreecommitdiff
path: root/lib/config_global.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle unpacking when running as root:Joseph Hunkeler2020-06-231-1/+46
| | | | * Check available tar programs and pick one to use
* Bsdtar (#42)Joseph Hunkeler2020-06-041-1/+1
| | | | | | | | | | | | | | | | | | | | | * Add docker build image * Use bsdtar * Disable ORIGIN * tar is bsdtar * Use absolute rpath * Replace matched path with destroot+libpath * No RPATH recieves a likely default path * Use RPATH not RUNPATH * Add bsdtar to circleci deps * Replace tar references
* Consolidate platform detection preprocessor checksJoseph Hunkeler2020-04-241-3/+3
|
* Better reporting when a package does not existJoseph Hunkeler2020-04-191-0/+10
| | | | | | | | * 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 handlingJoseph Hunkeler2020-04-191-2/+4
| | | | * Die on bad root directory
* Add .circleci/config.ymlJoseph Hunkeler2020-03-251-13/+11
|
* Refactor project: build/install libspm[_static.a].so to make unit testing ↵Joseph Hunkeler2020-03-181-0/+375
possible