! Copyright (C) 2010 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. USING: accessors combinators kernel furnace.actions html.forms sequences sorting xml.syntax webapps.mason.backend webapps.mason.utils ; IN: webapps.mason.downloads CONSTANT: CRASHED [XML CRASHED XML] CONSTANT: BROKEN [XML BROKEN XML] : builder-status ( builder -- status/f ) { { [ dup crashed? ] [ drop CRASHED ] } { [ dup broken? ] [ drop BROKEN ] } [ drop f ] } cond ; : builder-list ( seq -- xml ) [ os/cpu ] sort-with [ [ report-url ] [ os/cpu ] [ builder-status ] tri [XML
No machines.
XML] ] [ [XML