From bd43a331870ddfb1e76c0d08e9af6b4737707448 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 18 Jun 2020 01:25:48 +1000 Subject: Migrate to gitea.devuan.dev for the Devuan repo. --- apt-panopticon-report-email-web.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'apt-panopticon-report-email-web.lua') diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 9c21afb..7c68e91 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -445,9 +445,9 @@ if nil == email then C("opening mirrors file - " .. e) else "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" .. "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" .. - "and from https://git.devuan.org/onefang/apt-panopticon' (Devuan repo).\n" .. + "and from https://gitea.devuan.dev/onefang/apt-panopticon' (Devuan repo).\n" .. "You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" .. - "and https://git.devuan.org/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. + "and https://gitea.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. "Love\n\n" .. "The Dev1Devs\n\n") email:close() @@ -569,9 +569,9 @@ if nil == web then C("opening mirrors file - " .. e) else web:write( "
\n
\n

The email report.   " .. "All the logs and other output.   " .. "You can get the source code here (main repo)" .. - "and here (Devuan repo).  " .. + "and here (Devuan repo).  " .. "You can get the cgp graphing source code here (main repo)" .. - "and here (Devuan repo).

\n" + "and here (Devuan repo).

\n" ) local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2) web:write( "

This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.

" .. -- cgit v1.1