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
Commit message (
Expand
)
Author
Age
Files
Lines
*
UnusedInherits: add whitelist for weak usage by another eclass
HEAD
master
Arthur Zamarin
2023-11-16
4
-1
/
+39
*
whitespace: fix double "on" in result text
Arthur Zamarin
2023-11-05
1
-3
/
+3
*
MissingInherits: add some specials to exclude list
Arthur Zamarin
2023-11-01
1
-2
/
+3
*
start work on 0.10.27
Arthur Zamarin
2023-11-01
1
-1
/
+1
*
new release 0.10.26
v0.10.26
Arthur Zamarin
2023-10-08
1
-1
/
+59
*
BannedEapiCommand: add some extra user/group commands
Arthur Zamarin
2023-10-05
4
-0
/
+48
*
addons.git: add helping message on failure on git remote setup
Arthur Zamarin
2023-10-03
1
-0
/
+22
*
SelfAssignment: fix with new tree-sitter-bash
Arthur Zamarin
2023-10-02
2
-2
/
+7
*
bash: use new tree-sitter-bash
Arthur Zamarin
2023-10-02
10
-87140
/
+254143
*
BannedEapiCommand: check for has_version --host-root
Arthur Zamarin
2023-10-01
4
-2
/
+41
*
DuplicateFunctionDefinition: new check for duplicate global functions
Arthur Zamarin
2023-09-23
3
-4
/
+47
*
VariableShadowed: new check to detect shadowed variables
Arthur Zamarin
2023-09-23
4
-0
/
+80
*
BannedPhaseCall: detect calls of phase functions directly
Arthur Zamarin
2023-09-23
3
-1
/
+26
*
SelfAssignment: check for global scope self assignments
Arthur Zamarin
2023-09-23
3
-6
/
+49
*
EmptyGlobalAssignment: check for empty global assignments
Arthur Zamarin
2023-09-23
2
-1
/
+23
*
tests.test_pkgcheck_scan: fix issues with xdist testing
Arthur Zamarin
2023-09-22
1
-37
/
+21
*
checks.network: add codeberg remote-id
Thomas Bracht Laumann Jespersen
2023-09-14
1
-0
/
+1
*
checks.metadata_xml: add codeberg as supported remote-id
Thomas Bracht Laumann Jespersen
2023-09-14
1
-0
/
+2
*
addons: git: pass --no-find-copies --no-find-copies-harder --find-renames to ...
Sam James
2023-09-08
1
-0
/
+1
*
checks: use stable sorting of fields + strip where needed
Arthur Zamarin
2023-09-01
3
-4
/
+4
*
UnstableSrcUri: check for unstable SRC_URI
Arthur Zamarin
2023-09-01
4
-2
/
+42
*
EclassManualDepsCheck: add check for missing manual deps
Arthur Zamarin
2023-09-01
16
-0
/
+176
*
GlobDistdir: check for glob usage with DISTDIR
Arthur Zamarin
2023-08-30
3
-0
/
+52
*
RedundantLongDescription: lower too short threshold
Arthur Zamarin
2023-08-29
1
-1
/
+1
*
VariableScopeCheck: BROOT is allowed also in pkg_{pre,post}{inst,rm}
Ulrich Müller
2023-08-03
1
-1
/
+1
*
VariableScopeCheck: Disallow D and ED in pkg_postinst (again)
Arthur Zamarin
2023-08-02
1
-2
/
+2
*
VariableScopeCheck: also check for wrong usage on global scope
Arthur Zamarin
2023-08-01
4
-8
/
+47
*
start work on 0.10.26
Arthur Zamarin
2023-07-30
1
-1
/
+1
*
new release 0.10.25
v0.10.25
Arthur Zamarin
2023-07-30
1
-0
/
+45
*
GitPkgCommitsCheck: fix failure during compute of environment
Arthur Zamarin
2023-07-15
1
-7
/
+9
*
PerlCheck: check versioned virtual perl dependencies
Arthur Zamarin
2023-07-15
2
-12
/
+90
*
DeprecatedManifestHash: check for deprecated checksums in Manifest files
Arthur Zamarin
2023-07-14
2
-3
/
+26
*
RepoManifestHashCheck: check for deprecated repo manifest-hashes
Arthur Zamarin
2023-07-14
3
-7
/
+44
*
scan: add `--git-remote` option to select remote
Arthur Zamarin
2023-07-09
2
-30
/
+50
*
OldPythonCompat: check for old PYTHON_COMPAT in modified ebuilds
Arthur Zamarin
2023-07-01
2
-2
/
+58
*
RubyCompatCheck: new check for new USE_RUBY compatible values
Arthur Zamarin
2023-06-30
13
-0
/
+302
*
issues templates: fix command for pkgcore version
Arthur Zamarin
2023-06-29
2
-2
/
+2
*
scan: fix unknown exit checkset during initial config load
Arthur Zamarin
2023-06-29
1
-1
/
+3
*
github: add issue templates
Arthur Zamarin
2023-06-26
6
-0
/
+139
*
SrcUriFilenameDotPrefix: new check for SRC_URI filenames with dot prefix
Arthur Zamarin
2023-06-24
5
-3
/
+51
*
ProfilesCheck: for unknown packages, mention last match removed
Arthur Zamarin
2023-06-24
1
-6
/
+42
*
ci: add pytest-github-actions-annotate-failures for test
Arthur Zamarin
2023-06-23
1
-1
/
+1
*
MissingInherits: exclude @USER_VARIABLEs
Arthur Zamarin
2023-06-22
3
-2
/
+20
*
RustCheck: check for suboptimal cargo_crate_uris call
Arthur Zamarin
2023-06-21
7
-0
/
+99
*
RustCheck: check for suboptimal - CRATES separator
Arthur Zamarin
2023-06-21
5
-0
/
+78
*
docs/config: explain when repo config is used
Arthur Zamarin
2023-05-19
1
-1
/
+3
*
start work on 0.10.25
Arthur Zamarin
2023-05-19
1
-1
/
+1
*
cibuildwheel: upgrade to manylinux_2_28
v0.10.24
Arthur Zamarin
2023-05-17
1
-9
/
+9
*
new release 0.10.24
Arthur Zamarin
2023-05-17
1
-0
/
+40
*
ci: use new PyPI OIDC publish
Arthur Zamarin
2023-05-17
1
-3
/
+8
[next]