Adding -x to set parameters for more output

When the cache tarball gets fail the output doesn't indicate
what url is failing.  Adding '-x' displays the urls attempted.

Change-Id: I71b2dbfd712e72c591410ca9b68edc76d493ad6e
This commit is contained in:
Trent Geerdes 2014-05-01 10:04:52 -06:00
parent b77ab85b22
commit 771ed1903c

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# These are useful, or at worst not harmful, for all images we build. # These are useful, or at worst not harmful, for all images we build.
set -eu set -eux
set -o pipefail set -o pipefail
[ -n "$ARCH" ] [ -n "$ARCH" ]