diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2014-11-09 10:12:20 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2014-11-09 10:12:20 +0000 |
commit | 9badc4a47f4f3f69aea456dd293ab9e0efb55605 (patch) | |
tree | 58ee9f2626e774ff550fb6d4dbb261bb4e5aafe2 /dev-util/buildbot | |
parent | Separate s-s-d arguments from rwhoisd arguments by Joshua Coombs (bug #501924... (diff) | |
download | gentoo-2-9badc4a47f4f3f69aea456dd293ab9e0efb55605.tar.gz gentoo-2-9badc4a47f4f3f69aea456dd293ab9e0efb55605.tar.bz2 gentoo-2-9badc4a47f4f3f69aea456dd293ab9e0efb55605.zip |
Stop protecting files in /usr/lib/python. This is getting rather painful on upgrades and administrators should be able to do it themselves if needed
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Diffstat (limited to 'dev-util/buildbot')
-rw-r--r-- | dev-util/buildbot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-0.8.9-r1.ebuild | 15 | ||||
-rw-r--r-- | dev-util/buildbot/buildbot-9999.ebuild | 15 |
3 files changed, 8 insertions, 29 deletions
diff --git a/dev-util/buildbot/ChangeLog b/dev-util/buildbot/ChangeLog index 6d09e7dc5414..1cadd72bc49d 100644 --- a/dev-util/buildbot/ChangeLog +++ b/dev-util/buildbot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/buildbot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.158 2014/10/18 15:19:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v 1.159 2014/11/09 10:12:20 hwoarang Exp $ + + 09 Nov 2014; Markos Chandras <hwoarang@gentoo.org> buildbot-0.8.9-r1.ebuild, + buildbot-9999.ebuild: + Stop protecting files in /usr/lib/python. This is getting rather painful on + upgrades and administrators should be able to do it themselves if needed *buildbot-0.8.9-r1 (18 Oct 2014) diff --git a/dev-util/buildbot/buildbot-0.8.9-r1.ebuild b/dev-util/buildbot/buildbot-0.8.9-r1.ebuild index 2e2fdf53a896..4515acbea364 100644 --- a/dev-util/buildbot/buildbot-0.8.9-r1.ebuild +++ b/dev-util/buildbot/buildbot-0.8.9-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild,v 1.1 2014/10/18 15:19:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild,v 1.2 2014/11/09 10:12:20 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -83,19 +83,6 @@ src_install() { newinitd "${FILESDIR}/buildmaster.initd" buildmaster systemd_dounit "${FILESDIR}"/${PN}.service - # In case of multiple masters, it's possible to edit web files - # so all master can share the changes. So protect them! - # If something else need to be protected, please open a bug - # on http://bugs.gentoo.org - local cp - add_config_protect() { - cp+=" $(python_get_sitedir)/${PN}/status/web" - } - python_execute_function -q add_config_protect - echo "CONFIG_PROTECT=\"${cp}\"" \ - > 85${PN} || die - doenvd 85${PN} - readme.gentoo_create_doc } diff --git a/dev-util/buildbot/buildbot-9999.ebuild b/dev-util/buildbot/buildbot-9999.ebuild index 555941650f3c..8b130e4d19c5 100644 --- a/dev-util/buildbot/buildbot-9999.ebuild +++ b/dev-util/buildbot/buildbot-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.7 2014/10/18 15:19:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v 1.8 2014/11/09 10:12:20 hwoarang Exp $ EAPI="5" PYTHON_COMPAT=( python2_7 ) @@ -92,19 +92,6 @@ src_install() { newinitd "${FILESDIR}/buildmaster.initd" buildmaster systemd_dounit "${FILESDIR}"/${PN}.service - # In case of multiple masters, it's possible to edit web files - # so all master can share the changes. So protect them! - # If something else need to be protected, please open a bug - # on http://bugs.gentoo.org - local cp - add_config_protect() { - cp+=" $(python_get_sitedir)/${PN}/status/web" - } - python_execute_function -q add_config_protect - echo "CONFIG_PROTECT=\"${cp}\"" \ - > 85${PN} || die - doenvd 85${PN} - readme.gentoo_create_doc } |