From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: <yann.morin@orange.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 8/8] package/skopeo: new host package
Date: Sat, 13 Jul 2024 16:20:34 +0200 [thread overview]
Message-ID: <20240713162034.15edd2be@windsurf> (raw)
In-Reply-To: <fb85e4dd41a441b26ae93b621f8f2462ab0eeafc.1698941362.git.yann.morin@orange.com>
Hello Yann,
On Thu, 2 Nov 2023 17:09:27 +0100
<yann.morin@orange.com> wrote:
> From: "Yann E. MORIN" <yann.morin@orange.com>
>
> skopeo is a command line utility that performs various operations on
> container images and image repositories.
>
> We introduce it as a host-only package, as the expected usage is to
> transform an OCI image into a docker image, or to help in uploading an
> OCI image to a (local) docker daemon or to a docker registry, for
> example, in a post-build script.
>
> As such, it needs a prompt in the host packages section.
>
> Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
> ---
> package/Config.in.host | 1 +
> package/skopeo/Config.in.host | 7 +++++++
> package/skopeo/skopeo.hash | 2 ++
> package/skopeo/skopeo.mk | 22 ++++++++++++++++++++++
> 4 files changed, 32 insertions(+)
> create mode 100644 package/skopeo/Config.in.host
> create mode 100644 package/skopeo/skopeo.hash
> create mode 100644 package/skopeo/skopeo.mk
Entry in DEVELOPERS file was missing.
> diff --git a/package/skopeo/skopeo.hash b/package/skopeo/skopeo.hash
> new file mode 100644
> index 0000000000..25b0d92fd7
> --- /dev/null
> +++ b/package/skopeo/skopeo.hash
> @@ -0,0 +1,2 @@
Comment "# Locally calculated" was missing.
> +sha256 0b788fc5725ac79327f7c29797821a2bafc1c3c87bbfcb2998c2a1be949e314d skopeo-1.13.3.tar.gz
Had to add -go2 here, but not your fault, this was changed after you
sent this patch, by some other Yann :-)
Applied with those changes. Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-07-13 14:20 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-02 16:09 [Buildroot] [PATCH 0/8] package/skopeo: new package yann.morin
2023-11-02 16:09 ` [Buildroot] [PATCH 1/8] package/pkg-cargo: don't expand license info when empty yann.morin
2023-11-08 21:14 ` Peter Korsgaard
2023-11-02 16:09 ` [Buildroot] [PATCH 2/8] package/pkg-cargo: handle licensing terms for host-only packages yann.morin
2023-11-02 16:09 ` [Buildroot] [PATCH 3/8] package/pkg-golang: don't expand license info when empty yann.morin
2023-11-02 16:09 ` [Buildroot] [PATCH 4/8] package/pkg-golang: handle licensing terms for host-only packages yann.morin
2023-11-04 16:54 ` Arnout Vandecappelle via buildroot
2023-11-02 16:09 ` [Buildroot] [PATCH 5/8] package/libgpg-error: enable host-variant yann.morin
2024-07-13 14:19 ` Thomas Petazzoni via buildroot
2023-11-02 16:09 ` [Buildroot] [PATCH 6/8] package/libassuan: add host variant yann.morin
2024-07-13 14:19 ` Thomas Petazzoni via buildroot
2023-11-02 16:09 ` [Buildroot] [PATCH 7/8] package/libgpgme: " yann.morin
2024-07-13 14:19 ` Thomas Petazzoni via buildroot
2023-11-02 16:09 ` [Buildroot] [PATCH 8/8] package/skopeo: new host package yann.morin
2024-07-13 14:20 ` Thomas Petazzoni via buildroot [this message]
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=20240713162034.15edd2be@windsurf \
--to=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=yann.morin@orange.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.