| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* When the result string grew larger than the initial_size, the function would return NULL even if realloc succeeded
* Replaces fgets with fread to ensure all data returned by the program is consumed.
* The line buffer is zeroed for each iteration
|
| |
|
|
|
|
| |
* add usage comment function
|
| |
|
| |
|
|
|
|
| |
* Bare stdout and stderr, even as struct members, tend to conflict with numerous libc implementations.
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix segfault related to Delivery.storage.tmpdir not being initialized properly
* Add delivery_format_str() to make delivery rules easier to maintain
* Test configurations can accept their own runtime variables
* When no conda package or python packages are to be installed, indicate that state by printing "N/A" in output summary
* Change shell_safe() accept a string instead of an array
* Add support for artifactory client certs key/path
* Initial pass at defining an artifactory repo destination (not fully implemented yet)
* Add missing line feeds to error messages during ini config initialization
|
| |
|
| |
|
|
|
|
|
| |
* Shorten OHMYCAL to OMC
* Rename ohmycal.h to omc.h
|
|
|
|
| |
* Only remove temporary script file if it exists
|
|
|