Use --globoff when downloading artifacts
authorGiulio Fidente <gfidente@redhat.com>
Tue, 8 Nov 2016 11:39:05 +0000 (12:39 +0100)
committerMarios Andreou <marios@redhat.com>
Tue, 8 Nov 2016 12:19:27 +0000 (12:19 +0000)
commitb1624dd33d2de12b3cb329b4d35a97949abe30f6
treecca06f75eac28d466d7966af7e3c05d9b18e7a73
parenteab3b9f72e4d27cdb20572b9907b3f22e8062e48
Use --globoff when downloading artifacts

We do not encode the chars like [] possibly found in  the artifacts
URL, so curl tries to glob against IPv6 addresses in brackets. This
change adds --globoff to the curl options so that IPv6 addresses in
brackets are not misinterpreted.

Closes-Bug: 1640148
Change-Id: Ic86ba1e5fb674bc15b4bcc6bd3ea9e943c4fbf8e
puppet/deploy-artifacts.sh