All of lore.kernel.org
 help / color / mirror / Atom feed
* GitLab repo for keyrings
@ 2023-11-22 18:02 David Howells
  2023-11-22 19:51 ` Ben Boeckel
  0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2023-11-22 18:02 UTC (permalink / raw)
  To: keyrings; +Cc: dhowells, Jarkko Sakkinen

Hi,

I'm intending to move keyrings to GitLab for its upstream repo:

	https://gitlab.com/linux-afs/keyutils

David


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

* Re: GitLab repo for keyrings
  2023-11-22 18:02 GitLab repo for keyrings David Howells
@ 2023-11-22 19:51 ` Ben Boeckel
  2023-11-22 20:28   ` David Howells
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Boeckel @ 2023-11-22 19:51 UTC (permalink / raw)
  To: David Howells; +Cc: keyrings, Jarkko Sakkinen

On Wed, Nov 22, 2023 at 18:02:35 +0000, David Howells wrote:
> I'm intending to move keyrings to GitLab for its upstream repo:
> 
> 	https://gitlab.com/linux-afs/keyutils

Thanks for the notice. Is the patch submission workflow going to add
merge requests via the GitLab instance? If so, will the list be notified
of activity on them?

Thanks,

--Ben

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

* Re: GitLab repo for keyrings
  2023-11-22 19:51 ` Ben Boeckel
@ 2023-11-22 20:28   ` David Howells
  2023-11-23  0:53     ` Ben Boeckel
  0 siblings, 1 reply; 5+ messages in thread
From: David Howells @ 2023-11-22 20:28 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: dhowells, keyrings, Jarkko Sakkinen

Ben Boeckel <me@benboeckel.net> wrote:

> > I'm intending to move keyrings to GitLab for its upstream repo:
> > 
> > 	https://gitlab.com/linux-afs/keyutils
> 
> Thanks for the notice. Is the patch submission workflow going to add
> merge requests via the GitLab instance? If so, will the list be notified
> of activity on them?

Hmmm...  I wonder if I can make gitlab do that automatically.

David


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

* Re: GitLab repo for keyrings
  2023-11-22 20:28   ` David Howells
@ 2023-11-23  0:53     ` Ben Boeckel
  2023-12-11  9:39       ` David Howells
  0 siblings, 1 reply; 5+ messages in thread
From: Ben Boeckel @ 2023-11-23  0:53 UTC (permalink / raw)
  To: David Howells; +Cc: keyrings, Jarkko Sakkinen

On Wed, Nov 22, 2023 at 20:28:09 +0000, David Howells wrote:
> Ben Boeckel <me@benboeckel.net> wrote:
> 
> > > I'm intending to move keyrings to GitLab for its upstream repo:
> > > 
> > > 	https://gitlab.com/linux-afs/keyutils
> > 
> > Thanks for the notice. Is the patch submission workflow going to add
> > merge requests via the GitLab instance? If so, will the list be notified
> > of activity on them?
> 
> Hmmm...  I wonder if I can make gitlab do that automatically.

I don't see anything on my (unpaid) account at least under project
integrations. Closest that seems useful is a webhook delivery
service…needs something to reflect that to email though. Maybe something
kernel.org would be willing to host (once developed)? For listening to
and categorizing webhooks, we use this project:

    https://gitlab.kitware.com/utils/webhook-listen

which turns them into JSON files on disk that can then be used as a work
queue at least. (We split it up because it lets us lifecycle the daemon
handling events independently from the webhook receiver; I recommend
that for email reflection as well.)

Another alternative is setting up a gitlab.com account that receives
notifications and forwards/subscribes using the ML address.

--Ben

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

* Re: GitLab repo for keyrings
  2023-11-23  0:53     ` Ben Boeckel
@ 2023-12-11  9:39       ` David Howells
  0 siblings, 0 replies; 5+ messages in thread
From: David Howells @ 2023-12-11  9:39 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: dhowells, keyrings, Jarkko Sakkinen

Ben Boeckel <me@benboeckel.net> wrote:

> I don't see anything on my (unpaid) account at least under project
> integrations.

There is an gitlab email integration that says it can send notifications for
pushes and various other things.  I set that, did a merge (which apparently
did a push), but it didn't seem to generated any notification email.

> Another alternative is setting up a gitlab.com account that receives
> notifications and forwards/subscribes using the ML address.

That has occurred to me, but all the account wangling notifications would go
through the mailing list too:-/

David


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

end of thread, other threads:[~2023-12-11  9:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 18:02 GitLab repo for keyrings David Howells
2023-11-22 19:51 ` Ben Boeckel
2023-11-22 20:28   ` David Howells
2023-11-23  0:53     ` Ben Boeckel
2023-12-11  9:39       ` David Howells

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.