From: Björn Jacke Date: Mon, 30 Dec 2013 13:07:59 +0000 (+0100) Subject: use https for extermal and protocol indepentent links for ourself X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=13df6dca7663fe0a3966a96a7799f62dc3030844 use https for extermal and protocol indepentent links for ourself --- diff --git a/buildfarm/web/__init__.py b/buildfarm/web/__init__.py index b7f01942..08d577a1 100755 --- a/buildfarm/web/__init__.py +++ b/buildfarm/web/__init__.py @@ -54,7 +54,7 @@ import time import wsgiref.util webdir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "web")) -GITWEB_BASE = "http://gitweb.samba.org" +GITWEB_BASE = "https://gitweb.samba.org" HISTORY_HORIZON = 1000 # this is automatically filled in @@ -533,7 +533,7 @@ class ViewBuildPage(BuildFarmPage): yield "

Build log:

\n" yield print_log_pretty(log) - yield "

Some of the above icons derived from the Gnome Project's stock icons.

" + yield "

Some of the above icons derived from the Gnome Project's stock icons.

" yield "" else: yield "

Switch to the \n" yield " " yield " " - yield " " - yield " " + yield " " + yield " " yield " " yield ""