Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 905855

Summary: Allow pseudonyms when committing to repos
Product: Gentoo Infrastructure Reporter: Joonas Niilola <juippis>
Component: GitAssignee: Gentoo Infrastructure <infra-bugs>
Status: CONFIRMED ---    
Severity: normal CC: gentoo, ionen
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=900857
https://bugs.gentoo.org/show_bug.cgi?id=882435
Whiteboard:
Package list:
Runtime testing required: ---

Description Joonas Niilola gentoo-dev 2023-05-07 05:59:39 UTC
Hey, 

ever since bug #900857 it should be allowed to commit using pseudonyms to our repos. For example, 
"Signed-off-by: juippis <juippis@gentoo.org>" should be valid now, but it's blocked by git hooks.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-05-07 08:45:44 UTC
bug 882435 should probably be addressed at the same time.
Comment 2 Joonas Niilola gentoo-dev 2023-07-21 06:03:14 UTC
Ping.

If the git hooks don't comply with our GLEPs, I believe they should be disabled.
Comment 3 Alec Warner (RETIRED) archtester gentoo-dev Security 2023-07-22 15:21:33 UTC
(In reply to Joonas Niilola from comment #0)
> Hey, 
> 
> ever since bug #900857 it should be allowed to commit using pseudonyms to
> our repos. For example, 
> "Signed-off-by: juippis <juippis@gentoo.org>" should be valid now, but it's
> blocked by git hooks.

The error you get when you try would be helpful.
Comment 4 Alec Warner (RETIRED) archtester gentoo-dev Security 2023-07-22 15:26:00 UTC
ahh I suspect its:

https://gitweb.gentoo.org/infra/githooks.git/tree/local/update-06-copyright

And we either need to drop this entirely, or add an 'alias' field of some kind to LDAP so we can match to LDAP users for developer SOB.

I'm not entirely sure what controls are wanted anymore, raised this in -council for the moment.