Skip to content

Commit fb015e6

Browse files
authored
Add downloads/docs access for the release manager of Python 3.14 and 3.15 (3.26?) (#356)
1 parent 5508043 commit fb015e6

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pillar/base/users.sls

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,3 +464,20 @@ users:
464464
buildbot:
465465
allowed: True
466466
sudo : True
467+
468+
hugovk:
469+
fullname: "Hugo van Kemenade"
470+
ssh_keys:
471+
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGTTCyZejfWSW277j177F09VOt8dctuFRpDnsLe+7Ifw [email protected]
472+
access:
473+
downloads:
474+
sudo: True
475+
allowed: True
476+
groups:
477+
- downloads
478+
docs:
479+
sudo: True
480+
allowed: True
481+
groups:
482+
- docs
483+
- docsbuild

0 commit comments

Comments
 (0)