How can I use pkgcheck with an overlay?
- how to generate the necessary configurations in the overlay profile to follow Gentoo QA
- the necessary parameters to run referenced to an overlay



Ant P. wrote:What does `git status` in the overlay print?
Code: Select all
# git status
On branch master
Your branch is up to date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
app-emulation/snapd/
dev-util/smem/
eclass/git-2.eclass
eclass/mozconfig-v6.52.eclass
eclass/mozconfig-v6.60.eclass
eclass/mozcoreconf-v4.eclass
eclass/mozcoreconf-v5.eclass
eclass/mozcoreconf-v6.eclass
eclass/mozextension.eclass
eclass/mozlinguas-v2.eclass
eclass/obs-download.eclass
eclass/obs-service.eclass
eclass/virtualx.eclass
eclass/wine.eclass
eclass/xorg-3-r1.eclass
nothing added to commit but untracked files present (use "git add" to track)
In another overlay the same resultAnt P. wrote:What does `git status` in the overlay print?
Code: Select all
pkgcheck scan --commits
pkgcheck scan: error: failed running git: fatal: ambiguous argument 'origin': unknown revision or path not in the working tree.
Code: Select all
# git status
On branch master
Your branch is up to date with 'origin-https/master'.
nothing to commit, working tree clean