You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
What is the best way to be notified when a package is build and pushed to anaconda.org?
@erasche @thriqon any other ideas?
The text was updated successfully, but these errors were encountered: