commit: 22417b13f9a19ec1172bac1dcb2d9a0916416c29 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Nov 22 04:17:14 2016 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Nov 22 04:17:14 2016 +0000 URL: https://gitweb.gentoo.org/proj/rbot-gentoo.git/commit/?id=22417b13
bug#423207: support devs with periods in nick. Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> gentoo-data.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-data.rb b/gentoo-data.rb index 57cf6e6..f536e44 100644 --- a/gentoo-data.rb +++ b/gentoo-data.rb @@ -400,7 +400,7 @@ plugin.default_auth( 'modify', false ) plugin.default_auth( 'view', true ) REGEX_CP = /^(?:[-[:alnum:]]+\/)?[-+_[:alnum:]]+$/ -REGEX_DEV = /^[-_[:alnum:]]+$/ +REGEX_DEV = /^[-._[:alnum:]]+$/ REGEX_PROJECT = /^[-_@.[:alnum:]]+$/ REGEX_GLSA = /^[-1234567890]+$/
