diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-18 17:32:38 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-18 17:35:32 +0200 |
commit | cc06d8d8c074af9d2eb4f93540b12d182fedb4cb (patch) | |
tree | d465191ee1387f7aabdfed93250df33c638982e5 /bin | |
parent | af731f7e42094185a7d5147f25af8064b716c6ea (diff) | |
download | jenkins.debian.net-cc06d8d8c074af9d2eb4f93540b12d182fedb4cb.tar.xz |
reproducible Debian: briefly explain the systemd build service worker setup
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build_service.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh index fe758592..5690606f 100755 --- a/bin/reproducible_build_service.sh +++ b/bin/reproducible_build_service.sh @@ -261,6 +261,7 @@ done # - mostly done, except one needs to manually scroll down… (could probably be fixed with javascript…) # * there's also https://jenkins.debian.net/userContent/reproducible/debian/build_service/amd64_1/worker.log (for all the workers…) # - no automatic reload for that yet, though. and not linked anywhere +# - probably together with build nodes graphs? # * enabling the service in update_jdn # * maintenance job might want to: # - check for running builds using systemctl show & ps fax @@ -269,4 +270,3 @@ done # - remove cleanup_nodes.sh once this works # - add support for disabling archs and for shutdown+respan of workers # - add support for starting/stopping workers for specific archs -# * document the new setup in README |