GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/pkgcore/pkgcheck.git
master
pkgcore-based QA utility for ebuild repos
PkgCore Project (pkgcore@gentoo.org)
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkgcheck
/
checks
/
git.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
SrcUriChecksumChange: fix false positive with new ebuilds
Arthur Zamarin
2023-03-11
1
-0
/
+2
*
GitPkgCommitsCheck: fix modification check for added ebuild in pkgset
Arthur Zamarin
2023-03-11
1
-1
/
+5
*
GitPkgCommitsCheck: add check for EAPI change without revbump
Arthur Zamarin
2023-03-05
1
-0
/
+16
*
checks: git: add PythonPEP517WithoutRevbump
Sam James
2023-03-05
1
-0
/
+28
*
SuspiciousSrcUriChange: fix mirrors in fetchables
Arthur Zamarin
2023-02-17
1
-2
/
+16
*
InvalidCommitTag: fix false positive for advanced fixes format
Arthur Zamarin
2023-02-17
1
-6
/
+15
*
SuspiciousSrcUriChange: compare with expanded mirror
Arthur Zamarin
2023-02-05
1
-7
/
+9
*
RdependChange: skip when revbumped in same batch
Arthur Zamarin
2023-01-24
1
-3
/
+3
*
SuspiciousSrcUriChange: fix false positive with mirrors
Arthur Zamarin
2023-01-21
1
-12
/
+14
*
GitPkgCommitsCheck: catch SRC_URI mistakes
Arthur Zamarin
2023-01-20
1
-1
/
+66
*
checks.git: add type annotations
Arthur Zamarin
2023-01-20
1
-16
/
+13
*
format using black
Arthur Zamarin
2022-12-29
1
-119
/
+137
*
GitPkgCommitsCheck: fix archival repo from multiple removals
Arthur Zamarin
2022-10-07
1
-3
/
+5
*
GitPkgCommitsCheck: cleanup tmpdir after use
Arthur Zamarin
2022-10-07
1
-2
/
+12
*
GitPkgCommitsCheck: add prefix and suffix for tmpdir
Arthur Zamarin
2022-09-02
1
-1
/
+1
*
BadCommitSummary: version check should be ignored for acct-* packages
Arthur Zamarin
2022-08-19
1
-1
/
+6
*
DroppedUnstableKeywords: set priority to Error
Arthur Zamarin
2022-05-28
1
-1
/
+1
*
GitPkgCommitsCheck: fix the eclass copying for RemovalRepo
Arthur Zamarin
2022-05-27
1
-3
/
+2
*
GitPkgCommitsCheck: fix files check
Arthur Zamarin
2022-05-26
1
-0
/
+3
*
GitCommitMessageCheck: Allow version to be prefixed with "v"
Michał Górny
2021-08-14
1
-1
/
+1
*
BadCommitSummary: don't flag revision bumps missing pkg versions
Tim Harder
2021-06-29
1
-4
/
+4
*
BadCommitSummary: only allow "cat/pn: " prefixes
Tim Harder
2021-06-06
1
-2
/
+2
*
GitCommitMessageCheck: flag pkg additions missing versions in the summary
Tim Harder
2021-06-05
1
-7
/
+13
*
GitPkgCommitsCheck: use assignment operator for modified pkg check
Tim Harder
2021-06-05
1
-4
/
+1
*
checks.git: downgrade commit message results from warning to style level
Tim Harder
2021-03-22
1
-3
/
+3
*
checks.git: pull eclasses from repo masters
Tim Harder
2021-03-17
1
-5
/
+1
*
DirectStableKeywords: skip acct-group and acct-user categories
Tim Harder
2021-03-16
1
-4
/
+7
*
GitPkgCommitsCheck: ignore broken, modified ebuilds
Tim Harder
2021-03-09
1
-2
/
+6
*
checks: rename generic GitCheck to GitCommitsCheck
Tim Harder
2021-03-01
1
-5
/
+5
*
checks.git: ignore broken ebuilds caught by other checks
Tim Harder
2021-02-26
1
-2
/
+7
*
move addons into separate subdir
Tim Harder
2021-02-26
1
-1
/
+2
*
sources: simplify setting source attr for RepoSource objs
Tim Harder
2021-02-20
1
-3
/
+3
*
simplify class-based keyword aliasing support
Tim Harder
2021-02-16
1
-1
/
+1
*
ProfilesCheck: rewrite using a method decorator registry pattern
Tim Harder
2020-12-27
1
-2
/
+2
*
GitCommitsCheck: register required tags during init
Tim Harder
2020-12-25
1
-7
/
+11
*
checks: drop redundant scope class attr
Tim Harder
2020-12-24
1
-3
/
+0
*
use PkgcheckUserException instead of UserException
Tim Harder
2020-12-20
1
-2
/
+2
*
sources: allow easier overrides of repo object per source instance
Tim Harder
2020-12-18
1
-3
/
+3
*
BadCommitSummary: escape regex strings
Tim Harder
2020-12-18
1
-2
/
+2
*
git: make GitCommit and GitPkgChange both frozen dataclasses
Tim Harder
2020-12-12
1
-2
/
+2
*
GitPkgCommitsCheck: properly ignore git ebuild file renames
Tim Harder
2020-12-12
1
-0
/
+4
*
GitPkgCommitsCheck: minor error handling update
Tim Harder
2020-12-08
1
-1
/
+1
*
use assignment expressions in more places
Tim Harder
2020-12-06
1
-4
/
+4
*
make use of := operator when checking regex match objects
Tim Harder
2020-12-05
1
-19
/
+14
*
GitCommitsCheck: fix package vs category level summary checks
Tim Harder
2020-12-04
1
-12
/
+18
*
GitCommitsCheck: minor regex simplifications
Tim Harder
2020-12-04
1
-4
/
+2
*
GitCommitsCheck: leverage __set_name__() to create a decorator with class obj...
Tim Harder
2020-12-03
1
-10
/
+17
*
git: separate commit obj vs pkg change generation during git log parsing
Tim Harder
2020-12-03
1
-38
/
+43
*
fix various lint issues
Tim Harder
2020-12-01
1
-0
/
+2
*
use itermatch() instead if match() for relevant repo queries
Tim Harder
2020-11-29
1
-2
/
+2
[next]