Initial support for australis as a debian package. Sample config file should be added. Using docker to build.

This commit is contained in:
Renan DelValle 2018-10-24 14:10:39 -07:00
parent 032ee08af1
commit 1a046b30af
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
6 changed files with 42 additions and 0 deletions

10
debian/changelog vendored Normal file
View file

@ -0,0 +1,10 @@
australis (0.0.5) unstable; urgency=medium
* Backup and snapshot commands have now been moved to under the force subcommand as these are expensive operations
and the subcommand should reflect that.
* Cobra library upgrade.
* Added version command.
* Added ability to use config config file. By default this file will be located in /etc/aurora/australis.yml
* Changed insecureSkipVerify to skipCertVerification
-- Renan DelValle <renanidelvalle@gmail.com> Wed, 24 Oct 2018 18:27:19 -0700