]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commit
nfs-ganesha: fix build_deb shaman polling loop exit status 670/head
authorAli Maredia <amaredia@redhat.com>
Wed, 29 Mar 2017 20:42:18 +0000 (16:42 -0400)
committerAli Maredia <amaredia@redhat.com>
Wed, 29 Mar 2017 21:05:51 +0000 (17:05 -0400)
commitda81ca8f36bc41b9f7b15fd6ed8866c0504c177a
treeda54d7b03432c659a0f9b9126b5109a332849487
parentadad06ba4fb7d168585c9474212204fb96696c6f
nfs-ganesha: fix build_deb shaman polling loop exit status

The curl command sometimes returns 504, since the
chacra repository isn't ready yet. That exit
status stops the rest of the script from running
instead of running through the loop for $TIME_LIMIT
and rerunning curl every $INTERVAL.

This fix
ensures the exit status is always true.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
nfs-ganesha/build/build_deb