unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60539] teams: Add Reproducible Builds.
@ 2023-01-04  5:47 Vagrant Cascadian
  2023-01-04  6:16 ` Vagrant Cascadian
  0 siblings, 1 reply; 5+ messages in thread
From: Vagrant Cascadian @ 2023-01-04  5:47 UTC (permalink / raw)
  To: 60539


[-- Attachment #1.1: Type: text/plain, Size: 192 bytes --]

I would like to propose a Reproducible Builds team covering tooling
related to reproducible builds as well as a catch-all for reproducible
builds issues. Patch attached.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-teams-Add-Reproducible-Builds-team.patch --]
[-- Type: text/x-diff, Size: 1006 bytes --]

From d5fca087fdc3cfad99ab5684d493806b98354bec Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 3 Jan 2023 21:36:58 -0800
Subject: [PATCH 1/4] teams: Add Reproducible Builds team.

* etc/teams.scm.in (reproduciblebuilds): New team.
---
 etc/teams.scm.in | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 96a04aca3d..7a7b2800d3 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -416,6 +416,13 @@ importer."
         #:scope (list "gnu/packages/chez.scm"
                       "gnu/packages/racket.scm")))
 
+(define-team reproduciblebuilds
+  (team 'reproduciblebuilds
+        #:name "Reproducible Builds team"
+        #:description
+        "Reproducible Builds tooling and issues that affect any guix packages."
+        #:scope (list "gnu/packages/diffoscope.scm")))
+
 \f
 (define-member (person "Thiago Jung Bauermann"
                        "bauermann@kolabnow.com")
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#60539] teams: Add Reproducible Builds.
  2023-01-04  5:47 [bug#60539] teams: Add Reproducible Builds Vagrant Cascadian
@ 2023-01-04  6:16 ` Vagrant Cascadian
  2023-01-04  6:18   ` Vagrant Cascadian
  0 siblings, 1 reply; 5+ messages in thread
From: Vagrant Cascadian @ 2023-01-04  6:16 UTC (permalink / raw)
  To: 60539


[-- Attachment #1.1: Type: text/plain, Size: 86 bytes --]

The attached patch adds myself to the Reproducible builds team.

live well,
  vagrant

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0002-teams-Add-Vagrant-Cascadian.patch --]
[-- Type: text/x-diff, Size: 788 bytes --]

From e4587b42302bf5ddac0bc649ce26386164836046 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@debian.org>
Date: Tue, 3 Jan 2023 21:39:15 -0800
Subject: [PATCH 2/4] teams: Add Vagrant Cascadian.

* etc/teams.scm.in Add Vagrant Cascadian.
---
 etc/teams.scm.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 7a7b2800d3..b3a1c72c28 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -528,6 +528,10 @@ importer."
                        "iyzsong@envs.net")
   games localization)
 
+(define-member (person "Vagrant Cascadian"
+                       "vagrant@reproducible-builds.org")
+  reproduciblebuilds)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [bug#60539] teams: Add Reproducible Builds.
  2023-01-04  6:16 ` Vagrant Cascadian
@ 2023-01-04  6:18   ` Vagrant Cascadian
  2023-01-08 13:43     ` Mathieu Othacehe
  0 siblings, 1 reply; 5+ messages in thread
From: Vagrant Cascadian @ 2023-01-04  6:18 UTC (permalink / raw)
  To: 60539

[-- Attachment #1: Type: text/plain, Size: 155 bytes --]

fI just realized both submitted patches have the wrong email address,
please use vagrant@reproducible-builds.org before applying. :)

live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [bug#60539] teams: Add Reproducible Builds.
  2023-01-04  6:18   ` Vagrant Cascadian
@ 2023-01-08 13:43     ` Mathieu Othacehe
  2023-01-11  0:20       ` bug#60539: " Vagrant Cascadian
  0 siblings, 1 reply; 5+ messages in thread
From: Mathieu Othacehe @ 2023-01-08 13:43 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 60539


Hello,

> fI just realized both submitted patches have the wrong email address,
> please use vagrant@reproducible-builds.org before applying. :)

Both patches look OK, please go ahead.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#60539: teams: Add Reproducible Builds.
  2023-01-08 13:43     ` Mathieu Othacehe
@ 2023-01-11  0:20       ` Vagrant Cascadian
  0 siblings, 0 replies; 5+ messages in thread
From: Vagrant Cascadian @ 2023-01-11  0:20 UTC (permalink / raw)
  To: Mathieu Othacehe; +Cc: 60539-done

[-- Attachment #1: Type: text/plain, Size: 365 bytes --]

On 2023-01-08, Mathieu Othacehe wrote:
>> fI just realized both submitted patches have the wrong email address,
>> please use vagrant@reproducible-builds.org before applying. :)
>
> Both patches look OK, please go ahead.

Thanks!

Pushed as 80d9e967e3b9e298a7b480ba0525e2e59df574c4 and
67caba5acb358247e40d89390caf801a53dad4ab thus, closing.


live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-01-11  0:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04  5:47 [bug#60539] teams: Add Reproducible Builds Vagrant Cascadian
2023-01-04  6:16 ` Vagrant Cascadian
2023-01-04  6:18   ` Vagrant Cascadian
2023-01-08 13:43     ` Mathieu Othacehe
2023-01-11  0:20       ` bug#60539: " Vagrant Cascadian

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).