public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-containers/docker-buildx/
Date: Thu, 20 Jul 2023 22:44:31 +0000 (UTC)	[thread overview]
Message-ID: <1689893040.4d26d2a205f8933fafac9fa0bad5fe1c832cc459.sam@gentoo> (raw)

commit:     4d26d2a205f8933fafac9fa0bad5fe1c832cc459
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Thu Jul 20 01:13:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 20 22:44:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d26d2a2

app-containers/docker-buildx: add 0.11.2

We now skip integration tests:

1. Let's assume that we can trust docker can do that on their own infra
2. We don't want to rely on a running dockerd
3. We can't access the network to pull requested containers

Bring this package under the umbrella of the containers project as
disussed on IRC

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/docker-buildx/Manifest                                 | 1 +
 .../{docker-buildx-9999.ebuild => docker-buildx-0.11.2.ebuild}        | 4 ++--
 app-containers/docker-buildx/docker-buildx-9999.ebuild                | 4 ++--
 app-containers/docker-buildx/metadata.xml                             | 4 ++++
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/app-containers/docker-buildx/Manifest b/app-containers/docker-buildx/Manifest
index 9ce057d50392..6f3ff60b944e 100644
--- a/app-containers/docker-buildx/Manifest
+++ b/app-containers/docker-buildx/Manifest
@@ -1,2 +1,3 @@
 DIST docker-buildx-0.10.2.tar.gz 9187634 BLAKE2B 9a43a7bcb224f33d718928ef3070449cac4db87c951f4337368d0c994f211d4c3db3a5e9c309ce10e357ab24746bed2507e2867c9fdab3b51a5423787362fee1 SHA512 ba6b8baae1a8e24bf9ddc58d5e2451270fa6e3891bae83112ca00ae56b7a4842b45ec970898ec27a2123e312885bf0d8c58cc600d8462787242eb878f45cd877
 DIST docker-buildx-0.10.4.tar.gz 9184825 BLAKE2B f0e71c0f6dda5f02da4cf0b0514f67f5d339ba10359afc69aae25abf907447fd22fe3d92427299bc67aeaa6a84e748a8a5cbd86151b2baba2dd01f25cc04a793 SHA512 f82b89b8dd4e45524c8d353c4d7588f47b1c7b7ecf759fd9605247c1c7aa0ca152c3ecdec0e0b62b5eef05e6b65d2ca1f5ccab6d75819b92fc92ff62b44105b7
+DIST docker-buildx-0.11.2.tar.gz 10342565 BLAKE2B 1e034e9a07f36b46096f8f035869adc93b63af46cd9886f5ed4bc0939ce2f76b7f029a11ee536a34be23952e5c85251d757cec9ff05df172e3a26ea82a1bf0b1 SHA512 6f3718edf1e86c4422e1419580e4c38cf378a59555067be2aa6fac3e7f8878afe39d777765ace274cd9c47630f39cbacfacfdc4ecadd6ff46d5ee37d8f9bc75c

diff --git a/app-containers/docker-buildx/docker-buildx-9999.ebuild b/app-containers/docker-buildx/docker-buildx-0.11.2.ebuild
similarity index 92%
copy from app-containers/docker-buildx/docker-buildx-9999.ebuild
copy to app-containers/docker-buildx/docker-buildx-0.11.2.ebuild
index 48941a07ce98..8cecb6eed7ae 100644
--- a/app-containers/docker-buildx/docker-buildx-9999.ebuild
+++ b/app-containers/docker-buildx/docker-buildx-0.11.2.ebuild
@@ -47,9 +47,9 @@ src_compile() {
 src_test() {
 	# TestGit can't work in a source tarball; TestReadTargets fails seemingly due to parallelism.
 	if [[ ${PV} == 9999 ]]; then
-		ego test ./... -skip "TestReadTargets"
+		ego test ./... -skip "TestReadTargets|TestIntegration"
 	else
-		ego test ./... -skip "TestGit|TestReadTargets"
+		ego test ./... -skip "TestGit|TestReadTargets|TestIntegration"
 	fi
 }
 

diff --git a/app-containers/docker-buildx/docker-buildx-9999.ebuild b/app-containers/docker-buildx/docker-buildx-9999.ebuild
index 48941a07ce98..8cecb6eed7ae 100644
--- a/app-containers/docker-buildx/docker-buildx-9999.ebuild
+++ b/app-containers/docker-buildx/docker-buildx-9999.ebuild
@@ -47,9 +47,9 @@ src_compile() {
 src_test() {
 	# TestGit can't work in a source tarball; TestReadTargets fails seemingly due to parallelism.
 	if [[ ${PV} == 9999 ]]; then
-		ego test ./... -skip "TestReadTargets"
+		ego test ./... -skip "TestReadTargets|TestIntegration"
 	else
-		ego test ./... -skip "TestGit|TestReadTargets"
+		ego test ./... -skip "TestGit|TestReadTargets|TestIntegration"
 	fi
 }
 

diff --git a/app-containers/docker-buildx/metadata.xml b/app-containers/docker-buildx/metadata.xml
index 42cd3f472a0d..14dd56055eaf 100644
--- a/app-containers/docker-buildx/metadata.xml
+++ b/app-containers/docker-buildx/metadata.xml
@@ -9,6 +9,10 @@
 		<email>proxy-maint@gentoo.org</email>
 		<name>Proxy Maintainers</name>
 	</maintainer>
+	<maintainer type="project">
+		<email>containers@gentoo.org</email>
+		<name>Containers</name>
+	</maintainer>
 	<upstream>
 		<remote-id type="github">docker/buildx</remote-id>
 	</upstream>


             reply	other threads:[~2023-07-20 22:44 UTC|newest]

Thread overview: 35+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-20 22:44 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-26  8:17 [gentoo-commits] repo/gentoo:master commit in: app-containers/docker-buildx/ Arthur Zamarin
2025-04-26  5:28 Sam James
2025-04-05 17:21 Sam James
2025-04-05 17:21 Sam James
2025-04-05 17:21 Sam James
2025-03-06 18:40 Arthur Zamarin
2025-02-15 12:43 Arthur Zamarin
2025-01-19 14:55 Sam James
2025-01-19 13:11 Arthur Zamarin
2024-12-15 18:37 Sam James
2024-12-14  7:13 Joonas Niilola
2024-12-13 14:28 Arthur Zamarin
2024-12-13 10:45 Sam James
2024-12-13 10:45 Sam James
2024-12-03  7:52 Joonas Niilola
2024-12-01 19:57 Arthur Zamarin
2024-12-01 19:02 Arthur Zamarin
2024-06-28  7:43 Joonas Niilola
2023-07-20 22:44 Sam James
2023-04-07  4:43 William Hubbs
2023-04-07  4:32 William Hubbs
2023-04-07  3:51 Sam James
2023-04-06  8:47 Arthur Zamarin
2023-04-06  8:10 Arthur Zamarin
2023-04-06  6:33 Joonas Niilola
2023-04-06  6:33 Joonas Niilola
2023-04-06  5:24 Arthur Zamarin
2023-03-29  8:29 Jakov Smolić
2023-03-17 14:21 Arthur Zamarin
2023-03-13 18:07 Sam James
2023-02-25  9:11 Joonas Niilola
2023-02-25  9:11 Joonas Niilola
2022-12-05  2:30 Sam James
2022-12-05  2:30 Sam James

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=1689893040.4d26d2a205f8933fafac9fa0bad5fe1c832cc459.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /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