diff options
| author | John Turner <jturner.usa+gentoo@gmail.com> | 2025-11-30 09:56:48 -0500 |
|---|---|---|
| committer | John Turner <jturner.usa+gentoo@gmail.com> | 2025-11-30 09:56:48 -0500 |
| commit | 53902ae28dbe319ee576603fb86ba68e8a0dd6f7 (patch) | |
| tree | 7ae00cd9aff861c60d04f3795fc96e2ebf913a23 | |
| parent | d4e9c8c50f2072e08566f1e11fd49af395ae9bea (diff) | |
| download | ebuilds-53902ae28dbe319ee576603fb86ba68e8a0dd6f7.tar.gz | |
add buildbot acct-user ebuild
| -rw-r--r-- | acct-user/buildbot/buildbot-0-r3.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/acct-user/buildbot/buildbot-0-r3.ebuild b/acct-user/buildbot/buildbot-0-r3.ebuild new file mode 100644 index 0000000..f8a3b63 --- /dev/null +++ b/acct-user/buildbot/buildbot-0-r3.ebuild @@ -0,0 +1,15 @@ +# Copyright 2019-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="Buildbot program user" +ACCT_USER_ID=393 + +ACCT_USER_HOME=/var/lib/buildbot +ACCT_USER_HOME_PERMS=0700 + +acct-user_add_deps +SLOT="0" |
