-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UnstableSrcUri: check for unstable SRC_URI #599
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #599 +/- ##
==========================================
- Coverage 79.77% 79.76% -0.02%
==========================================
Files 58 58
Lines 8652 8667 +15
Branches 1966 1970 +4
==========================================
+ Hits 6902 6913 +11
- Misses 1648 1650 +2
- Partials 102 104 +2
☔ View full report in Codecov by Sentry. |
7f1444d
to
68adf7c
Compare
68adf7c
to
f2a83ca
Compare
DESCRIPTION="Ebuild with unstable SRC_URI" | ||
HOMEPAGE="https://github.com/pkgcore/pkgcheck" | ||
SRC_URI=" | ||
https://patch-diff.githubusercontent.com/raw/pkgcore/pkgcheck/pull/599.patch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this check catch also the pre-redirect https://github.com/foo/bar/pull/1234.patch
form? Perhaps we should do that as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It didn't catch in original version, updated and included in tests.
Resolves: pkgcore#510 Signed-off-by: Arthur Zamarin <[email protected]>
f2a83ca
to
c6f50b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I've currently collected the patterns from the linked issues. I can add more as requested.
For ::gentoo it results in:
For ::guru it results in:
Resolves: #505
Resolves: #510