Fix typo pipefail for set name-options 44/51544/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 8 Feb 2017 05:30:03 +0000 (15:30 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 8 Feb 2017 05:30:03 +0000 (15:30 +1000)
Change-Id: I9a1a90f560ed5dd6ced74e98e1e404ef99dbb76c
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
packer/provision/baseline.sh
packer/provision/devstack-pre-pip.sh
packer/provision/devstack.sh
packer/provision/docker.sh
packer/provision/gbp.sh
packer/provision/java-builder.sh
packer/provision/mininet-ovs-2.3.sh
packer/provision/mininet-ovs-2.5.sh
packer/provision/mininet.sh
packer/provision/robot.sh

index cd367fd3f8f5cf1f189376e5c4a3881c79da86a8..49364b5fde6157badc3627aea099f0c3a26433ce 100644 (file)
@@ -3,7 +3,7 @@
 # vim: ts=4 sw=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 rh_systems() {
     # Handle the occurance where SELINUX is actually disabled
index 58ce0660121bdfce71d20130f079340026102aed..15827864a096dbc28478d527ddfc78c78a3ca0df 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # add in a test copr repo
 wget http://copr.fedoraproject.org/coprs/tykeal/odl-updates/repo/epel-7/tykeal-odl-updates-epel-7.repo -O /etc/yum.repos.d/tykeal-odl-updates-epel-7.repo
index 7583344d24f383713c5879d1d9fc4bf15726370f..149e5efd270df7a0a9031a787ea886d291e8ebb0 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # add in a test copr repo
 wget http://copr.fedoraproject.org/coprs/tykeal/odl-updates/repo/epel-7/tykeal-odl-updates-epel-7.repo -O /etc/yum.repos.d/tykeal-odl-updates-epel-7.repo
index 8d620a0baeb560db2e6aaa1687723430c50580df..d476f6687e4a2d6aa9b95755a0d3f92da38db1e1 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 rh_changes() {
     echo "---> RH changes"
index d856b26851828123e16f7be581354830552d5d75..057c648e358944c69aa524d0528e5ebdc9b5c890 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # Ensure that necessary variables are set to enable noninteractive mode in
 # commands.
index c3620a5334c5f0e67da52e2f4932f5dff13b962d..8188e601d41aa8ab31120bf1b3df22b4b3f43c88 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # The following packages are not needed by all projects, but they are
 # needed by enough to make them useful everywhere
index 253364c988f07a97097bff1b3b3133ea7a9c036a..bbe955dbccbdaf2beca07a0128a0e0bb0973a88d 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # Ensure that necessary variables are set to enable noninteractive mode in
 # commands.
index 2270a24b00971658113f0e618c57ca82ea6a8869..369c7aaeaece36dd73228f470d8405fb0da58609 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # Ensure that necessary variables are set to enable noninteractive mode in
 # commands.
index 55ff05eb74525ab714508720ba5a469eff10c553..b9faee4a76a1caaba7d95120e27326d8e34bb56f 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # Ensure that necessary variables are set to enable noninteractive mode in
 # commands.
index 9e1390686bb9e24743bc7cab505e170601297d46..6eafe83e64627b810c5d1cda95878d77cb0b12cf 100644 (file)
@@ -3,7 +3,7 @@
 # vim: sw=4 ts=4 sts=4 et tw=72 :
 
 # force any errors to cause the script and job to end in failure
-set -xeu -o pipefile
+set -xeu -o pipefail
 
 # Install minimal python requirements to get virtualenv going
 # Additional python dependencies should be installed via JJB configuration