This website requires JavaScript.
Explore
Help
Register
Sign In
sig_cloud
/
diskimage-builder
Watch
2
Star
0
Fork
0
You've already forked diskimage-builder
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a65d74f171
diskimage-builder
/
elements
/
redhat-common
/
finalise.d
/
99-cleanup-tmp-grub
7 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add redhat-common element Add an element intended for use in both Fedora and RHEL. This allows them to share install steps that are common to both. Change-Id: Ie4e820a7b777b8701514351b1f802cfe57c3812e
2014-02-18 22:14:43 +00:00
#!/bin/bash
set -eux
set -u and -o pipefail everywhere As with the previous similar changes, this is intended to catch problems as they happen instead of ignoring them and continuing on to potentially fail later. Setting this on all existing scripts will allow us to enforce use via Jenkins. Change-Id: Iad2d490c86dceab148ea9ab08f457c49a5d5352e
2014-04-03 02:24:15 +00:00
set -o pipefail
Add redhat-common element Add an element intended for use in both Fedora and RHEL. This allows them to share install steps that are common to both. Change-Id: Ie4e820a7b777b8701514351b1f802cfe57c3812e
2014-02-18 22:14:43 +00:00
rm -rf /tmp/grub
Reference in New Issue
Copy Permalink