Be verbose in the packer scripts 71/6671/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 30 Sep 2016 14:13:59 +0000 (16:13 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Fri, 30 Sep 2016 14:13:59 +0000 (16:13 +0200)
Change-Id: I21bbd6ab4dfc6918483435d33fbe3c0dbcc567b9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
packer/provision/agl_dependencies.sh
packer/provision/agl_mirror.sh
packer/provision/basebuild.sh
packer/provision/baseline.sh

index 4aa45a1..05ad05b 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -x
+
 DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y -u dist-upgrade
 
 DEBIAN_FRONTEND=noninteractive apt-get update && \
index e2a6b8c..08a3684 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -x
+
 # Preclone the gerrit repos for speed (use with --reference=/opt/AGL/preclone)
 mkdir -p /opt/AGL/preclone
 cd /opt/AGL/preclone
index cf2aab6..08651d1 100644 (file)
@@ -3,6 +3,8 @@
 
 # Presently nothing to do
 
+set -x
+
 cat <<EOFSTAB >> /etc/fstab
 
 # tmp should be tmpfs so gcc tmpfiles do not hit the disk
index 931ee57..1ac7f5f 100644 (file)
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+set -x
+
 # vim: ts=4 sw=4 sts=4 et tw=72 :
 
 rh_systems() {