[MIRROR] Personal advice utility for Gentoo package maintainers https://find-work.syrq.in/
Go to file
Anna “CyberTailor” 4d862639f6
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
Bump version: 0.6.1 → 0.7.0
2024-04-28 17:46:15 +05:00
.github github: add funding info 2024-01-07 21:04:30 +05:00
.reuse cli/bugzilla: new module 2024-01-10 07:55:26 +05:00
LICENSES docs: create 2024-01-07 20:53:22 +05:00
docs Bump version: 0.6.1 → 0.7.0 2024-04-28 17:46:15 +05:00
find_work Bump version: 0.6.1 → 0.7.0 2024-04-28 17:46:15 +05:00
man cli: add version part filter 2024-04-23 23:23:55 +05:00
tests */*: make better use of Pydantic models 2024-04-27 04:29:48 +05:00
.bumpversion.cfg Bump version: 0.6.1 → 0.7.0 2024-04-28 17:46:15 +05:00
.bumpversion.cfg.license cli: initial mockup 2024-01-05 20:04:47 +05:00
.drone.yml cli: initial mockup 2024-01-05 20:04:47 +05:00
.gitignore cli: add shell completions 2024-01-06 20:03:06 +05:00
LICENSE Add boilerplate 2024-01-04 21:25:20 +05:00
Makefile cli: add shell completions 2024-01-06 20:03:06 +05:00
README.md docs: use intersphinx 2024-01-07 21:47:47 +05:00
pyproject.toml */*: make better use of Pydantic models 2024-04-27 04:29:48 +05:00
tox.ini tox: add bandit security linter 2024-04-27 04:34:26 +05:00

README.md

find-work

Build Status

find-work is a utility for Gentoo repository maintainers that helps them find ebuilds to improve.

Installing

Gentoo

eselect repository enable guru
emaint sync -r guru
emerge dev-util/find-work

Other systems

pip install find-work --user
sudo make install-data

Packaging

You can track new releases using an atom feed provided by GitHub.

Contributing

Patches and pull requests are welcome. Please use either git-send-email(1) or git-request-pull(1), addressed to cyber@sysrq.in.

If you prefer GitHub-style workflow, use the mirror repo to send pull requests.

Your commit message should conform to the following standard:

file/changed: Concice and complete statement of the purpose

This is the body of the commit message.  The line above is the
summary.  The summary should be no more than 72 chars long.  The
body can be more freely formatted, but make it look nice.  Make
sure to reference any bug reports and other contributors.  Make
sure the correct authorship appears.

IRC

You can join the #find-work channel either on Libera Chat or via Matrix.

License

WTFPL