diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-27 15:18:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-27 15:18:16 +0200 |
commit | d30e45bbeafeee34dabe370139f26da5c03dc680 (patch) | |
tree | 092db625f624be1d0071ffae250572641ea7a040 | |
parent | 83b5b0b7db5c6038f5ff3ac6f5648b1ea2b5072a (diff) | |
download | jenkins.debian.net-d30e45bbeafeee34dabe370139f26da5c03dc680.tar.xz |
reproducible build service: update TODO
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build_service.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh index 832808e5..aba992e4 100755 --- a/bin/reproducible_build_service.sh +++ b/bin/reproducible_build_service.sh @@ -265,5 +265,6 @@ done # - check if at least one build is running on a build node # * use ExecStop to kill remote builds on shutdown # - remove cleanup_nodes.sh once this works -# * add support for disabling archs and for shutdown+respan of workers +# - 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 |