public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: "Maxim Yu. Osipov" <mosipov@ilbers.de>
To: Henning Schild <henning.schild@siemens.com>, isar-users@googlegroups.com
Subject: Re: [PATCHv4 0/9] apt-get source support
Date: Tue, 5 Feb 2019 11:42:01 +0100	[thread overview]
Message-ID: <1dabd284-c59c-8e46-b9ab-cd959b710ebd@ilbers.de> (raw)
In-Reply-To: <20190131164244.9169-1-henning.schild@siemens.com>

On 1/31/19 5:42 PM, Henning Schild wrote:
> From: Henning Schild <henning.schild@siemens.com>
> 
> diff v3 .. v4:
>   - add patch to skip cached ci for hello because of known issue
>   - fixed copyright headers
>   - changed MAINTAINER of hello to isar-users
> 
> v2 was sent by Maxim so i gave it a 3
> 
> diff to v1 .. v3:
>   - add "apt://" protocol to SRC_URI p7, not squashed
>   - add docs
>   - change the way i mention Cedric as co-author
>   - disable cross-build testing in hello


Applied to the 'next', two patches are dropped:
patch #6  "local.conf: enable rebuilding "hello" for all distros" and 
patch #9 "ci: remove "hello" from the offline build, it fail".

Thanks,
Maxim.

> 
> *** BLURB HERE ***
> 
> Henning Schild (9):
>    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: enable rebuilding "hello" for all distros
>    meta: change apt source fetcher to hook into SRC_URI
>    doc: document "apt://" fetch/unpack feature
>    ci: remove "hello" from the offline build, it fails
> 
>   doc/user_manual.md                            |  4 +
>   .../conf/distro/debian-stretch-backports.list |  1 +
>   meta-isar/conf/distro/raspbian-jessie.list    |  1 +
>   meta-isar/conf/local.conf.sample              |  2 +-
>   meta-isar/recipes-app/hello/hello.inc         | 26 ++++++
>   meta-isar/recipes-app/hello/hello_2.10.bb     | 11 +++
>   meta-isar/recipes-app/hello/hello_2.9.bb      | 11 +++
>   meta/classes/base.bbclass                     | 19 ++++
>   meta/classes/debianize.bbclass                | 89 +++++++++++++++++++
>   meta/classes/dpkg-base.bbclass                | 20 +++++
>   meta/classes/dpkg-raw.bbclass                 | 87 +-----------------
>   meta/conf/distro/debian-buster.list           |  3 +
>   meta/conf/distro/debian-jessie.list           |  3 +
>   meta/conf/distro/debian-stretch.list          |  3 +
>   scripts/ci_build.sh                           |  2 +
>   15 files changed, 197 insertions(+), 85 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
> 


-- 
Maxim Osipov
ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn
Germany
+49 (151) 6517 6917
mosipov@ilbers.de
http://ilbers.de/
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov

  parent reply	other threads:[~2019-02-05 10:42 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-31 16:42 Henning Schild
2019-01-31 16:42 ` [PATCHv4 1/9] conf: add deb-src entries to all our distro configs Henning Schild
2019-01-31 16:42 ` [PATCHv4 2/9] dpkg-base: introduce an "apt-get source" fetch/unpack step Henning Schild
2019-01-31 16:42 ` [PATCHv4 3/9] meta: move debianization code into a class and into dpkg-base Henning Schild
2019-01-31 16:42 ` [PATCHv4 4/9] debianize: allow changlog version change Henning Schild
2019-01-31 16:42 ` [PATCHv4 5/9] meta-isar/recipes-app: add upstream hello rebuild example Henning Schild
2019-01-31 16:42 ` [PATCHv4 6/9] local.conf: enable rebuilding "hello" for all distros Henning Schild
2019-01-31 16:42 ` [PATCHv4 7/9] meta: change apt source fetcher to hook into SRC_URI Henning Schild
2019-01-31 16:42 ` [PATCHv4 8/9] doc: document "apt://" fetch/unpack feature Henning Schild
2019-01-31 16:42 ` [PATCHv4 9/9] ci: remove "hello" from the offline build, it fails Henning Schild
2019-02-04 17:33   ` Maxim Yu. Osipov
2019-02-04 17:37     ` Jan Kiszka
2019-02-05  9:49       ` Maxim Yu. Osipov
2019-02-05 18:18         ` Henning Schild
2019-01-31 16:46 ` [PATCHv4 0/9] apt-get source support Henning Schild
2019-02-05 10:42 ` Maxim Yu. Osipov [this message]
2019-02-06  9:24   ` Henning Schild
2019-02-06  9:46     ` Maxim Yu. Osipov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1dabd284-c59c-8e46-b9ab-cd959b710ebd@ilbers.de \
    --to=mosipov@ilbers.de \
    --cc=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox