aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/bs-webstatus.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/bs-webstatus.conf')
-rw-r--r--modules/buildsystem/templates/bs-webstatus.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/bs-webstatus.conf b/modules/buildsystem/templates/bs-webstatus.conf
index bfb6c904..9f37a990 100644
--- a/modules/buildsystem/templates/bs-webstatus.conf
+++ b/modules/buildsystem/templates/bs-webstatus.conf
@@ -19,7 +19,7 @@ $title = 'Build system status';
$robots = 'index,nofollow,nosnippet,noarchive';
/** */
-$g_root_url = 'http://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/';
+$g_root_url = 'https://<%= scope.lookupvar('buildsystem::var::webstatus::hostname') %>/';
/** URL to view a package svn revision. %d is replaced by the revision */
$package_commit_url = '<%= scope.lookupvar('buildsystem::var::webstatus::package_commit_url') %>';