Mason dashboard
- Force build now
-
-
-
-
Crashed build machines
- Crashed machines have not sent a heartbeat for several hours.
+ Crashed machines have not sent a heartbeat for several hours:
Broken build machines
- Broken machines have not had a successful build for over a week.
+ Broken machines have not had a successful build for over a week:
+ Force build now
+ Requires build engineer status.
+
+
+
+
+
Make a release
+ Requires build engineer status.
+
| Version: | |
diff --git a/extra/webapps/mason/dashboard/dashboard.factor b/extra/webapps/mason/dashboard/dashboard.factor
index c6edd2ec99..cae5932b35 100644
--- a/extra/webapps/mason/dashboard/dashboard.factor
+++ b/extra/webapps/mason/dashboard/dashboard.factor
@@ -9,7 +9,9 @@ IN: webapps.mason.downloads
[ package-url ] [ [ os>> ] [ cpu>> ] bi "/" glue ] bi
[XML ><-> XML]
] map
- [XML XML] ;
+ [ [XML No machines.
XML] ]
+ [ [XML XML] ]
+ if-empty ;
: ( -- action )
diff --git a/extra/webapps/mason/downloads.xml b/extra/webapps/mason/downloads.xml
index fd9acf35d0..3fcb997d83 100644
--- a/extra/webapps/mason/downloads.xml
+++ b/extra/webapps/mason/downloads.xml
@@ -14,6 +14,6 @@
-Build farm dashboard (core team only)
.
+If you're curious, take a look at the Build farm dashboard.
diff --git a/extra/webapps/mason/mason.factor b/extra/webapps/mason/mason.factor
index 4f816bb482..25736b884a 100644
--- a/extra/webapps/mason/mason.factor
+++ b/extra/webapps/mason/mason.factor
@@ -47,10 +47,10 @@ build-engineer? define-capability
{ mason-app "dashboard" } >>template
"" add-responder
-