From 9a15352a1b6d7613c80a6eb9aa842150adb433bc Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Wed, 14 Feb 2024 22:01:35 -0600 Subject: [PATCH] remove prepare_bundle --- .../compile_other_versions/prepare_bundle.bat | 2 -- .../compile_other_versions/prepare_bundle.sh | 28 ------------------- 2 files changed, 30 deletions(-) delete mode 100644 misc/jenkins/compile_other_versions/prepare_bundle.bat delete mode 100644 misc/jenkins/compile_other_versions/prepare_bundle.sh diff --git a/misc/jenkins/compile_other_versions/prepare_bundle.bat b/misc/jenkins/compile_other_versions/prepare_bundle.bat deleted file mode 100644 index 88928638bf..0000000000 --- a/misc/jenkins/compile_other_versions/prepare_bundle.bat +++ /dev/null @@ -1,2 +0,0 @@ -@echo off -sh.exe prepare_bundle.sh diff --git a/misc/jenkins/compile_other_versions/prepare_bundle.sh b/misc/jenkins/compile_other_versions/prepare_bundle.sh deleted file mode 100644 index 57e7097910..0000000000 --- a/misc/jenkins/compile_other_versions/prepare_bundle.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/bash - -set -e - -BUNDLE_NAME="$1" -export INI_FILE_OVERRIDE="$2" -REF_NAME=$3 - - -SCRIPT_NAME="prepare_bundle.sh" -echo "Entering $SCRIPT_NAME with ${BUNDLE_NAME}" -pwd -echo "RUSEFI_BUILD_FTP_USER=$RUSEFI_BUILD_FTP_USER" - -TIMESTAMP=$(date "+%Y%m%d_%H%M%S") - -if [ "$4" = "true" ]; then - export FOLDER="temp/rusefi.${3}.${BUNDLE_NAME}" -else - export FOLDER="temp/rusefi.snapshot.${BUNDLE_NAME}" -fi - -export BUNDLE_FULL_NAME="rusefi_bundle_${BUNDLE_NAME}" - -bash misc/jenkins/build_working_folder.sh "${REF_NAME}" - -pwd -echo "exiting $SCRIPT_NAME"