mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-09 04:51:27 +02:00
MissingRemoteId fixes
This commit is contained in:
parent
9c065e481d
commit
2d01926946
8 changed files with 32 additions and 6 deletions
2
.github/workflows/pkgcheck.yaml
vendored
2
.github/workflows/pkgcheck.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
2
.github/workflows/pkgcheck_merge.yaml
vendored
2
.github/workflows/pkgcheck_merge.yaml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ PentooCI =
|
|||
InvalidUseFlags
|
||||
MissingLicense
|
||||
MissingManifest
|
||||
#MissingRemoteIdCheck
|
||||
MissingRemoteIdCheck
|
||||
MissingSlash
|
||||
MovedPackageUpdate
|
||||
NonexistentProfilePath
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
10
sys-kernel/pentoo-lts-sources/metadata.xml
Normal file
10
sys-kernel/pentoo-lts-sources/metadata.xml
Normal 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>
|
||||
|
|
@ -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=""
|
||||
|
|
|
|||
7
www-apps/BloodHound/metadata.xml
Normal file
7
www-apps/BloodHound/metadata.xml
Normal 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>
|
||||
7
www-apps/seafile-pro-server/metadata.xml
Normal file
7
www-apps/seafile-pro-server/metadata.xml
Normal 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>
|
||||
Loading…
Reference in a new issue