From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6738433276464070656 X-Received: by 2002:a1c:3c43:: with SMTP id j64mr3719653wma.65.1568913756683; Thu, 19 Sep 2019 10:22:36 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:b1ca:: with SMTP id r10ls1088243wra.6.gmail; Thu, 19 Sep 2019 10:22:36 -0700 (PDT) X-Google-Smtp-Source: APXvYqxScZoNL/H0YGNq4H8Ut3nIg0V9Aqsz5SsWn1mbF5v7P9M+GQoX3szaPDPNkroQVPmDfYZC X-Received: by 2002:adf:ebd0:: with SMTP id v16mr8100742wrn.352.1568913756084; Thu, 19 Sep 2019 10:22:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568913756; cv=none; d=google.com; s=arc-20160816; b=R9PTzyuR0xwMf7/Z2esov8WcAc9/W0YNCXWcXE7Jqu3YqL8U+OznsEXnVDa9y1jKYK 9sh83dLasawXKnpAVdHG5wssG1cMPVPG763OO7A9bki8s7K/1md1cSpEvGVv19i9wgEG 2EIki2L5stC4/j3CM47/CmEjL1PGeVDOBdERBOS+IfkxxEyNoPrjIAKmI5IVaiVmB9ex DFoDCn91ElSsomPEPMrtoNKDS1gXj2/bh7t46fR4XpjlvTIGctF2vjnxENAm7ooqko9s pebcJ0NxKU3eA7AHJ7M5VKWyPOrgHHbpCcXJlquF5QNsi6DAWc7WJyU+qCPi9hl7/ieR 5ejA== 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=5CGVMMkiQHFfFsld6WDGLfCjwhDg/wluvnAUtQR+bgw=; b=vdOBCDCCRzHkStLtuXtkjaq79SObQly9cb/6x+Dt7qUQwDNbZaSJObV03C91unNXKj 9rsMN16CSN9KIVYSvW7zNxt3mMwHZN2SlDTJ/ABLu7cDIu6f8ar4QqzigqhEWLDJV5wX 59aBzyid9Umj7Ils4cCK0vbHNhQMMSJSZAHp7Ge0ppgmAGrtZrgNqlBUDeSzjhDaFDEJ 2W81LQ7cbsAXUVajByv1jykITre/uagMfZ9djMA4Gtuhw2xxusdlhdT8fElnbfy6VqXa hr+00vlNCu5DEHg3kZXRK/uNAb4L3GqK8qNBquImm98d7F8oMkSzLH2d82jVwAun7V+M UjIQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id i7si402740wrs.1.2019.09.19.10.22.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Sep 2019 10:22:36 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@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 thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x8JHMZ2o021084 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 19 Sep 2019 19:22:35 +0200 Received: from md1za8fc.ad001.siemens.net ([139.25.69.220]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x8JHMZ52014243; Thu, 19 Sep 2019 19:22:35 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH 3/3] ci: add rebuilding hello to test apt:// fetching Date: Thu, 19 Sep 2019 19:22:34 +0200 Message-Id: <20190919172234.22447-4-henning.schild@siemens.com> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190919172234.22447-1-henning.schild@siemens.com> References: <20190919172234.22447-1-henning.schild@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: r26mJ1px21nr From: Henning Schild Signed-off-by: Henning Schild --- scripts/ci_build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci_build.sh b/scripts/ci_build.sh index 4914279..e8681c0 100755 --- a/scripts/ci_build.sh +++ b/scripts/ci_build.sh @@ -154,6 +154,7 @@ if [ -n "$REPRO_BUILD" ]; then fi sed -i -e 's/#IMAGE_INSTALL += "isar-disable-apt-cache"/IMAGE_INSTALL += "isar-disable-apt-cache"/g' conf/local.conf +echo 'IMAGE_INSTALL += "hello"' >> conf/local.conf # Start cross build for the defined set of configurations sed -i -e 's/ISAR_CROSS_COMPILE ?= "0"/ISAR_CROSS_COMPILE ?= "1"/g' conf/local.conf -- 2.21.0