From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6694185847943593984 X-Received: by 2002:a17:906:fcc5:: with SMTP id qx5mr62079047ejb.163.1558623620464; Thu, 23 May 2019 08:00:20 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a17:906:6995:: with SMTP id i21ls1437403ejr.15.gmail; Thu, 23 May 2019 08:00:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqzH3LfQwIYJVjv3I7E91cG1vHnb3zhcVYUbuqRLZ9Y7qq2VJ1SHxRSxwDRsGibmwUPKN8pu X-Received: by 2002:a17:906:d513:: with SMTP id ge19mr33592016ejb.222.1558623620011; Thu, 23 May 2019 08:00:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558623620; cv=none; d=google.com; s=arc-20160816; b=Rclj94SEhM7c+0sW2p7xI+ZB/daMdxxXOG5VmU04yOulRzhWcKBK3TGcX2CqCtM8mH Qa0vvebp3gAg/1BdFfJk3u0JNzLkV73CAhrRKq3wBJ8ICADSakuVAXZObeOBvRUmMtZy ZmgC/Ch0RkYZuh5odsXLYt/QLV6COb6GG8oLfdE/mXObTCWobkPMIlV0T+nxMW0I98hf 5Qph9MajnUixCdSCY2kqGRC4O8IHXZXdEyzUnsnubOcZXyjLcuBYIm1IUQwN0LsAFrao 7hP5pYxX69yB6IZuWIyL2AjA/8zlNwxch2JX0s+DObbhQoa/rCcTrAWGy0ZsthtOpp0e G3nQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from; bh=n+rt2hY57P5tZet1rICp1QX2M5cgYKmFnih3WjVRDmE=; b=SLV7XSXJzKakomWw3DPU7PWdQy+cHA7zJU3l54FWpG47VxFgN4k2Q9pZIMfBRLoSDs T6XEwYeByaOZ83YCc9bplav0itFKhInh0wZ4mGfmPbwoulB6OWNp0URsdSEYrz1ZoxgK kqqyCYa7CXi/oQImJUIfYR8EEDbHRcuuteJcN48qIdysjJps8cPQoh9Wv1bJwaFK1yOc 2S5G4A1gOyDsxfKVfEHKK0c2eIPBvKDaX/biZxKH51BWiz0m7CfcEwEUtfy/M90rHk7A 8h+wikXZ/t2Ry9QeHVU603Xka8luhBWNiYMrvy3DkLmpaGTsNzNlyrB+JA8McTNICXaR iQxg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id l30si2926683edd.4.2019.05.23.08.00.19 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 May 2019 08:00:19 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id x4NF0JYt022605 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 23 May 2019 17:00:19 +0200 Received: from ring.ppmd.siemens.net (linux-ses-ext02.ppmd.siemens.net [139.25.69.232]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x4NF0IaE026127; Thu, 23 May 2019 17:00:18 +0200 From: claudius.heine.ext@siemens.com To: isar-users@googlegroups.com Cc: Claudius Heine Subject: [PATCH v2 7/7] ci_build/repro: add qemuarm-buster to build configurations Date: Thu, 23 May 2019 17:00:15 +0200 Message-Id: <20190523150015.23341-8-claudius.heine.ext@siemens.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190523150015.23341-1-claudius.heine.ext@siemens.com> References: <20190523150015.23341-1-claudius.heine.ext@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: uaTG3Zhght4d From: Claudius Heine Should be possible to build the base-apt cache for multiple codenames at the same time. Signed-off-by: Claudius Heine --- scripts/ci_build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh index f05dd04..a10d4e8 100755 --- a/scripts/ci_build.sh +++ b/scripts/ci_build.sh @@ -36,7 +36,9 @@ TARGETS_SET="\ REPRO_TARGETS_SET="\ multiconfig:qemuarm-stretch:isar-image-base \ multiconfig:qemuarm64-stretch:isar-image-base \ - multiconfig:qemuamd64-stretch:isar-image-base" + multiconfig:qemuamd64-stretch:isar-image-base \ + multiconfig:qemuarm-buster:isar-image-base" + show_help() { echo "This script builds the default Isar images." -- 2.20.1