From 112a4298a30c2865acaefac1e68cd5f08646e100 Mon Sep 17 00:00:00 2001 From: onefang Date: Thu, 26 Dec 2019 11:41:02 +1000 Subject: Add g.d.o links, coz golinux got grumpy. --- apt-panopticon-report-email-web.lua | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 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 42fb19e..84bcd83 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua @@ -255,7 +255,10 @@ if nil == email then C("opening mirrors file - " .. e) else email:write( "\n-------------------------\n\n" .. "* 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/ .\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" .. + "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" .. "Love\n\n" .. "The Dev1Devs\n\n") email:close() @@ -585,7 +588,11 @@ 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.

\n") + "You can get the source code here (main repo)" .. + "and here (Devuan repo).  " .. + "You can get the cgp graphing source code here (main repo)" .. + "and here (Devuan repo).

\n" + ) local status, whn = APT.execute('TZ="GMT" ls -l1 --time-style="+%s" results/stamp | cut -d " " -f 6-6') web:write( "

This run took " .. (os.time() - tonumber("0" .. whn:sub(2, -2))) .. " seconds.

" .. "\n\n") -- cgit v1.1