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

Use github webhooks to start build.p6 #207

Closed
AlexDaniel opened this issue Aug 16, 2017 · 3 comments
Closed

Use github webhooks to start build.p6 #207

AlexDaniel opened this issue Aug 16, 2017 · 3 comments
Labels
buildable Issues related to Buildable bot whateverable Issues affecting the bot framework (and therefore all of the bots)

Comments

@AlexDaniel
Copy link
Member

Currently there's simply a cron job that keeps pulling from github every few minutes. This is wasteful, and while most will not notice a delay, I've just noticed a problem with releasable.

Right after committing changes to the changelog I asked releasable what's the current status, and it replied with outdated information… Which means that you have to wait until the cron job kicks in, and then also wait for it to build rakudo on this changelog commit. D'oh.

@AlexDaniel AlexDaniel added releasable Issues related to Releasable bot whateverable Issues affecting the bot framework (and therefore all of the bots) labels Aug 16, 2017
@AlexDaniel AlexDaniel added the good first issue Low-hanging fruit (relatively easy issue, good for drive-by contributions) label Sep 30, 2017
@AlexDaniel
Copy link
Member Author

This is actually relatively easy. Just set up a server and kick of the bin/build.p6 script when you receive something.

Squashable already has something like this:
https://github.com/perl6/whateverable/blob/45e09f48270c383b94d2ccf7902bed3e1787afef/bin/Squashable.p6#L136-L137
https://github.com/perl6/whateverable/blob/45e09f48270c383b94d2ccf7902bed3e1787afef/bin/Squashable.p6#L286-L301

@AlexDaniel AlexDaniel removed good first issue Low-hanging fruit (relatively easy issue, good for drive-by contributions) hacktoberfest labels Aug 8, 2020
@AlexDaniel
Copy link
Member Author

AlexDaniel commented Aug 8, 2020

This is not exactly a good first issue, but I can guide anyone to easily implement it.

@AlexDaniel AlexDaniel added buildable Issues related to Buildable bot and removed releasable Issues related to Releasable bot labels Nov 5, 2023
@AlexDaniel
Copy link
Member Author

Oh! Actually, this is already done in Buildable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buildable Issues related to Buildable bot whateverable Issues affecting the bot framework (and therefore all of the bots)
Projects
None yet
Development

No branches or pull requests

1 participant