Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/slurm/
Date: Fri, 30 Jul 2021 23:31:19
Message-Id: 1627687816.4b6fd057b47979a6d444aa79f920c08a3203e7a1.sam@gentoo
1 commit: 4b6fd057b47979a6d444aa79f920c08a3203e7a1
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:59:17 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 23:30:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b6fd057
7
8 sys-cluster/slurm: [QA] call tmpfiles_process in pkg_postinst
9
10 This is needed to actually apply the tmpfiles configuration
11 we've installed in the ebuild. See tmpfiles.eclass documentation.
12
13 Package-Manager: Portage-3.0.20, Repoman-3.0.3
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild | 2 ++
17 1 file changed, 2 insertions(+)
18
19 diff --git a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild b/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild
20 index f8a84798d70..f964ff1a8d4 100644
21 --- a/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild
22 +++ b/sys-cluster/slurm/slurm-20.11.0.1-r101.ebuild
23 @@ -250,6 +250,8 @@ pkg_postinst() {
24 done
25 echo
26
27 + tmpfiles_process slurm.conf
28 +
29 elog "Please visit the file '/usr/share/doc/${P}/html/configurator.html"
30 elog "through a (javascript enabled) browser to create a configureation file."
31 elog "Copy that file to /etc/slurm/slurm.conf on all nodes (including the headnode) of your cluster."