aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/ci-apps-verify/ci-apps-jjb.local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/ci-apps-verify/ci-apps-jjb.local.sh')
-rwxr-xr-xjjb/ci-apps-verify/ci-apps-jjb.local.sh38
1 files changed, 0 insertions, 38 deletions
diff --git a/jjb/ci-apps-verify/ci-apps-jjb.local.sh b/jjb/ci-apps-verify/ci-apps-jjb.local.sh
deleted file mode 100755
index 404ce61e..00000000
--- a/jjb/ci-apps-verify/ci-apps-jjb.local.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash
-
-set -x
-export AGLBRANCH=master
-export GERRIT_REFSPEC="refs/changes/46/25046/1"
-export GERRIT_PROJECT="apps/agl-service-bluetooth"
-export GERRIT_CHANGE_NUMBER="25046"
-export GERRIT_PATCHSET_NUMBER="1"
-export GERRIT_PATCHSET_REVISION="cb8db512e462af970735aa86781ca2cfa58d0760"
-export GERRIT_HOST="gerrit.automotivelinux.org"
-export GERRIT_PORT="29418"
-
-export -p > env.save
-
-THISPWD=$(pwd)
-for TARGETARCH in aarch64 arm x86-64; do
-pushd $THISPWD
-
-for i in `compgen -e | grep -v ^PATH`; do
- unset $i
-done
-
-source env.save
-
-rm -rf ~/agl-sdk || true
-
-. ../common/include-apps-header.sh
-. ../common/include-apps-fetch-install-sdk.sh
-. ../common/include-apps-build-app.sh
-. ../common/include-apps-prepare-upload-folder.sh
-# do not really upload
-#. ../common/include-apps-rsync-download-changeid.sh
-
-popd
-
-ls -R UPLOAD
-
-done \ No newline at end of file