Github messages for voidlinux
 help / color / mirror / Atom feed
From: 0x5c <0x5c@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] testtest
Date: Mon, 02 May 2022 07:20:17 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36946@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 302 bytes --]

There is a new pull request by 0x5c against master on the void-packages repository

https://github.com/0x5c/void-packages ci-xlint
https://github.com/void-linux/void-packages/pull/36946

testtest
bork bork bork

A patch file from https://github.com/void-linux/void-packages/pull/36946.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ci-xlint-36946.patch --]
[-- Type: text/x-diff, Size: 1961 bytes --]

From e8f08c50443d9c168060587131279dd1629547b7 Mon Sep 17 00:00:00 2001
From: 0x5c <dev@0x5c.io>
Date: Mon, 2 May 2022 00:58:34 -0400
Subject: [PATCH] testtest

---
 common/travis/xlint.sh     | 14 +++++++++++++-
 srcpkgs/net-tools/template |  5 +++--
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/common/travis/xlint.sh b/common/travis/xlint.sh
index 6b3d9e91c90a..5ff2d907ff1d 100755
--- a/common/travis/xlint.sh
+++ b/common/travis/xlint.sh
@@ -11,7 +11,19 @@ common/scripts/lint-commits $base $tip || EXITCODE=$?
 
 for t in $(awk '{ print "srcpkgs/" $0 "/template" }' /tmp/templates); do
 	/bin/echo -e "\x1b[32mLinting $t...\x1b[0m"
-	xlint "$t" || EXITCODE=$?
+	xlint "$t" > /tmp/lint_out || EXITCODE=$?
+#	if [ "$?" -ne 0 ]; then
+		awk '{
+			split($0, a, ": ")
+			split(a[1], b, ":")
+			msg = substr($0, index($0, ": ") + 2)
+			if (b[2]) {
+				line = ",line=" b[2]
+			}
+			print $0
+			printf "::error title=xlint,file=%s%s::%s\n", b[1], line, msg
+		}' /tmp/lint_out
+#	fi
 	common/scripts/lint-version-change "$t" $base $tip || EXITCODE=$?
 done
 exit $EXITCODE
diff --git a/srcpkgs/net-tools/template b/srcpkgs/net-tools/template
index 384feba77fb9..f546e7c72452 100644
--- a/srcpkgs/net-tools/template
+++ b/srcpkgs/net-tools/template
@@ -1,4 +1,4 @@
-# Template file for 'net-tools'
+# Template file for 'net-toolz'
 pkgname=net-tools
 version=1.60.20181103git
 revision=1
@@ -8,9 +8,10 @@ short_desc="Basic networking tools"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/ecki/net-tools"
-distfiles="https://github.com/ecki/net-tools/archive/${_githash}.tar.gz"
+dissfiles="https://github.com/ecki/net-tools/archive/${_githash}.tar.gz"
 checksum=795cb4dd2618ed7ff9a48b9cb63b33780b47dfd7464c8e52ba734e6796cbab17
 
+
 alternatives="
  ifconfig:ifconfig:/usr/bin/${pkgname}-ifconfig
  ifconfig:/usr/share/man/man1/ifconfig.1:/usr/share/man/man8/${pkgname}-ifconfig.8

             reply	other threads:[~2022-05-02  5:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-02  5:20 0x5c [this message]
2022-05-02  5:21 ` testtest 0x5c
2022-05-02  5:21 ` [PR PATCH] [Closed]: testtest 0x5c

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-36946@inbox.vuxu.org \
    --to=0x5c@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).