]> gitweb.michael.orlitzky.com - untangle-https-backup.git/commit
untangle.py: add support for v13.1 download URLs.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 23 Oct 2017 20:27:00 +0000 (16:27 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 23 Oct 2017 20:30:50 +0000 (16:30 -0400)
commit037581d3b61d0026cb197a78e67c314b0156c09d
treeefa20b5adc81329ee11bfee5834858f078a0ac9f
parentd49dfbf5c33aea4a11a07e5dc7bd36fe5a0d056e
untangle.py: add support for v13.1 download URLs.

In version 13.1 of Untangle, the backup download URL has changed. That
means we need to support a new, non-integer version number "13.1". This
commit changes the version parameter from an integer to a string, and
adds support for two new version strings: "13" and "13.1".

Since the download URL was unchanged in v13.0, the existing routines
are used for that version. However, a new get_backup_v13_1() function
was added for v13.1. The only difference between that function and the
get_backup_v10() function is the word "webui" which has been changed
to "admin".

Version "13.1" is now the default version if none is specified.
src/untangle/untangle.py