Skip to content

Release v0.7.2

  • Added ssh.sh and sshAddKnownHosts
  • Added gitRemoteHosts to git.sh
  • Improved urlParse to handle edge cases better
  • Added env BUILD_MAINTENANCE_VARIABLE
  • Removed BUILD_MAINTENANCE_ON_VALUE and BUILD_MAINTENANCE_OFF_VALUE - just use test
  • Cleaned up assert code and errors
  • Added basic assertion tests
  • Added assertFileSize, assertNotFileSize, assertZeroFileSize, assertNotZeroFileSize
  • sshAddKnownHost used to output to stderr and now does not