Commit 7058a802 authored by Holger Levsen's avatar Holger Levsen
Browse files

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

parent d4734534
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -10,9 +10,8 @@ todo for rebuilderd munin plugins, for each arch
	- 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...
	- as user rebuilderd on o5:
	- for arch in $(dirname `cd ; ls */rebuilderd.db`); 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

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