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(-)

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( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. &nbsp; " ..
 		"All <a href='../results'>the logs and other output</a>. &nbsp; " ..
-		"You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>\n")
+		"You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" ..
+		"and <a href='https://git.devuan.org/onefang/apt-panopticon'>here (Devuan repo)</a>. &nbsp;" ..
+		"You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" .. 
+		"and <a href='https://git.devuan.org/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n"
+		)
     local status, whn = APT.execute('TZ="GMT" ls -l1 --time-style="+%s" results/stamp | cut -d " " -f 6-6')
     web:write(  "<p>This run took " .. (os.time() - tonumber("0" .. whn:sub(2, -2))) .. " seconds.</p>" ..
 		"\n</body></html>\n")
-- 
cgit v1.1