Merge branch 'develop' of ssh://gitorious.psi.ch/sinqdev/sics into develop

Conflicts:
	fourmess.c
This commit is contained in:
2016-01-29 08:53:00 +01:00
50 changed files with 183 additions and 201 deletions

View File

@ -500,12 +500,12 @@ proc schneggestatus {} {
if {$runtime > $starttime} {
sct writestatus evalcheck
}
return busy
return run
}
evalcheck {
set tst [hval /sics/farm/schneggerunning]
if {$tst == 1} {
return busy
return run
} else {
return idle
}