-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MissingRemoteId: also check EGIT_REPO_URI
Signed-off-by: Alfred Wingate <[email protected]>
- Loading branch information
1 parent
4776408
commit e4431da
Showing
3 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
testdata/data/repos/eapis-testing/MissingRemoteIdCheck/MissingRemoteId/fix.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
--- eapis-testing/MissingRemoteIdCheck/MissingRemoteId/metadata.xml | ||
+++ fixed/MissingRemoteIdCheck/MissingRemoteId/metadata.xml | ||
@@ -3,6 +3,10 @@ | ||
@@ -3,6 +3,11 @@ | ||
<pkgmetadata> | ||
<upstream> | ||
<remote-id type="bitbucket">pkgcore/pkgcheck</remote-id> | ||
+ <remote-id type="gitlab">pkgcore/pkgcheck/extra/MissingRemoteId</remote-id> | ||
+ <remote-id type="heptapod">pkgcore/pkgcheck</remote-id> | ||
+ <remote-id type="pypi">MissingRemoteId</remote-id> | ||
+ <remote-id type="sourceforge">pkgcheck</remote-id> | ||
+ <remote-id type="gitlab">pkgcore/pkgcheck</remote-id> | ||
</upstream> | ||
<use> | ||
<flag name="test">enable tests</flag> |
9 changes: 9 additions & 0 deletions
9
testdata/repos/eapis-testing/MissingRemoteIdCheck/MissingRemoteId/MissingRemoteId-5.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
EAPI=7 | ||
|
||
inherit git-r3 | ||
|
||
DESCRIPTION="Don't suggest where already value exists" | ||
HOMEPAGE="https://pkgcore.github.io/pkgcheck/" | ||
EGIT_REPO_URI="https://gitlab.com/pkgcore/pkgcheck.git" | ||
LICENSE="BSD" | ||
SLOT="0" |