diff --git a/extra/mason/config/config.factor b/extra/mason/config/config.factor index 6f283a3918..0fe095b4e6 100644 --- a/extra/mason/config/config.factor +++ b/extra/mason/config/config.factor @@ -36,10 +36,10 @@ SYMBOL: boot-flags SYMBOL: builder-debug ! URL for counter notifications. -INITIALIZED-SYMBOL: counter-url [ "http://builds.factorcode.org/counter" ] +INITIALIZED-SYMBOL: counter-url [ "https://builds.factorcode.org/counter" ] ! URL for status notifications. -INITIALIZED-SYMBOL: status-url [ "http://builds.factorcode.org/status-update" ] +INITIALIZED-SYMBOL: status-url [ "https://builds.factorcode.org/status-update" ] ! Password for status notifications. SYMBOL: status-secret @@ -58,7 +58,7 @@ SYMBOL: docs-username SYMBOL: docs-directory ! URL to notify server about new docs -INITIALIZED-SYMBOL: docs-update-url [ "http://builds.factorcode.org/docs-update" ] +INITIALIZED-SYMBOL: docs-update-url [ "https://builds.factorcode.org/docs-update" ] ! Boolean. Do we upload package binaries? SYMBOL: upload-package? diff --git a/extra/webapps/mason/backend/watchdog/watchdog.factor b/extra/webapps/mason/backend/watchdog/watchdog.factor index f4b06658d4..351cfe863d 100644 --- a/extra/webapps/mason/backend/watchdog/watchdog.factor +++ b/extra/webapps/mason/backend/watchdog/watchdog.factor @@ -12,7 +12,7 @@ IN: webapps.mason.backend.watchdog
Machines which are not sending heartbeats: