From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AFFD2C43461 for ; Mon, 10 May 2021 01:34:39 +0000 (UTC) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 336EB613E1 for ; Mon, 10 May 2021 01:34:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 336EB613E1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=toshiba.co.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+6442+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id 0nHpYY4521723x8gjj23ssis; Sun, 09 May 2021 18:34:38 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.156]) by mx.groups.io with SMTP id smtpd.web08.26112.1620610476521088126 for ; Sun, 09 May 2021 18:34:37 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1114) id 14A1YXbx028715; Mon, 10 May 2021 10:34:33 +0900 X-Iguazu-Qid: 2wHHDhxhl2dwyE2dH9 X-Iguazu-QSIG: v=2; s=0; t=1620610472; q=2wHHDhxhl2dwyE2dH9; m=KH1gEp/OL85QmxdhHel/eHoyYmO8iP+XKKYOFRDl8ag= X-Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) by relay.securemx.jp (mx-mr1111) id 14A1YVjS023727 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 10 May 2021 10:34:32 +0900 X-Received: from enc01.toshiba.co.jp (enc01.toshiba.co.jp [106.186.93.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by imx2-a.toshiba.co.jp (Postfix) with ESMTPS id D86021000BE; Mon, 10 May 2021 10:34:31 +0900 (JST) X-Received: from hop001.toshiba.co.jp ([133.199.164.63]) by enc01.toshiba.co.jp with ESMTP id 14A1YVF6001807; Mon, 10 May 2021 10:34:31 +0900 From: "Nobuhiro Iwamatsu" To: jan.kiszka@siemens.com Cc: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 1/4] scripts/deploy-cip-core.sh: Fix uploading tar.gz image Date: Mon, 10 May 2021 10:34:20 +0900 X-TSB-HOP: ON Message-Id: <20210510013423.65527-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: Jwi5qUXdCboox3hnRFsM06K1x4520388AA= Content-Type: multipart/mixed; boundary="8b9AFwH6I5cKNYtL7tHK" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610478; bh=iiZrkzR4nGzgT9qgYHcJOllXLNPt9K9rBNMDnmahL4Y=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=nytW7MNkvxlwu3I7/su5pcNOR+I3JzibFr+6BIMMPDoIcwqtwneoNgkpc/c/JOdI6P8 uH69ikJdF1X0rOeFG/o2KJgQRkaTFSOO4XfD0N69X+2CJ00E+77WZ1k3Cd9Madm+8pYLe TSIXmmCRWOMV1EHu1wW1JNwgXJggXyYYBKc= --8b9AFwH6I5cKNYtL7tHK Content-Transfer-Encoding: 8bit Since *.wic.img is always compressed, if this file does not exist (for example, the extension is tar.gz), the image file upload will fail. This will check for the extension of the file. Signed-off-by: Nobuhiro Iwamatsu --- scripts/deploy-cip-core.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh index 5b7eab9..3593d51 100755 --- a/scripts/deploy-cip-core.sh +++ b/scripts/deploy-cip-core.sh @@ -24,14 +24,17 @@ if [ "${EXTENSION}" != "base" ] ; then BASE_PATH=build/tmp/deploy/images/$TARGET/cip-core-image-cip-core-$RELEASE-$TARGET-$EXTENSION fi -echo "Compressing cip-core-image-cip-core-$RELEASE-$TARGET.wic.img..." -xz -9 -k $BASE_PATH.wic.img +if [ -f $BASE_PATH.wic.img ] ; then + echo "Compressing cip-core-image-cip-core-$RELEASE-$TARGET.wic.img..." + xz -9 -k $BASE_PATH.wic.img -echo "Uploading artifacts..." -aws s3 cp --no-progress $BASE_PATH.wic.img.xz s3://download.cip-project.org/cip-core/$TARGET/ + echo "Uploading artifacts..." + aws s3 cp --no-progress $BASE_PATH.wic.img.xz s3://download.cip-project.org/cip-core/$TARGET/ +fi if [ -f $BASE_PATH.tar.gz ]; then - aws s3 cp --no-progress $BASE_PATH.tar.gz s3://download.cip-project.org/cip-core/$TARGET/ + echo "Uploading artifacts..." + aws s3 cp --no-progress $BASE_PATH.tar.gz s3://download.cip-project.org/cip-core/$TARGET/ fi KERNEL_IMAGE=$BASE_PATH-vmlinuz -- 2.31.1 --8b9AFwH6I5cKNYtL7tHK Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Links: You receive all messages sent to this group. View/Reply Online (#6442): https://lists.cip-project.org/g/cip-dev/message= /6442 Mute This Topic: https://lists.cip-project.org/mt/82710742/4520388 Group Owner: cip-dev+owner@lists.cip-project.org Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/4520388= /727948398/xyzzy [cip-dev@archiver.kernel.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --8b9AFwH6I5cKNYtL7tHK--