MissingRemoteId fixes

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-01-02 17:13:23 -05:00
parent 9c065e481d
commit 2d01926946
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
8 changed files with 32 additions and 6 deletions

View file

@ -14,4 +14,4 @@ jobs:
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-MissingRemoteId,-PotentialStable --commits HEAD^..${{ github.sha }}
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}

View file

@ -14,4 +14,4 @@ jobs:
- name: Run pkgcheck
uses: pkgcore/pkgcheck-action@v1
with:
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-MissingRemoteId,-PotentialStable --commits HEAD^..${{ github.sha }}
args: --exit warning -k ,-NonsolvableDepsInStable,-NonsolvableDepsInDev,-PotentialStable --commits HEAD^..${{ github.sha }}

View file

@ -26,7 +26,7 @@ PentooCI =
InvalidUseFlags
MissingLicense
MissingManifest
#MissingRemoteIdCheck
MissingRemoteIdCheck
MissingSlash
MovedPackageUpdate
NonexistentProfilePath

View file

@ -9,4 +9,7 @@
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<upstream>
<remote-id type="github">a13xp0p0v/kconfig-hardened-check</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<name>Zero_Chaos</name>
</maintainer>
<upstream>
<remote-id type="github">pentoo/pentoo-overlay</remote-id>
</upstream>
</pkgmetadata>

View file

@ -1,10 +1,10 @@
# Copyright 2021-2022 Gentoo Authors
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Pentoo kernel sources (kernel series ${KV_MAJOR}.${KV_MINOR})"
HOMEPAGE="https://github.com/pentoo/pentoo-livecd/tree/master/kernel/"
HOMEPAGE="https://github.com/pentoo/pentoo-overlay/tree/master/sys-kernel/pentoo-lts-sources"
LICENSE="GPL-2"
SLOT="0"
@ -13,4 +13,3 @@ KEYWORDS="amd64 arm arm64 x86"
DEPEND="sys-kernel/pentoo-sources[lts(-)]
!sys-kernel/pentoo-sources[-lts(+)]"
RDEPEND="${DEPEND}"
BDEPEND=""

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">BloodHoundAD/BloodHound</remote-id>
</upstream>
</pkgmetadata>

View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<upstream>
<remote-id type="github">haiwen/seafile-server</remote-id>
</upstream>
</pkgmetadata>