From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6738649791561990144 X-Received: by 2002:adf:a499:: with SMTP id g25mr10732665wrb.204.1568964168778; Fri, 20 Sep 2019 00:22:48 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:fe43:: with SMTP id m3ls1566600wrs.4.gmail; Fri, 20 Sep 2019 00:22:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqy5xmnmgjSelmvSQ4oJn3HheppxUtwHbKksqlEbicpfR4pDrZ4YlqjbRN+JscKt/9sRxD9x X-Received: by 2002:adf:dc43:: with SMTP id m3mr10703933wrj.118.1568964168359; Fri, 20 Sep 2019 00:22:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568964168; cv=none; d=google.com; s=arc-20160816; b=dF8K4yVHKsaOnkMHr78PCrONpG+8jzLXGdFppZDP8xXikB5Y0VLfVux2C578DBFQkO +NN8uhU08XAI0xPASIZQaRoMoXt9FwZYx7/3Zgbh6aCyBED1pjG4h+ILsLDW3bIQA4cw pFsH3sRvBePhbvWDhJAYwyHYCuSG83QW8O6gqiwHNI/g5OaGYbgjWYK0xAiUdgm+b6Sa a/8TX8c8r8ocNJLf3c5mwr0K9eiPgv/7KMXUox3qH2TF3tramUGiuNjdnJRZTXCyR4Uk rF+53pfYRnRZinuKc7OPrRTfR0TDtS7uzcoZ4vyYk9mYGEs6K0fW5oKhv4/JKbEF/los v90Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=AHa9vjxlnjVenteTT29NOrE7RHysue8QANfpW3M+/6E=; b=DxkSgoVV2xB5GeRB9g6Oye9kgqjzPqG4esOQGQKJSPdeJu7CXw9Jjwxpct+3JAMy7R 2JVYs7XBfpnb/b6gkcpb8smUGn93Qse3/MVr5T9hcQOEHji7tPRU095R2oGYg4+LRusx tTsRE5Yz9rQub0GoM8H3mO2oCLqP9UqoUh4CsVlMq9BrUYYJS1NpNhkEfXZt8vZqRbdJ xzkKdoNlThEztSB4HVgp1cy6PAFKR0tN9fbdC/WuR5TLYzCmrSP53tuV5fZKc/KT0it2 fGn2Ex6XalkmXnXyhWF9MV17V8G0EvpeeyqSNmV6eHvexPz+TkvFdKLCX24sFS//MUx7 OLHw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 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 gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id n16si48824wrs.4.2019.09.20.00.22.48 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 20 Sep 2019 00:22:48 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.40 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 gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id x8K7Mlgl000854 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 20 Sep 2019 09:22:48 +0200 Received: from md1za8fc.ad001.siemens.net ([139.25.69.220]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x8K7MFZB011864; Fri, 20 Sep 2019 09:22:15 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Jan Kiszka , Henning Schild Subject: [PATCH v2 0/3] test apt:// fetcher Date: Fri, 20 Sep 2019 09:22:09 +0200 Message-Id: <20190920072212.7764-1-henning.schild@siemens.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: Q6rUU9Mr+HKU From: Henning Schild changes to v1: - fixed commit comment in p2 - fixed recipe comment in p1 This adds the test and fixes a partial rebuild bug, which prevented that test from succeeding so far. It does have the side-effect that an apt:// URI choosing a version now has to provide an exact match. Henning Schild (3): meta-isar/recipes-app: change SRC_URIs of hello rebuild example dpkg-base: ignore binary packages for "apt-get source" ci: add rebuilding hello to test apt:// fetching RECIPE-API-CHANGELOG.md | 7 +++++++ meta-isar/recipes-app/hello/hello.inc | 6 ++++-- meta/classes/dpkg-base.bbclass | 3 ++- scripts/ci_build.sh | 1 + 4 files changed, 14 insertions(+), 3 deletions(-) -- 2.21.0