mozilla / libmozdata

Library to access and aggregate several Mozilla data sources.
Other
10 stars 14 forks source link

Write a module to get a build ID given a changeset (and the other way around) #49

Open marco-c opened 8 years ago

marco-c commented 8 years ago

Some documentation here: https://wiki.mozilla.org/MozillaQualityAssurance:Build_Ids#For_any_build_of_Firefox.2C_SeaMonkey.2C_Thunderbird_or_Sunbird_which_you_are_about_to_download_from_the_ftp.mozilla.org_server.

marco-c commented 8 years ago

I've done it in JavaScript, can be easily ported if needed: https://github.com/mozilla/stab-crashes/blob/master/buildid_changeset.js.