Closed
Bug 1597834
Opened 6 years ago
Closed 6 years ago
Make EARLY_BETA_OR_EARLIER available to python configure
Categories
(Firefox Build System :: General, task, P3)
Firefox Build System
General
Tracking
(firefox73 fixed)
RESOLVED
FIXED
mozilla73
Tracking | Status | |
---|---|---|
firefox73 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
EARLY_BETA_OR_EARLIER
is set in build/defines.sh
, which is sourced from old-configure. That makes it unavailable to python configure.
The build/defines.sh
file should be read from python configure to get the value for EARLY_BETA_OR_EARLIER
(possibly rejecting anything else from the file), and the value should be exposed from milestone
in init.configure
.
Updated•6 years ago
|
Priority: -- → P3
Assignee | ||
Comment 1•6 years ago
|
||
Updated•6 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/44aea81297a2
Make EARLY_BETA_OR_EARLIER available to python configure. r=rstewart
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox73:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla73
You need to log in
before you can comment on or make changes to this bug.
Description
•