public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave/files: buildslave.initd
@ 2011-09-03 19:39 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2011-09-03 19:39 UTC (permalink / raw
  To: gentoo-commits

djc         11/09/03 19:39:25

  Modified:             buildslave.initd
  Log:
  Version bump buildbot-slave to 0.8.4.
  
  (Portage version: 2.1.10.12/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-util/buildbot-slave/files/buildslave.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?r1=1.1&r2=1.2

Index: buildslave.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- buildslave.initd	8 Nov 2010 12:21:18 -0000	1.1
+++ buildslave.initd	3 Sep 2011 19:39:25 -0000	1.2
@@ -1,5 +1,5 @@
 #!/sbin/runscript
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
@@ -30,7 +30,7 @@
 	ebegin "Starting buildslave in ${BASEDIR}"
 	# We set HOME here to make something valid show up in the env of child
 	# processes spawned by the buildslave.
-	start-stop-daemon --start -c "${USERNAME}" \
+	start-stop-daemon --start -u "${USERNAME}" \
 		--env HOME="${BASEDIR}" \
 		--exec /usr/bin/python -- /usr/bin/twistd \
 		--no_save \






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave/files: buildslave.initd
@ 2012-09-30 17:24 Dirkjan Ochtman (djc)
  0 siblings, 0 replies; 2+ messages in thread
From: Dirkjan Ochtman (djc) @ 2012-09-30 17:24 UTC (permalink / raw
  To: gentoo-commits

djc         12/09/30 17:24:35

  Modified:             buildslave.initd
  Log:
  Let s-s-d know about custom pidfile (bug 397759, thanks to jbergstroem).
  
  (Portage version: 2.1.11.23/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/buildbot-slave/files/buildslave.initd

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd?r1=1.2&r2=1.3

Index: buildslave.initd
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/buildbot-slave/files/buildslave.initd,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- buildslave.initd	3 Sep 2011 19:39:25 -0000	1.2
+++ buildslave.initd	30 Sep 2012 17:24:35 -0000	1.3
@@ -1,5 +1,5 @@
 #!/sbin/runscript
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 depend() {
@@ -31,6 +31,7 @@
 	# We set HOME here to make something valid show up in the env of child
 	# processes spawned by the buildslave.
 	start-stop-daemon --start -u "${USERNAME}" \
+		--pidfile "${BASEDIR}/buildslave.pid" \
 		--env HOME="${BASEDIR}" \
 		--exec /usr/bin/python -- /usr/bin/twistd \
 		--no_save \





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-30 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-30 17:24 [gentoo-commits] gentoo-x86 commit in dev-util/buildbot-slave/files: buildslave.initd Dirkjan Ochtman (djc)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-03 19:39 Dirkjan Ochtman (djc)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox