summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2019-01-14 16:30:49 -0500
committerOz Linden <oz@lindenlab.com>2019-01-14 16:30:49 -0500
commit6c533888ba3770572f2d7958460688562f03bfde (patch)
treee504452ea01a7eb813d390cd69daf7a7f6c84074 /build.sh
parentd656d49a77eeb65ae537c954ea4009bc22da7b2b (diff)
build hack for upload failures
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 1f9daa78b2..875b39f9c1 100755
--- a/build.sh
+++ b/build.sh
@@ -447,6 +447,9 @@ then
# nat 2016-12-22: without RELEASE_CRASH_REPORTING, we have no symbol file.
if [ "${RELEASE_CRASH_REPORTING:-}" != "OFF" ]
then
+ # This next upload is a frequent failure; see if giving the last one some time helps
+ # JJ is making changes to Codeticket that we hope will eliminate this failure soon
+ sleep 30
# Upload crash reporter file
python_cmd "$helpers/codeticket.py" addoutput "Symbolfile" "$VIEWER_SYMBOL_FILE" \
|| fatal "Upload of symbolfile failed"