unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope.
@ 2022-09-27 10:32 zimoun
  2022-09-27 10:33 ` [bug#58110] [PATCH 2/2] teams: Add Simon Tournier zimoun
  2022-09-28  7:01 ` [bug#58110] " Mathieu Othacehe
  0 siblings, 2 replies; 4+ messages in thread
From: zimoun @ 2022-09-27 10:32 UTC (permalink / raw)
  To: 58110; +Cc: zimoun

* etc/teams.scm.in (julie): Define scope.
---
 etc/teams.scm.in | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index ba22b80771..5ebb7ffbd9 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -135,7 +135,13 @@ (define-team julia
   (team 'julia
         #:name "Julia team"
         #:description
-        "The Julia language, Julia packages, and the julia-build-system."))
+        "The Julia language, Julia packages, and the julia-build-system."
+        #:scope
+        (list "gnu/packages/julia.scm"
+              "gnu/packages/julia-jll.scm"
+              "gnu/packages/julia-xyz.scm"
+              "guix/build/julia-build-system.scm"
+              "guix/build-system/julia.scm")))
 
 (define-team ocaml
   (team 'ocaml

base-commit: 74f07348e99a3495964a8bbb8da83d27ecad656e
-- 
2.35.1





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

* [bug#58110] [PATCH 2/2] teams: Add Simon Tournier.
  2022-09-27 10:32 [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope zimoun
@ 2022-09-27 10:33 ` zimoun
  2022-09-28  7:01   ` bug#58110: [PATCH 1/2] etc: teams: Define Julia team scope Mathieu Othacehe
  2022-09-28  7:01 ` [bug#58110] " Mathieu Othacehe
  1 sibling, 1 reply; 4+ messages in thread
From: zimoun @ 2022-09-27 10:33 UTC (permalink / raw)
  To: 58110; +Cc: zimoun

* etc/teams.scm.in: Add Simon Tournier.
---
 etc/teams.scm.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/etc/teams.scm.in b/etc/teams.scm.in
index 5ebb7ffbd9..7d2b089cf1 100644
--- a/etc/teams.scm.in
+++ b/etc/teams.scm.in
@@ -440,6 +440,10 @@ (define-member (person "Josselin Poiret"
                        "dev@jpoiret.xyz")
   core installer)
 
+(define-member (person "Simon Tournier"
+                       "zimon.toutoune@gmail.com")
+  julia core mentors)
+
 \f
 (define (find-team name)
   (or (hash-ref %teams (string->symbol name))
-- 
2.35.1





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

* [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope.
  2022-09-27 10:32 [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope zimoun
  2022-09-27 10:33 ` [bug#58110] [PATCH 2/2] teams: Add Simon Tournier zimoun
@ 2022-09-28  7:01 ` Mathieu Othacehe
  1 sibling, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2022-09-28  7:01 UTC (permalink / raw)
  To: zimoun; +Cc: 58110


> +        #:scope
> +        (list "gnu/packages/julia.scm"
> +              "gnu/packages/julia-jll.scm"
> +              "gnu/packages/julia-xyz.scm"
> +              "guix/build/julia-build-system.scm"
> +              "guix/build-system/julia.scm")))

I applied "(" patch that defines the same scope with a regex.

Thanks,

Mathieu




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

* bug#58110: [PATCH 1/2] etc: teams: Define Julia team scope.
  2022-09-27 10:33 ` [bug#58110] [PATCH 2/2] teams: Add Simon Tournier zimoun
@ 2022-09-28  7:01   ` Mathieu Othacehe
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2022-09-28  7:01 UTC (permalink / raw)
  To: zimoun; +Cc: 58110-done


> * etc/teams.scm.in: Add Simon Tournier.

Applied, thanks!

Mathieu




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

end of thread, other threads:[~2022-09-28  7:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-27 10:32 [bug#58110] [PATCH 1/2] etc: teams: Define Julia team scope zimoun
2022-09-27 10:33 ` [bug#58110] [PATCH 2/2] teams: Add Simon Tournier zimoun
2022-09-28  7:01   ` bug#58110: [PATCH 1/2] etc: teams: Define Julia team scope Mathieu Othacehe
2022-09-28  7:01 ` [bug#58110] " Mathieu Othacehe

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).