Merge "Turn down tracing for source-repo cache"
This commit is contained in:
commit
a6dd8d6b5a
@ -106,7 +106,7 @@ function show_options () {
|
|||||||
echo " File types should be comma separated. VHD outputting requires the vhd-util"
|
echo " File types should be comma separated. VHD outputting requires the vhd-util"
|
||||||
echo " executable be in your PATH. ACI outputting requires the ACI_MANIFEST "
|
echo " executable be in your PATH. ACI outputting requires the ACI_MANIFEST "
|
||||||
echo " environment variable be a path to a manifest file."
|
echo " environment variable be a path to a manifest file."
|
||||||
echo " -x -- turn on tracing"
|
echo " -x -- turn on tracing (use -x -x for very detailed tracing)"
|
||||||
echo " -u -- uncompressed; do not compress the image - larger but faster"
|
echo " -u -- uncompressed; do not compress the image - larger but faster"
|
||||||
echo " -c -- clear environment before starting work"
|
echo " -c -- clear environment before starting work"
|
||||||
echo " --image-size size -- image size in GB for the created image"
|
echo " --image-size size -- image size in GB for the created image"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if [ ${DIB_DEBUG_TRACE:-0} -gt 0 ]; then
|
if [ ${DIB_DEBUG_TRACE:-0} -gt 1 ]; then
|
||||||
set -x
|
set -x
|
||||||
fi
|
fi
|
||||||
set -eu
|
set -eu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user