summaryrefslogtreecommitdiff
path: root/MakeRelease.job
diff options
context:
space:
mode:
authorRyan S. Arnold <ryan.arnold@linaro.org>2016-07-01 13:08:40 -0500
committerRyan S. Arnold <ryan.arnold@linaro.org>2016-07-01 13:29:24 -0500
commit5880ed98a74682408721700352ce138e40b42b5e (patch)
tree964c764c46996c6af8951cc0531c7b8bc9e87ebf /MakeRelease.job
parent83587a39377ebda9fb88360d844e74b5db0ea959 (diff)
Remove --nocheck option
The --nocheck option would cause binary tarballs to not be copied to the fileserver if --nocheck is used. We don't want this so we'll just remove it. Change-Id: Ic3e5a5a37dd99ec4d342db6b280c1e87d2204813
Diffstat (limited to 'MakeRelease.job')
-rwxr-xr-xMakeRelease.job9
1 files changed, 1 insertions, 8 deletions
diff --git a/MakeRelease.job b/MakeRelease.job
index 3f2efcce..2aa1f44c 100755
--- a/MakeRelease.job
+++ b/MakeRelease.job
@@ -11,13 +11,12 @@ tarsrc=""
tarbin=""
check=""
ref="snapshots-ref"
-nocheck="no"
fileserver="148.251.136.42"
extra=
toolchain_config=""
user_workspace="${WORKSPACE:-/home/${USER:-buildslave}/workspace}"
-OPTS="`getopt -o r:t:f:d:bs:w:nm:l:g:u:h -l target:,ref:,date:,fileserver:,tarbin:,tarsrc:,workspace:,toolchainconfig:,manifest:,glibc:,gcc:,binutils:,help`"
+OPTS="`getopt -o r:t:f:d:bs:w:m:l:g:u:h -l target:,ref:,date:,fileserver:,tarbin:,tarsrc:,workspace:,toolchainconfig:,manifest:,glibc:,gcc:,binutils:,help`"
while test $# -gt 0; do
case $1 in
-w|--workspace) user_workspace=$2 ;;
@@ -32,7 +31,6 @@ while test $# -gt 0; do
-l|--glibc) glibc_src=$2 ;;
-g|--gcc) gcc_src=$2 ;;
-u|--binutils) binutils_src=$2 ;;
- -n|--nocheck) nocheck=yes ;;
-h|--help) usage ;;
--) break ;;
esac
@@ -146,11 +144,6 @@ if test $? -gt 0; then
exit 1
fi
-# If not running the testsuites, just exit.
-if test x"${nocheck}" = xyes; then
- exit 0
-fi
-
# Copy the source build test results and tarballs to the fileserver
bases="/work/abe/baselines/${release}/${target}"
snaps="/home/abe/var/snapshots/"