[MIRROR] Personal advice utility for Gentoo package maintainers https://find-work.syrq.in/
Go to file
Anna “CyberTailor” a3f4d33a6b
docs: create
2024-01-07 20:53:22 +05:00
docs docs: create 2024-01-07 20:53:22 +05:00
find_work repology: add caches 2024-01-07 06:50:58 +05:00
LICENSES docs: create 2024-01-07 20:53:22 +05:00
man docs: create 2024-01-07 20:53:22 +05:00
.bumpversion.cfg cli: initial mockup 2024-01-05 20:04:47 +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
pyproject.toml repology: implement 'outdated' command 2024-01-07 04:03:56 +05:00
README.md docs: create 2024-01-07 20:53:22 +05:00
tox.ini repology: implement 'outdated' command 2024-01-07 04:03:56 +05:00

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

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