diff options
author | onefang | 2020-06-18 01:25:48 +1000 |
---|---|---|
committer | onefang | 2020-06-18 01:25:48 +1000 |
commit | bd43a331870ddfb1e76c0d08e9af6b4737707448 (patch) | |
tree | 64c8ae6410c9cdd2c4156a04f08ce347e2a5ccf9 | |
parent | Create the DNS-RR good and bad files. (diff) | |
download | apt-panopticon-bd43a331870ddfb1e76c0d08e9af6b4737707448.zip apt-panopticon-bd43a331870ddfb1e76c0d08e9af6b4737707448.tar.gz apt-panopticon-bd43a331870ddfb1e76c0d08e9af6b4737707448.tar.bz2 apt-panopticon-bd43a331870ddfb1e76c0d08e9af6b4737707448.tar.xz |
Migrate to gitea.devuan.dev for the Devuan repo.
-rw-r--r-- | README.md | 4 | ||||
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -29,9 +29,9 @@ The details of that are yet to be determined. | |||
29 | 29 | ||
30 | 30 | ||
31 | You can get the source code from [https://sledjhamr.org/cgit/apt-panopticon/](https://sledjhamr.org/cgit/apt-panopticon/) (main repo) | 31 | You can get the source code from [https://sledjhamr.org/cgit/apt-panopticon/](https://sledjhamr.org/cgit/apt-panopticon/) (main repo) |
32 | and [https://git.devuan.org/onefang/apt-panopticon](https://git.devuan.org/onefang/apt-panopticon) (Devuan repo). | 32 | and [https://gitea.devuan.dev/onefang/apt-panopticon](https://gitea.devuan.dev/onefang/apt-panopticon) (Devuan repo). |
33 | You can get the cgp graphing source code from [https://sledjhamr.org/cgit/apt-panopticon_cgp/]() (main repo) | 33 | You can get the cgp graphing source code from [https://sledjhamr.org/cgit/apt-panopticon_cgp/]() (main repo) |
34 | and [https://git.devuan.org/onefang/apt-panopticon_cgp](https://git.devuan.org/onefang/apt-panopticon_cgp) (Devuan repo). | 34 | and [https://gitea.devuan.dev/onefang/apt-panopticon_cgp](https://gitea.devuan.dev/onefang/apt-panopticon_cgp) (Devuan repo). |
35 | 35 | ||
36 | The issue tracker is at [https://sledjhamr.org/mantisbt/project_page.php?project_id=13](https://sledjhamr.org/mantisbt/project_page.php?project_id=13) | 36 | The issue tracker is at [https://sledjhamr.org/mantisbt/project_page.php?project_id=13](https://sledjhamr.org/mantisbt/project_page.php?project_id=13) |
37 | 37 | ||
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 9c21afb..7c68e91 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua | |||
@@ -445,9 +445,9 @@ if nil == email then C("opening mirrors file - " .. e) else | |||
445 | "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" .. | 445 | "* This means that this protocol isn't actually supported, but the test was run ayway.\n\n" .. |
446 | "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. | 446 | "Thanks for your precious help in ensuring that Devuan GNU+Linux \nremains a universal, stable, dependable, free operating system.\n\n" .. |
447 | "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" .. | 447 | "You can get the source code from https://sledjhamr.org/cgit/apt-panopticon/about/ (main repo)\n" .. |
448 | "and from https://git.devuan.org/onefang/apt-panopticon' (Devuan repo).\n" .. | 448 | "and from https://gitea.devuan.dev/onefang/apt-panopticon' (Devuan repo).\n" .. |
449 | "You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" .. | 449 | "You can get the cgp graphing source code from https://sledjhamr.org/cgit/apt-panopticon_cgp/about/ (main repo)\n" .. |
450 | "and https://git.devuan.org/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. | 450 | "and https://gitea.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. |
451 | "Love\n\n" .. | 451 | "Love\n\n" .. |
452 | "The Dev1Devs\n\n") | 452 | "The Dev1Devs\n\n") |
453 | email:close() | 453 | email:close() |
@@ -569,9 +569,9 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
569 | web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. " .. | 569 | web:write( "<hr>\n<hr>\n<p>The <a href='Report-email.txt'>email report</a>. " .. |
570 | "All <a href='../results'>the logs and other output</a>. " .. | 570 | "All <a href='../results'>the logs and other output</a>. " .. |
571 | "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" .. | 571 | "You can get the <a href='https://sledjhamr.org/cgit/apt-panopticon/about/'>source code here (main repo)</a>" .. |
572 | "and <a href='https://git.devuan.org/onefang/apt-panopticon'>here (Devuan repo)</a>. " .. | 572 | "and <a href='https://gitea.devuan.dev/onefang/apt-panopticon'>here (Devuan repo)</a>. " .. |
573 | "You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" .. | 573 | "You can get the cgp graphing <a href='https://sledjhamr.org/cgit/apt-panopticon_cgp/about/'>source code here (main repo)</a>" .. |
574 | "and <a href='https://git.devuan.org/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n" | 574 | "and <a href='https://gitea.devuan.dev/onefang/apt-panopticon_cgp'>here (Devuan repo)</a>.</p>\n" |
575 | ) | 575 | ) |
576 | local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2) | 576 | local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2) |
577 | web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.</p>" .. | 577 | web:write( "<p>This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.</p>" .. |