Skip to content

v1.3.4: SDSKit CLI version 1.3.4

Latest
Compare
Choose a tag to compare
@mcayanan mcayanan released this 14 Oct 17:44
d9c6548

Bug fixes and Enhancements:

  • HC-522-update: Updates that support moving away from default OPS user in the Verdi container (#108)
    • Made install.sh more modular in that it uses HOST_VERDI_HOME instead of HOME to make the script support the use case of being able to deploy the PCM code bundle anywhere instead of always assuming it will be under $HOME
    • Similiarly, DATA_DIR was introduced to be able to make it more modular to reference the base working directory to be anywhere instead of assuming /data always.
    • Use cp instead of mv when deploying the AWS, .netrc, and .boto files/directories.
      supervisord.conf.tmpl was updated such that it no longer has the httpd service as a default due to JPL security in starting up webdav within Verdi. Rather, httpd service is going to be started up by the system instead.