Gentoo Archives: gentoo-dev

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-dev@l.g.o
Cc: graaff@g.o, patrick@g.o
Subject: [gentoo-dev] dev-util/jenkins-bin GLEP-81 migration
Date: Wed, 25 Dec 2019 15:12:45
Message-Id: 20191225151149.12078-1-whissi@gentoo.org
1 Hi,
2
3 please see my first package migration to GLEP 81.
4
5 Complete change set can be found at https://github.com/gentoo/gentoo/pull/14121.
6
7 Previous ebuilds using user eclass called
8
9 fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR} ${JENKINS_DIR}/home ${JENKINS_DIR}/backup
10
11 which I changed to
12
13 fowners jenkins:jenkins /var/log/jenkins ${JENKINS_DIR}/home ${JENKINS_DIR}/backup
14
15 in assumption that $JENKINS_DIR is now maintained through acct-* package.
16
17 I changed chmod for $HOME to 0750 which should be a safer default.
18
19 Thanks.

Replies