pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gatus: Some clean-up
Module Name: pkgsrc-wip
Committed By: Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By: drixter
Date: Sat Jul 4 18:51:50 2026 +0200
Changeset: 6b742843e583a6b7ba9250401560467b42d38a80
Modified Files:
gatus/DESCR
gatus/Makefile
Removed Files:
gatus/TODO
Log Message:
gatus: Some clean-up
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6b742843e583a6b7ba9250401560467b42d38a80
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gatus/DESCR | 19 -------------------
gatus/Makefile | 9 +++++----
gatus/TODO | 7 -------
3 files changed, 5 insertions(+), 30 deletions(-)
diffs:
diff --git a/gatus/DESCR b/gatus/DESCR
index 3d5a81504c..30b06b3cb3 100644
--- a/gatus/DESCR
+++ b/gatus/DESCR
@@ -1,23 +1,4 @@
-TODO: Adjust the following lines from README.md
-
-[](https://gatus.io)
-
-
-[](https://goreportcard.com/report/github.com/TwiN/gatus)
-[](https://codecov.io/gh/TwiN/gatus)
-[](https://github.com/TwiN/gatus)
-[](https://cloud.docker.com/repository/docker/twinproduction/gatus)
-[](https://github.com/TwiN)
-
Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS
queries as well as evaluate the result of said queries by using a list of conditions on values like the status code,
the response time, the certificate expiration, the body and many others. The icing on top is that each of these health
checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.
-
-I personally deploy it in my Kubernetes cluster and let it monitor the status of my
-core applications: https://status.twin.sh/
-
-_Looking for a managed solution? Check out [Gatus.io](https://gatus.io)._
-
-<details>
-...
diff --git a/gatus/Makefile b/gatus/Makefile
index 518c4fecfb..04ebd88dce 100644
--- a/gatus/Makefile
+++ b/gatus/Makefile
@@ -1,17 +1,16 @@
# $NetBSD$
DISTNAME= gatus-5.36.0
-CATEGORIES= systuils
+CATEGORIES= systuils net
MASTER_SITES= ${MASTER_SITE_GITHUB:=TwiN/}
-GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
+#GITHUB_TAG= refs/tags/v${PKGVERSION_NOREV}
+GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= https://github.com/TwiN/gatus/
COMMENT= Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services
LICENSE= apache-2.0
-# Work around github tag/unpack-name confusion.
-# \todo Hoist fix to github.mk.
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_LANGUAGES= c
@@ -20,3 +19,5 @@ USE_LANGUAGES= c
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
+
+
diff --git a/gatus/TODO b/gatus/TODO
deleted file mode 100644
index 8e76901da2..0000000000
--- a/gatus/TODO
+++ /dev/null
@@ -1,7 +0,0 @@
-- Finish Makefile fields
-- Remediate githubby content in DESCR
-- Resolve sqlite netbsd problem
- # modernc.org/sqlite/lib
- ../.gopath/pkg/mod/modernc.org/sqlite@v1.50.1/lib/sqlite_netbsd_amd64.go:112447:5: mu.enter undefined (type mutex has no field or method enter)
- ../.gopath/pkg/mod/modernc.org/sqlite@v1.50.1/lib/sqlite_netbsd_amd64.go:112448:11: mu.leave undefined (type mutex has no field or method leave)
-- Prepare COMMIT_MSG
Home |
Main Index |
Thread Index |
Old Index