Commit d4734534 authored by Holger Levsen's avatar Holger Levsen
Browse files

rdn: document how to reschedule all other errors on all archs

parent c66113ce
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,6 +9,11 @@ todo for rebuilderd munin plugins, for each arch
	- queue size
	- rebuilds per day, total builds per day

document how to reschedule all other errors on all archs:
	- as user rebuilderd on o5 in its homedir:
	- for arch in all amd64 i386 arm64 armel armhf riscv64 ppc64el ; do echo -n "$arch: " ;  grep -A 10000 'id="other-errors"' $arch/stats/index.html |grep /api/|cut -d'<' -f2|cut -d'>' -f2|sort -u|xargs /srv/jenkins/bin/rebuilderd_manual_scheduler.sh $arch ; done
	- optimize to autodect archs...

old plan, currenlty on hold: setup unstable/amd64 and all
	using infom01+02
fix riscv64 nodes: