Closed
Bug 309506
Opened 19 years ago
Closed 19 years ago
AUS needs to send buildID with response XML on <update>s
Categories
(AUS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
4.x (triaged)
People
(Reporter: bugs, Assigned: morgamic)
References
Details
Typical AUS response XML looks like:
<updates>
<update type="minor" version="1.4" extensionVersion="1.4">
<patch type="complete" URL="..." hashFunction="SHA1" hashValue="..."
size="..."/>
<patch type="partial" URL="..." hashFunction="SHA1" hashValue="..." size="..."/>
</update>
</updates>
We need the <update> element to also have a "buildID" attribute that has the
build id of the build. This is necessary to fix bug 302062 because there is no
way we can differentiate between nightly builds with the same version number.
Comment 1•19 years ago
|
||
Mike, can you list the build ID in the update.xml attribute Ben mentions?
Assignee: nobody → morgamic
| Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•19 years ago
|
||
Would the buildID be the to_build? By to_build I mean the target build that the client will be updating to.
Comment 3•19 years ago
|
||
(In reply to comment #2) > Would the buildID be the to_build? By to_build I mean the target build that the > client will be updating to. Yes.
| Assignee | ||
Comment 4•19 years ago
|
||
This was set up last week at: https://aus2-dev.mozilla.org:7777/update2/1/Firefox/1.0+/2005092101/Linux_x86-gcc3/en-US/nightly/update.xml Is someone able to test this to see if it works properly? It provides the correct output afaik.
Comment 5•19 years ago
|
||
Looks like this has been fixed indeed since the update history displays the build id.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 6•19 years ago
|
||
This can be verified by looking at https://aus2.mozilla.org/update/1/Firefox/1.5/2006011903/WINNT_x86-msvc/en-US/nightly/update.xml.
Updated•18 years ago
|
QA Contact: nobody → general
You need to log in
before you can comment on or make changes to this bug.
Description
•