summaryrefslogtreecommitdiff
path: root/tcwg_kernel-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_kernel-build.sh')
-rwxr-xr-xtcwg_kernel-build.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/tcwg_kernel-build.sh b/tcwg_kernel-build.sh
index 555e552c..8b0e6a09 100755
--- a/tcwg_kernel-build.sh
+++ b/tcwg_kernel-build.sh
@@ -7,7 +7,7 @@ scripts=$(dirname $0)
convert_args_to_variables "$@"
-# Execution mode: baseline, bisect, continue, jenkins-full, reproduce
+# Execution mode: baseline, bisect, continue, jenkins-full
mode="${mode-baseline}"
obligatory_variables toolchain \
@@ -28,11 +28,6 @@ case "$mode" in
;;
esac
-cat <<EOF | manifest_out
-declare -g mode=reproduce
-declare -g current_project=none
-EOF
-
# Set custom revision for one of the projects, and use baseline revisions
# for all other projects.
current_project="${current_project-none}"
@@ -82,7 +77,6 @@ case "$mode" in
esac
;;
"jenkins-full") ;;
- "reproduce") default_finish_at="check_regression" ;;
esac
if [ x"$start_at" = x"default" ]; then