summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build_service.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-04-21 14:32:07 +0200
committerHolger Levsen <holger@layer-acht.org>2017-04-21 14:32:07 +0200
commitd3d5ba293c97ffe52ac5f592394b3f05d9e88722 (patch)
treeeff3a71f8e46f6bdc420b459b0bc6cceaf66d9e7 /bin/reproducible_build_service.sh
parent3bc77450b7b12e539777da7a81d1f5f2fdd6a5bb (diff)
downloadjenkins.debian.net-d3d5ba293c97ffe52ac5f592394b3f05d9e88722.tar.xz
reproducible Debian: update TODO for r-b builder services implentation
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_build_service.sh')
-rwxr-xr-xbin/reproducible_build_service.sh12
1 files changed, 8 insertions, 4 deletions
diff --git a/bin/reproducible_build_service.sh b/bin/reproducible_build_service.sh
index 3d593d79..0d3e260b 100755
--- a/bin/reproducible_build_service.sh
+++ b/bin/reproducible_build_service.sh
@@ -63,8 +63,12 @@ esac
/srv/jenkins/bin/reproducible_build.sh $NODE1 $NODE2 >$BUILD_BASE/$BUILD_ID/console.log 2>&1
-# < h01ger> | logs should auto display in browser like with jenkins… (long-polling, meta-refresh, something)
-# < h01ger> | and we need maintenance to cleanup the log files eventually
-# < h01ger> | and translate that yaml to crontab entries, starting with i386
-
+# TODO left:
+# * maintenance job needs to:
+# - cleanup the log files eventually
+# - check for running builds using systemctl show
+# * logs should auto display in browser like with jenkins… (long-polling, meta-refresh, something)
+# - there's an NPH solution pointed out by Xtaran
+# * translate yaml into a script or such to create those service files (done for i386 for now)
+# * have one service per arch, starting X build jobs instead?