File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 99# tarball created and sha of the tarball,
1010# and run home-brew test-bot commands as homebrew CI does
1111
12+ set -exo pipefail
13+
1214# Create a tarball from current repo.
1315# The tarball is left in root of repo in tar/ directory.
1416UTIL_CRON_DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) ; pwd)
1517
1618# common-tarball sets CHPL_HOME
1719source $UTIL_CRON_DIR /common-tarball.bash
1820
19-
2021# Tell gen_release to use existing repo instead of creating a new one with
2122# git-archive.
2223export CHPL_GEN_RELEASE_NO_CLONE=true
Original file line number Diff line number Diff line change 66# replace the url and sha in the chapel formula with the url pointing to the tarball created and sha of the tarball.
77# run home-brew scripts to install chapel.
88
9- set -ex
9+ set -exo pipefail
1010
1111UTIL_CRON_DIR=$( cd $( dirname ${BASH_SOURCE[0]} ) ; pwd)
1212
You can’t perform that action at this time.
0 commit comments