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 605131382C5 for ; Fri, 30 Mar 2018 05:21:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EBCFE09BF; Fri, 30 Mar 2018 05:20:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 66B9AE09BF for ; Fri, 30 Mar 2018 05:20:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8BD64335D3B for ; Fri, 30 Mar 2018 05:20:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D8C9286 for ; Fri, 30 Mar 2018 05:20:48 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522381882.8ef665c37ec1b76a2884903f9c29e5a2fffc3b97.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8ef665c37ec1b76a2884903f9c29e5a2fffc3b97 X-VCS-Branch: repoman Date: Fri, 30 Mar 2018 05:20:48 +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-Archives-Salt: 12550668-c199-4e7b-b40e-419b0f211385 X-Archives-Hash: 9f1a141d198aefdb7b7e22b45c2551da commit: 8ef665c37ec1b76a2884903f9c29e5a2fffc3b97 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 5 18:22:33 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 03:51:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8ef665c3 repoman setup.py: Add the new cnf/qa_data cnf/linechecks items Closes: https://github.com/gentoo/portage/pull/202 repoman/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repoman/setup.py b/repoman/setup.py index aaf10cdb5..9ac58ef35 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -479,6 +479,8 @@ setup( data_files = list(get_manpages()) + [ ['$docdir', ['NEWS', 'RELEASE-NOTES']], + ['share/repoman/qa_data', ['cnf/qa_data/qa_data.yaml']], + ['share/repoman/linechecks', ['cnf/linechecks/linechecks.yaml']], ], cmdclass = { 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 8517E1382C5 for ; Fri, 30 Mar 2018 04:23:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95C65E099E; Fri, 30 Mar 2018 04:23:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6E07DE099E for ; Fri, 30 Mar 2018 04:23:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4D7B5335D35 for ; Fri, 30 Mar 2018 04:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71313284 for ; Fri, 30 Mar 2018 04:23:41 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522381882.8ef665c37ec1b76a2884903f9c29e5a2fffc3b97.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 8ef665c37ec1b76a2884903f9c29e5a2fffc3b97 X-VCS-Branch: master Date: Fri, 30 Mar 2018 04:23:41 +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-Archives-Salt: 255c9e88-236e-4b8f-af83-7d783d0f4507 X-Archives-Hash: c59d25a5e8c208a9b14c5fdc5066f505 Message-ID: <20180330042341.5Le_HsMAdvHpQSQIV5tnFNvxirUsWwuxIWGtGipePdM@z> commit: 8ef665c37ec1b76a2884903f9c29e5a2fffc3b97 Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 5 18:22:33 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Fri Mar 30 03:51:22 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8ef665c3 repoman setup.py: Add the new cnf/qa_data cnf/linechecks items Closes: https://github.com/gentoo/portage/pull/202 repoman/setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repoman/setup.py b/repoman/setup.py index aaf10cdb5..9ac58ef35 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -479,6 +479,8 @@ setup( data_files = list(get_manpages()) + [ ['$docdir', ['NEWS', 'RELEASE-NOTES']], + ['share/repoman/qa_data', ['cnf/qa_data/qa_data.yaml']], + ['share/repoman/linechecks', ['cnf/linechecks/linechecks.yaml']], ], cmdclass = {