MeteorPackaging / autopublish.meteor.com

Test application to automatically setup GitHub repositories containing Meteor packages to be auto-published on new releases with TravisCI

Home Page:https://autopublish.meteor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support for binary pacakges

splendido opened this issue · comments

a binary package could be recognized as binary at first regular publish: this warning should appear in the log!

After detection of this warning, the backage should be marked with a binary flag and meteor publish-for-arch run on all available architectures.

At the next time, the binary flag should be intercepted and meteor publish-for-arch directly run on all available architectures.