Funkcjonalność tej witryny będzie ograniczona w czasie konserwacji. Jeśli artykuł nie rozwiązuje twojego problemu i chcesz zadać pytanie, to nasza społeczność wsparcia jest dostępna na @FirefoxSupport na Twitterze i /r/firefox na Reddicie.

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

I have a list of mozilla build ids. I want to download the source code for these builds. How can I download the source code for this specific build ids?

  • 4 odpowiedzi
  • 2 osoby mają ten problem
  • 7 wyświetleń
  • Ostatnia odpowiedź od cor-el

more options

We are working on a research project. We want to predict whether a given build will produce a crash report or not. For this, we will need to download the source code of various builds. Could you please tell us, how to download the source code for a specific build number?

We are working on a research project. We want to predict whether a given build will produce a crash report or not. For this, we will need to download the source code of various builds. Could you please tell us, how to download the source code for a specific build number?

Wszystkie odpowiedzi (4)

more options

hi, is this about regular firefox releases or nightly (pre-release) builds?

more options

Hi Philipp, I have the build numbers for both regular releases and nightly (pre-release) builds.

more options

for release builds you could download the sources like explained here: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code/Downloading_Source_Archives

for nightly you could use this tool to convert the buildid to a particular changeset/revision: https://mozilla.github.io/stab-crashes/buildid_changeset.html and then use hg pull -r <revision> https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code

more options