You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added the cmake-config command
+ also added a defaults.py file that holds default names and paths.
~ Moved the default tag prefix to the defaults file.
* Removed the moved universal tag function from _utils.py
* src prefix, CMAKE -> CMake, docs changes
+ Added src_prefix function to defaults.
~ Changed references to CMAKE to instead say CMake
~ Some documentation improvement
* Small doc change
* Added unit tests for CMake config.
+ Added a cmake mark.
+ Added fixtures, functions, and tests for testing CMake config.
+ Added a CMake and Ninja lock file.
* BUGFIX: Unintended removal of init images by testing
Normal init images were removed by testing.
+ Added a function for making init image Dockerfiles.
~ Moved the above funtionality out of setup_init().
~ Changed the init_image fixture to add a unique directory to the init dockerfile so it will not delete images unintentionally.
* Removed src_prefix()
---------
Co-authored-by: tyler-g-hudson <[email protected]>
0 commit comments