| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
* Rename ini_section_record() to ini_section_create()
* Remove unnecessary trigger from unquote()
* Rename long_data to multiline_data to visually clarify what's going on
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
| |
* Remove errant semi-colon from macro call
|
| |
|
|
|
|
| |
* Reduce the complexity of the file a bit
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* Fix invalid type passed to CURLOPT_FOLLOWLOCATION
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Artifactory test integration
* guard_free() all pointers
* Remove semicolons from macro calls
* Add conda_fresh_start to delete conda at start up (or not)
* Use generated archives from github instead of the raw repository url. For now anyway.
* Add delivery_runtime_show() to dump the runtime environment
* Fix release output names to include the target architecture. This format will change agan soon.
* Prevent bogus delivery definitions from going too far into the build process before encountering a failure.
* Detect OS and architecture
* Ensure the user's TMPDIR is usable before going too far into the process
* Refactor omc output directory names
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
* First pass. Needs work.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Add conv_strlist_stackvar macro (globals is not a pointer)
* Add "conda_packages" and "pip_package" to global config file
* Fix unintended use of "conda build". Use "mambabuild".
|
|
|
|
| |
only when a variable is being read
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Added getter_required to ensure variables are set by the user
* conv_strlist macro strips input and sets its result to NULL if no data was seen
* use snprintf to generate environment names. fix incorrect final string output.
* Use better working: "Python Packages" instead of "PyPi Packages"
* wheel builder will free list(s) on error (unused)
* set CONDARC environment variable to ALWAYS point conda to our custom RC file
* delivery_defer_packages() should filter correctly now (variable scoping issue)
* moved release file text header to global data
* delivery_get_spec_header() renamed to delivery_get_release_header()
* delivery_rewrite_spec() removes prefix path from delivery artifact
|
|
|
|
| |
* Also removed redundant __environ symbol
|
|
|
|
|
|
|
|
|
| |
* ini_section_record() returns status now
* Reading long data variables (multi-line arrays) behaves consistently
Refactor:
* ini_data_record() is now ini_data_append()
|
| |
|
|
|
|
|
|
| |
* Reduce stack usage for status variable in msg()
* Bugfix: write OMC_COLOR_RESET to the requested stream instead of stdout
* Add helper function xmkstemp to avoid clutter when using disposable files
|
| |
|
|
|
|
|
|
| |
the line consists of one whitepace or new line character
* Document strsort()
|
|
|
|
| |
* Add spaces to banner
|
| |
|
| |
|
|
|
|
|
|
| |
* continue_on_error set by omc config
* always_update_base_environment set by omc config
* Passing OMC_MSG_RESTRICT flag to msg() will print only in verbose mode
|
|
|
|
|
|
|
| |
* Return status from conda_ and delivery_ functions
* Caller prints meaningful error, and handles it
* Enable warnings during compilation
* Squelch format-truncation warning -- those strings are extremely unlikely to overflow (famous last words)
|
|
|
|
|
|
| |
* Initial SPM_GLOBAL structure
* Allow override of target python version
* Add usage statement generator
|
|
|
|
|
|
| |
* copytree()
* mkdirs()
* copy2()
|