From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 59BDB1382C5 for ; Mon, 15 Jun 2020 19:50:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D863E09C8; Mon, 15 Jun 2020 16:43:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F820E0CF9 for ; Mon, 15 Jun 2020 16:42:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE2A534F2E4 for ; Mon, 15 Jun 2020 16:39:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4BA0C2A5 for ; Mon, 15 Jun 2020 16:39:31 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592239156.a08bdbf3456e2f708b81bc258fe06400a8508c1e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/buildbot/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/buildbot/files/Remove-distro-version-test.patch X-VCS-Directories: dev-util/buildbot/files/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a08bdbf3456e2f708b81bc258fe06400a8508c1e X-VCS-Branch: master Date: Mon, 15 Jun 2020 16:39:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6698952d-a909-43f8-87bb-9635bb6d7cd5 X-Archives-Hash: b946a590f2c29e7b45790f36384527a5 commit: a08bdbf3456e2f708b81bc258fe06400a8508c1e Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 15 12:57:58 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 16:39:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a08bdbf3 dev-util/buildbot: remove unused patch Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16251 Signed-off-by: Aaron Bauman gentoo.org> .../buildbot/files/Remove-distro-version-test.patch | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/dev-util/buildbot/files/Remove-distro-version-test.patch b/dev-util/buildbot/files/Remove-distro-version-test.patch deleted file mode 100644 index c489be25c1c..00000000000 --- a/dev-util/buildbot/files/Remove-distro-version-test.patch +++ /dev/null @@ -1,21 +0,0 @@ -From b7201f706f9238d642dfe96da89006b437e3760d Mon Sep 17 00:00:00 2001 -From: Brian Dolbec -Date: Thu, 26 Oct 2017 12:00:37 -0700 -Subject: [PATCH] Remove distro version test - ---- - buildbot/test/unit/test_buildbot_net_usage_data.py | 1 - - 1 file changed, 1 deletion(-) - -diff --git a/buildbot/test/unit/test_buildbot_net_usage_data.py b/master/buildbot/test/unit/test_buildbot_net_usage_data.py -index 709c804..7885d1b 100644 ---- a/buildbot/test/unit/test_buildbot_net_usage_data.py -+++ b/buildbot/test/unit/test_buildbot_net_usage_data.py -@@ -153,4 +153,3 @@ class Tests(unittest.TestCase): - distro = linux_distribution() - self.assertEqual(len(distro), 2) - self.assertNotIn("unknown", distro[0]) -- self.assertNotIn("unknown", distro[1]) --- -libgit2 0.26.0 -