Skip to content

Commit

Permalink
Add downloads/docs access for the release manager of Python 3.14 and …
Browse files Browse the repository at this point in the history
…3.15 (3.26?) (#356)
  • Loading branch information
ambv authored May 21, 2024
1 parent 5508043 commit fb015e6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions pillar/base/users.sls
Original file line number Diff line number Diff line change
Expand Up @@ -464,3 +464,20 @@ users:
buildbot:
allowed: True
sudo : True

hugovk:
fullname: "Hugo van Kemenade"
ssh_keys:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGTTCyZejfWSW277j177F09VOt8dctuFRpDnsLe+7Ifw [email protected]
access:
downloads:
sudo: True
allowed: True
groups:
- downloads
docs:
sudo: True
allowed: True
groups:
- docs
- docsbuild

0 comments on commit fb015e6

Please sign in to comment.