Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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 답장
  • 2 이 문제를 만남
  • 7 보기
  • 최종 답변자: 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?

모든 댓글 (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