diff options
author | onefang | 2019-11-27 20:03:09 +1000 |
---|---|---|
committer | onefang | 2019-11-27 20:03:09 +1000 |
commit | e23d062052968fd315f20da110c42e108aa35bd9 (patch) | |
tree | 3f39337848df51e23dff5a4883f0a82d78c6aa79 | |
parent | Update the email report to match the web report. (diff) | |
download | apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.zip apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.tar.gz apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.tar.bz2 apt-panopticon-e23d062052968fd315f20da110c42e108aa35bd9.tar.xz |
Add a link to the source code.
Diffstat (limited to '')
-rwxr-xr-x | apt-panopticon-report-email.lua | 1 | ||||
-rwxr-xr-x | apt-panopticon-report-web.lua | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apt-panopticon-report-email.lua b/apt-panopticon-report-email.lua index 5cf2d05..b9c1b30 100755 --- a/apt-panopticon-report-email.lua +++ b/apt-panopticon-report-email.lua | |||
@@ -281,6 +281,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
281 | file:write( "\n==== faulty mirrors: ====\n" .. faulty) | 281 | file:write( "\n==== faulty mirrors: ====\n" .. faulty) |
282 | file:write( "\n---- END MIRROR-STATUS ----\n\n" .. | 282 | file:write( "\n---- END MIRROR-STATUS ----\n\n" .. |
283 | "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. | 283 | "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. |
284 | "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ ." .. | ||
284 | "Love\n\n" .. | 285 | "Love\n\n" .. |
285 | "The Dev1Devs\n\n") | 286 | "The Dev1Devs\n\n") |
286 | file:close() | 287 | file:close() |
diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 4064ec1..9a90860 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua | |||
@@ -355,6 +355,7 @@ if nil == file then C("opening mirrors file - " .. e) else | |||
355 | file:write( "\n<br>\n\n" .. | 355 | file:write( "\n<br>\n\n" .. |
356 | "<p>The <a href='Report-email.txt'>email report</a>.</p>" .. | 356 | "<p>The <a href='Report-email.txt'>email report</a>.</p>" .. |
357 | "<p>All <a href='../results'>the logs and other output</a>.</p>" .. | 357 | "<p>All <a href='../results'>the logs and other output</a>.</p>" .. |
358 | "<p>You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here</a>.</p>" .. | ||
358 | "</body></html>\n") | 359 | "</body></html>\n") |
359 | file:close() | 360 | file:close() |
360 | end | 361 | end |