From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6647496723618856960 X-Received: by 2002:a17:906:29c1:: with SMTP id y1-v6mr1887244eje.12.1547741140395; Thu, 17 Jan 2019 08:05:40 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:ad59:: with SMTP id z25ls2408877edc.4.gmail; Thu, 17 Jan 2019 08:05:40 -0800 (PST) X-Google-Smtp-Source: ALg8bN63ZscA7JejzwEx6/QmtMueUkfpo5aRpj85IqQLaR7E8+wHbpiBb5SLsp3XhappoC7dyEOW X-Received: by 2002:a50:b86f:: with SMTP id k44mr2096245ede.7.1547741139970; Thu, 17 Jan 2019 08:05:39 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1547741139; cv=none; d=google.com; s=arc-20160816; b=g2+8QZ2PZ0ZgPgdES68u8HUhSu4Mdi/Pw9izjuhiCeycYfMSn+Elr4JlYD6Z/a4BF2 UrCKb8H+LYMRsSf39qSFl7aXoj8tP3RFeHD1OBrmVZFIYgegg+UqFAZoB1Om1IHw5A8L LRTiEZ3MjdqG6klyWpBOqJvfnH+a4SoAuv9k0glenHXKwQkMYMtnbsiZ4VvbLqus2OI/ ++dxMhoIkRykzdvfyeHHsSv0Tif7saEcUHkmu8v4rm8GkdGleihaf1qC0+X9tTtI/xOH A+UnthDjuL5il8v8f4ZOcrgl1cOWWcAkL4EznL1PKMcFfifqXrq2S2dTRCEAoiP6wb9p AX2A== 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:subject:cc:to:from:date; bh=cdtGkeGT9fW873CfB8h1QlwL48cJfERpQhjzmDbSEIQ=; b=Wj18D1JdCG/RTraLksUS0LBkref2v6+f4S1OlflQMqCyxLvtnBO29aAKEnogmIbII8 9tj7UoCf/WmyL1vCJJBm21OpTCxLG8g+65VASIkCYFkHF8UQNAIOqsmbYNbc3LyCukRX 2tnV+aEFRCXXrxu5VPzA7UhVHUVvzHJsXKZbv9Wf/1ehvzhoPpUigAKGllY/IGruu5Sz MaL/65F9ZJn7bw83EuaCVHJ5u/sjKPaoproIswNkwRY8tBfq6Twn0Ytb8wR2UbewzkSF TOJ25C7kMr62p/e4ziNel0Qs1PdRBJi7POjtBbZ78uuuEraahOhyf7JjiYjBL5xXjlus UTSA== 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 Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id l31si1371931edb.5.2019.01.17.08.05.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 17 Jan 2019 08:05:39 -0800 (PST) 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 Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id x0HG5d3m032010 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 17 Jan 2019 17:05:39 +0100 Received: from md1za8fc.ad001.siemens.net ([139.25.69.119]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x0HG5d8E024688; Thu, 17 Jan 2019 17:05:39 +0100 Date: Thu, 17 Jan 2019 17:05:38 +0100 From: Henning Schild To: isar-users Cc: Cedric Hombourger Subject: Re: [PATCH 0/7] "apt-get source" fetch/unpack support Message-ID: <20190117170538.0c41d936@md1za8fc.ad001.siemens.net> In-Reply-To: <20190117160218.26290-1-henning.schild@siemens.com> References: <20190117160218.26290-1-henning.schild@siemens.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TUID: 2/2ut30jhr1K Please ignore this thread, git mail sending aborted because of a malformed email address. Henning Am Thu, 17 Jan 2019 17:02:11 +0100 schrieb Henning Schild : > From: Henning Schild > > This series includes support for fetching upstream sources with > "apt-get source". This will make sure we fetch exactly what matches > out distro, without rewriting debian fetch/unpack logic. > I did consider implementing it as an "apt://" extension to the regular > fetcher but decided against that. You have to set SRC_APT and > effectively pass arguement to apt-get. That fetcher can only work in > packages and depends on buildchroot and mounting, so it can not be > part of the general fetcher. But maybe the general fetcher could > ignore "apt://" lines and this task will ignore anything but "apt://" > so we can still use SRC_URI instead of SRC_APT. Let us talk about the > interface. The documentation is still missing, but i thing it is > ready for a first review. > > The idea and parts of the code came from Mentor. > > Henning Schild (7): > conf: add deb-src entries to all our distro configs > dpkg-base: introduce an "apt-get source" fetch/unpack step > meta: move debianization code into a class and into dpkg-base > debianize: allow changlog version change > meta-isar/recipes-app: add upstream hello rebuild example > local.conf: remove example-hello from the default build > local.conf: enable rebuilding "hello" for all distros > > meta-isar/conf/distro/debian-buster.list | 3 + > meta-isar/conf/distro/debian-jessie.list | 3 + > .../conf/distro/debian-stretch-backports.list | 1 + > meta-isar/conf/distro/debian-stretch.list | 3 + > meta-isar/conf/distro/raspbian-jessie.list | 1 + > meta-isar/conf/local.conf.sample | 2 +- > meta-isar/recipes-app/hello/hello.inc | 19 +++++ > meta-isar/recipes-app/hello/hello_2.10.bb | 8 ++ > meta-isar/recipes-app/hello/hello_2.9.bb | 8 ++ > meta/classes/debianize.bbclass | 82 > +++++++++++++++++++ meta/classes/dpkg-base.bbclass | > 20 +++++ meta/classes/dpkg-raw.bbclass | 76 > ----------------- 12 files changed, 149 insertions(+), 77 deletions(-) > create mode 100644 meta-isar/recipes-app/hello/hello.inc > create mode 100644 meta-isar/recipes-app/hello/hello_2.10.bb > create mode 100644 meta-isar/recipes-app/hello/hello_2.9.bb > create mode 100644 meta/classes/debianize.bbclass >