-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
What is the best way to be notified when a package is build and pushed to anaconda.org?
- Use the new travis API https://docs.travis-ci.com/user/triggering-builds. This means that every repo that wants to use mulled needs to include a webhook to trigger builds. I guess we can only fire a webhook on PR merge not when travis is finished with the bioconda tests. This means we need to wait a little bit until the package is on anaconda.org. (can cause problems with large build-times)
- use the travis rsync service to build once a day. Figure out all PR that where merged "today" and do the work.
- We can use the travis API https://docs.travis-ci.com/api to get all builds on master branch for biconda and do the work. Python Travis-CI API
- I was not able to find an RSS like feed for conda channels. So I don't think abusing anaconda.org as notification is out of the game :(
Metadata
Metadata
Assignees
Labels
No labels