diff options
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 11 |
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>. " .. | 589 | web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. " .. |
587 | "All <a href='../results'>the logs and other output</a>. " .. | 590 | "All <a href='../results'>the logs and other output</a>. " .. |
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>. " .. | ||
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") |