Closed
Bug 1275047
Opened 9 years ago
Closed 9 years ago
Try build txt file contains mozilla-central revision instead of try revision
Categories
(Infrastructure & Operations Graveyard :: CIDuty, task)
Infrastructure & Operations Graveyard
CIDuty
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1274655
People
(Reporter: bc, Unassigned)
References
Details
(Keywords: regression)
For try builds before 2016-05-19, the txt file contained in the build directory which includes the build date and the revision for the build used a revision on the try repo. Afterwards, it appears that the file now contains links to a revision on mozilla-central.
This is not restricted to android builds, but appears to be across builds.
This happened sometime between 9:24 AM and 10:03 AM PDT 2016-05-19
https://treeherder.mozilla.org/#/jobs?repo=try&tochange=8b60f8209148&fromchange=120295312ca0
Example:
http://archive.mozilla.org/pub/mobile/try-builds/dminor@mozilla.com-120295312ca0b7d85e6e144be7dc8f75413094fc/try-android-api-15/fennec-49.0a1.en-US.android-arm.txt
20160519092633
https://hg.mozilla.org/try/rev/120295312ca0b7d85e6e144be7dc8f75413094fc
http://archive.mozilla.org/pub/mobile/try-builds/kgupta@mozilla.com-8b60f8209148d99967f4f6727b9e5c932798a7f1/try-android-api-15/fennec-49.0a1.en-US.android-arm.txt
20160519100412
https://hg.mozilla.org/mozilla-central/rev/8b60f8209148d99967f4f6727b9e5c932798a7f1
Comment 1•9 years ago
|
||
Dupe of bug 1274655?
Reporter | ||
Comment 2•9 years ago
|
||
The root cause seems the same. Not sure if the txt file and application.ini are independent though.
Comment 3•9 years ago
|
||
Pretty sure this is a dupe.
toolkit/mozapps/installer/packager.mk writes $MOZ_SOURCE_URL to $MOZ_SOURCESTAMP_FILE. $MOZ_SOURCE_URL is derived from MOZ_SOURCE_REPO in build/variables.py. And 1274655 changes things to explicitly define MOZ_SOURCE_REPO.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Release Engineering → Infrastructure & Operations
Updated•5 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•