aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-26 11:41:02 +1000
committeronefang2019-12-26 11:41:02 +1000
commit112a4298a30c2865acaefac1e68cd5f08646e100 (patch)
tree632512e31390ad9593a59883dd292be118582307 /apt-panopticon-report-email-web.lua
parentFix up Updated time checks. (diff)
downloadapt-panopticon-112a4298a30c2865acaefac1e68cd5f08646e100.zip
apt-panopticon-112a4298a30c2865acaefac1e68cd5f08646e100.tar.gz
apt-panopticon-112a4298a30c2865acaefac1e68cd5f08646e100.tar.bz2
apt-panopticon-112a4298a30c2865acaefac1e68cd5f08646e100.tar.xz
Add g.d.o links, coz golinux got grumpy.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua11
1 files changed, 9 insertions, 2 deletions
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
255 email:write( "\n-------------------------\n\n" .. 255 email:write( "\n-------------------------\n\n" ..
256 "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" .. 256 "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" ..
257 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. 257 "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" ..
258 "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ .\n\n" .. 258 "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" ..
259 "and from https://git.devuan.org/onefang/apt-panopticon' (Devuan repo).\n" ..
260 "You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" ..
261 "and https://git.devuan.org/onefang/apt-panopticon_cgp (Devuan repo)\n" ..
259 "Love\n\n" .. 262 "Love\n\n" ..
260 "The Dev1Devs\n\n") 263 "The Dev1Devs\n\n")
261 email:close() 264 email:close()
@@ -585,7 +588,11 @@ if nil == web then C("opening mirrors file - " .. e) else
585 588
586 web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " .. 589 web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
587 "All <a href='../results'>the logs and other output</a>. &nbsp; " .. 590 "All <a href='../results'>the logs and other output</a>. &nbsp; " ..
588 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>\n") 591 "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" ..
592 "and <a href='https://git.devuan.org/onefang/apt-panopticon'>here (Devuan repo)</a>. &nbsp;" ..
593 "You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" ..
594 "and <a href='https://git.devuan.org/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n"
595 )
589 local status, whn = APT.execute('TZ="GMT" ls -l1 --time-style="+%s" results/stamp | cut -d " " -f 6-6') 596 local status, whn = APT.execute('TZ="GMT" ls -l1 --time-style="+%s" results/stamp | cut -d " " -f 6-6')
590 web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn:sub(2, -2))) .. " seconds.</p>" .. 597 web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn:sub(2, -2))) .. " seconds.</p>" ..
591 "\n</body></html>\n") 598 "\n</body></html>\n")