diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-05-02 23:57:27 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-05-02 23:57:27 +0200 |
commit | 05bb65d347c541993fdebfb6cdcec39b6646ef4c (patch) | |
tree | 7f90c656f008f1c8fb9ce07adddd0eeb59d34b8b | |
parent | 760fba3c1c9a40040bbe08a87c3fc7c8b717a2bb (diff) | |
download | jenkins.debian.net-05bb65d347c541993fdebfb6cdcec39b6646ef4c.tar.xz |
reproducible Debian: also link to worker.log's (and make them more meaningful / easier to read too)
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rwxr-xr-x | bin/reproducible_build_service.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh index 7d457c5f..fe758592 100755 --- a/bin/reproducible_build_service.sh +++ b/bin/reproducible_build_service.sh @@ -259,6 +259,8 @@ done # FIXME: TODO left for _service.sh: # * logs should auto display in browser like with jenkins… # - 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 # * enabling the service in update_jdn # * maintenance job might want to: # - check for running builds using systemctl show & ps fax |