Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install/usage documentation #2

Closed
tuxillo opened this issue Sep 16, 2019 · 2 comments
Closed

Install/usage documentation #2

tuxillo opened this issue Sep 16, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@tuxillo
Copy link

tuxillo commented Sep 16, 2019

Hi,

Is there a list of instructions on how to use this plugin?

Thanks

@pampersrocker pampersrocker added enhancement New feature or request question Further information is requested labels Sep 16, 2019
@pampersrocker
Copy link
Contributor

So far, sadly not.

I have not come around to write the installation documentation and to create a pypi package.

The super high level flow is to install the package from source, by cloning it and then running the installation scripts:

pip install -r requirements.txt
pip install -e .

The plugin itself adds entry hooks into buildbot, so they are available by just importing
from buildbot.steps import *
and so on.

The features themselves are very similar to the gitlab features, so following those guides might help:
http://docs.buildbot.net/current/manual/configuration/wwwhooks.html#gitlab-hook
http://docs.buildbot.net/current/manual/configuration/reporters.html#gitlabstatuspush

I need to find some time to finish this project into a proper 1.0 version.

@pampersrocker pampersrocker self-assigned this Sep 18, 2019
@pampersrocker
Copy link
Contributor

There is now a python package: https://pypi.org/project/buildbot-gitea/ and a README.md.

Feel free to leave feedback in a new issue if something is unclear or not working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants