From bc586e02a99dd33b29d60dd014e7baadb1ce61f6 Mon Sep 17 00:00:00 2001 From: Manuel Friedli Date: Tue, 20 Sep 2022 15:21:09 +0200 Subject: [PATCH] Update README.md and CONTRIBUTING.md: repoman -> pkgcheck. --- CONTRIBUTING.md | 12 +++++++++--- README.md | 4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aebb1ab..96bd551 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,7 +3,13 @@ requests. So, go over to GitHub and fork this repository: [https://github.com/fritteli/gentoo-overlay](https://github.com/fritteli/gentoo-overlay) -Then change whatever you want and send me the pull request. If you want, you can -also create an issue along with it. But you don't have to. +After you're done, please make sure that your changes don't upset +[`pkgcheck`](https://wiki.gentoo.org/wiki/Pkgcheck). Run the following +command and fix warnings and errors: -Thank you for your help! \ No newline at end of file + pkgcheck scan --net . + +Then send me the pull request. If you want, you can also create an issue along +with it. But you don't have to. + +Thank you for your help! diff --git a/README.md b/README.md index 4d43141..06e7d2d 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ If you find a bug in an ebuild, encounter a build error or would like me to add ## Contributing -I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset [`repoman`](https://wiki.gentoo.org/wiki/Repoman). Run the following command and fix warnings and errors: +I gladly accept pull requests for bugs or new ebuilds. Before opening a pull request, please make sure your changes don't upset [`pkgcheck`](https://wiki.gentoo.org/wiki/Pkgcheck). Run the following command and fix warnings and errors: - repoman -x -p + pkgcheck scan --net . ## Maintainers