hwoarang 14/11/09 10:12:20
Modified: buildbot-0.8.9-r1.ebuild buildbot-9999.ebuild
ChangeLog
Log:
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!)
Revision Changes Path
1.2 dev-util/buildbot/buildbot-0.8.9-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild?r1=1.1&r2=1.2
Index: buildbot-0.8.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-0.8.9-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildbot-0.8.9-r1.ebuild 18 Oct 2014 15:19:24 -0000 1.1
+++ buildbot-0.8.9-r1.ebuild 9 Nov 2014 10:12:20 -0000 1.2
@@ -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 @@
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
}
1.8 dev-util/buildbot/buildbot-9999.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild?r1=1.7&r2=1.8
Index: buildbot-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/buildbot-9999.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- buildbot-9999.ebuild 18 Oct 2014 15:19:24 -0000 1.7
+++ buildbot-9999.ebuild 9 Nov 2014 10:12:20 -0000 1.8
@@ -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 @@
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
}
1.159 dev-util/buildbot/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.159&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?rev=1.159&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot/ChangeLog?r1=1.158&r2=1.159
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog 18 Oct 2014 15:19:24 -0000 1.158
+++ ChangeLog 9 Nov 2014 10:12:20 -0000 1.159
@@ -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 <[email protected]> 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)