From 1975069c97cd506ee8bb02e3620de3c12d444c5c Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 1 Jul 2020 19:28:04 +1000 Subject: gitea -> git. --- README.md | 4 ++-- apt-panopticon-report-email-web.lua | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0ea308..2edc3ca 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ The details of that are yet to be determined. You can get the source code from [https://sledjhamr.org/cgit/apt-panopticon/](https://sledjhamr.org/cgit/apt-panopticon/) (main repo) -and [https://gitea.devuan.dev/onefang/apt-panopticon](https://gitea.devuan.dev/onefang/apt-panopticon) (Devuan repo). +and [https://git.devuan.dev/onefang/apt-panopticon](https://git.devuan.dev/onefang/apt-panopticon) (Devuan repo). You can get the cgp graphing source code from [https://sledjhamr.org/cgit/apt-panopticon_cgp/]() (main repo) -and [https://gitea.devuan.dev/onefang/apt-panopticon_cgp](https://gitea.devuan.dev/onefang/apt-panopticon_cgp) (Devuan repo). +and [https://git.devuan.dev/onefang/apt-panopticon_cgp](https://git.devuan.dev/onefang/apt-panopticon_cgp) (Devuan repo). 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) diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 7c68e91..f293a4e 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 "* 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/ (main repo)\n" .. - "and from https://gitea.devuan.dev/onefang/apt-panopticon' (Devuan repo).\n" .. + "and from https://git.devuan.dev/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://gitea.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. + "and https://git.devuan.dev/onefang/apt-panopticon_cgp (Devuan repo)\n\n" .. "Love\n\n" .. "The Dev1Devs\n\n") email:close() @@ -569,9 +569,9 @@ if nil == web then C("opening mirrors file - " .. e) else web:write( "
\n
\n

The email report.   " .. "All the logs and other output.   " .. "You can get the source code here (main repo)" .. - "and here (Devuan repo).  " .. + "and here (Devuan repo).  " .. "You can get the cgp graphing source code here (main repo)" .. - "and here (Devuan repo).

\n" + "and here (Devuan repo).

\n" ) local whn = APT.exe('TZ="GMT" ls -dl1 --time-style="+%s" results/stamp | cut -d " " -f 6-6'):Do().result:sub(2, -2) web:write( "

This run took " .. (os.time() - tonumber("0" .. whn)) .. " seconds.

" .. -- cgit v1.1