Information for build vcs-diff-lint-4-4.fc41

ID25983
Package Namevcs-diff-lint
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version4
Release4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/vcs-diff-lint.git#8bfbf557e78b7910589fcf20c08732b99f2f0cc1
SummaryVCS Differential Code Analysis Tool
DescriptionAnalyze code, and print only reports related to a particular change. From within a VCS directory (only Git is supported for now) first analyze set of changed files against given changeset (origin/main by default) so we know what files need to be analyzed. Then run code analyzers (e.g. PyLint) against the old code (before changes), run analyzers against the actual code (not yet pushed changes), perform a diff (using csdiff utility), and finally print a set of added (or even fixed, as opt-in) analyzers' warnings.
Built bykojiadmin
State complete
Volume DEFAULT
StartedFri, 03 May 2024 11:37:51 CST
CompletedFri, 03 May 2024 11:44:51 CST
Taskbuild (f41, /rpms/vcs-diff-lint.git:8bfbf557e78b7910589fcf20c08732b99f2f0cc1)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/vcs-diff-lint.git#8bfbf557e78b7910589fcf20c08732b99f2f0cc1'}}
Tags
f41
RPMs
src
vcs-diff-lint-4-4.fc41.src.rpm (info) (download)
noarch
vcs-diff-lint-4-4.fc41.noarch.rpm (info) (download)
Logs
noarch
build.log
state.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Nov 18 2022 Pavel Raiskup <praiskup@redhat.com> 4-1 - don't print Mypy errors from files that are not explicitly analyzed * Thu Nov 10 2022 Pavel Raiskup <praiskup@redhat.com> 3-1 - print the headers back to stdout again - non-monorepo use-case fixed - add support for Mypy * Thu Oct 20 2022 Pavel Raiskup <praiskup@redhat.com> 2-1 - don't pollute stdout so csgrep can read it * Thu Sep 29 2022 Pavel Raiskup <praiskup@redhat.com> 1-1 - new package built with tito