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

Command for auto-configuring a repo #70

Open
huonw opened this issue Mar 17, 2015 · 2 comments
Open

Command for auto-configuring a repo #70

huonw opened this issue Mar 17, 2015 · 2 comments

Comments

@huonw
Copy link
Contributor

huonw commented Mar 17, 2015

E.g.

$ homu-add --help
Usage: homu-add user/repo [--reviewer NAME] [--travis [TOKEN]]

Add `github.com/user/repo` to this instance of homu.

Options:
    -r, --reviewer NAME
         Add NAME as a reviewer. If `user` is a user, they are included by 
         default. Can be specified several times.
    --travis [TOKEN]
         Include support for running tests on travis. Tries to infer TOKEN
         from other `[repo.*.travis.token]`'s if not specified.

This would be great if it could add the necessary web-hooks (would presumably require specifying a domain/IP as well as a port?), and even better if it could (optionally) add the Travis configuration to the .travis.yml.

@Gankra
Copy link
Contributor

Gankra commented Mar 17, 2015

CC @reem @brson @alexcrichton

@Gankra
Copy link
Contributor

Gankra commented Mar 17, 2015

As a more elaborate project it would be cool if we had a tool that basically handled the standard boiler-plate of setting up all of travis/docs/homu/whatever automation. There's a patchwork of guides, and to my knowledge most of it is total boiler-plate that can be automated.

Manishearth pushed a commit to Manishearth/homu that referenced this issue Jul 9, 2020
Fix PR number in ROLLUP_MADE event.
Manishearth pushed a commit to Manishearth/homu that referenced this issue Jul 9, 2020
This reverts commit aee9593, reversing
changes made to 31541d9.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants