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 4FC1F1382C5 for ; Thu, 29 Mar 2018 21:35:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52EE8E09C0; Thu, 29 Mar 2018 21:35:07 +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 2BDABE09C0 for ; Thu, 29 Mar 2018 21:35:07 +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 2FB4E335D3D for ; Thu, 29 Mar 2018 21:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36509284 for ; Thu, 29 Mar 2018 21:35:02 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1522358773.dfc53030e25513a68a8c6b17f85719da9f1ac65c.dolsen@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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: dfc53030e25513a68a8c6b17f85719da9f1ac65c X-VCS-Branch: repoman Date: Thu, 29 Mar 2018 21:35:02 +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: fb953130-7a7e-48d8-a298-c2a0ad9eb84e X-Archives-Hash: 713f94abeb278ff696a8e49f24357f60 commit: dfc53030e25513a68a8c6b17f85719da9f1ac65c Author: Brian Dolbec gentoo org> AuthorDate: Tue Dec 5 18:22:33 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Mar 29 21:26:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=dfc53030 repoman setup.py: Add the new cnf/qa_data cnf/linechecks items 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 = {