summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-16 11:31:41 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-16 16:28:34 +0200
commit3b7e46c32a55f604bb53421f400a630a4cc40f88 (patch)
tree82c42ff9b3e7d9e4ac4113ef9936b72dbb49cdcb
parentb2fd1a6cc0e3bfa2a8290062672ccbbce0a3d4e8 (diff)
downloadjenkins.debian.net-3b7e46c32a55f604bb53421f400a630a4cc40f88.tar.xz
reproducible Debian: explain how to start+stop the workers
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r--TODO4stretch_rename.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO4stretch_rename.txt b/TODO4stretch_rename.txt
index fd2a4b59..fdbc74f5 100644
--- a/TODO4stretch_rename.txt
+++ b/TODO4stretch_rename.txt
@@ -1,6 +1,6 @@
special deployement needed for this:
------------------------------------
- * stop workers # FIXME -command?
+ $ sudo systemctl stop reproducible_build@startup.service
$ sudo -u jenkins /srv/jenkins/bin/reproducible_cleanup_nodes.sh
$ sudo -u jenkins /srv/jenkins/bin/reproducible_cleanup_nodes.sh
* https://jenkins.debian.net/quietDown
@@ -27,7 +27,7 @@ special deployement needed for this:
* https://jenkins.debian.net/view/reproducible/view/Debian_setup_arm64/
* https://jenkins.debian.net/view/reproducible/view/Debian_setup_armhf/
* https://jenkins.debian.net/view/reproducible/view/Debian_setup_i386/
- * restart workers # FIXME -command?
+ $ sudo systemctl start reproducible_build@startup.service
changes not yet prepared in git
-------------------------------