[MIRROR] Personal advice utility for Gentoo package maintainers https://find-work.syrq.in/
Go to file
Anna “CyberTailor” 93dd510dad
All checks were successful
continuous-integration/drone/tag Build is passing
tests: write tests for utils
2024-01-07 22:28:19 +05:00
.github github: add funding info 2024-01-07 21:04:30 +05:00
docs tests: write tests for utils 2024-01-07 22:28:19 +05:00
find_work docs: use intersphinx 2024-01-07 21:47:47 +05:00
LICENSES docs: create 2024-01-07 20:53:22 +05:00
man cli: respect NOCOLOR 2024-01-07 21:32:47 +05:00
tests tests: write tests for utils 2024-01-07 22:28:19 +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 tests: write tests for repology 2024-01-07 22:12:51 +05:00
README.md docs: use intersphinx 2024-01-07 21:47:47 +05:00
tox.ini tests: write tests for repology 2024-01-07 22:12:51 +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
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