On 07/02/2013 8:51 PM, Steve Klabnik wrote: > Neat! I'm assuming this is based on how Mozilla works internally, yes?
No, just for rust. Much of mozilla runs off mercurial and bugzilla; some projects are on github, some use their own testing bots, some just manual testing. The tools vary from group to group. > You may be interested in integrating it with the commit status API, > like Travis has: https://github.com/blog/1227-commit-status-api Yeah, it sets those status markers; that's how it keeps track of the minor amount of "state" is has between runs, that can't be directly inferred from the git graph structure. If you take a look at the example pull I pointed to, you'll see it's set the "success" status, which is why you get the little green bar with the checkmark. -Graydon _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
