From b0d402b80ba12479469b79588d7187151bfef6cd Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Tue, 26 Feb 2019 15:09:25 +0100 Subject: [PATCH] Update .ci/build_pkgs.sh, .ci/download_sdk.sh, .ci/prepare_build_dir.sh files --- .ci/build_pkgs.sh | 2 +- .ci/download_sdk.sh | 4 ++-- .ci/prepare_build_dir.sh | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.ci/build_pkgs.sh b/.ci/build_pkgs.sh index b75f27f..5effea1 100644 --- a/.ci/build_pkgs.sh +++ b/.ci/build_pkgs.sh @@ -1,7 +1,7 @@ cd /builds/$CI_PROJECT_PATH/wireless/ PKGS=$(ls) -cd ~/build_dir +cd tmp/build_dir echo "=== Found new/modified packages: $PKGS" for PKG in $PKGS ; do diff --git a/.ci/download_sdk.sh b/.ci/download_sdk.sh index 7cfa1de..9ec8675 100644 --- a/.ci/download_sdk.sh +++ b/.ci/download_sdk.sh @@ -1,5 +1,5 @@ -mkdir ~/sdk -cd ~/sdk +mkdir tmp/sdk +cd tmp/sdk curl "https://$SDK_HOST/$SDK_PATH/sha256sums" -sS -o sha256sums curl "https://$SDK_HOST/$SDK_PATH/sha256sums.asc" -sS -o sha256sums.asc diff --git a/.ci/prepare_build_dir.sh b/.ci/prepare_build_dir.sh index 7c7cb63..159491e 100644 --- a/.ci/prepare_build_dir.sh +++ b/.ci/prepare_build_dir.sh @@ -1,7 +1,7 @@ -mkdir ~/build_dir -cd ~/build_dir +mkdir tmp/build_dir +cd tmp/build_dir -tar Jxf ~/sdk/$SDK_FILE --strip=1 +tar Jxf tmp/sdk/$SDK_FILE --strip=1 cat > feeds.conf <