Closed
Bug 723273
Opened 11 years ago
Closed 11 years ago
Create a script that serves update.rdf information for Lightning Nightly builds
Categories
(Calendar :: General, defect)
Calendar
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.6
People
(Reporter: Fallen, Assigned: Fallen)
References
Details
Attachments
(1 file, 1 obsolete file)
5.85 KB,
patch
|
Details | Diff | Splinter Review |
The script should get the parameters on the request, most importantly: * Installed Lightning build id * possibly update channel * Lightning version * App version * OS/ABI and then provide an update.rdf that shows an update item if there is a newer build available. See bug 322522 for the bigger picture.
Assignee | ||
Comment 1•11 years ago
|
||
We will also need a server that hosts this, I'd say we create that bug when this bug is fixed (or just make it part of this bug)
Assignee | ||
Comment 2•11 years ago
|
||
Example in action: https://kewis.ch/update.php?buildID=20120229003631&appABI=x86_64-gcc3&appOS=Linux&locale=en-US&appVersion=12.0a2&appID={3550f703-e582-4d05-9a08-453d09bdfdc6}
Assignee: nobody → philipp
Status: NEW → ASSIGNED
Assignee | ||
Updated•11 years ago
|
Attachment #603477 -
Attachment mime type: text/php → text/plain
Assignee | ||
Comment 3•11 years ago
|
||
Silly Firefox URL hilighting. Maybe this works better. If not, I give up. Be sure to include the closing } <https://kewis.ch/update.php?buildID=20120229003631&appABI=x86_64-gcc3&appOS=Linux&locale=en-US&appVersion=12.0a2&appID={3550f703-e582-4d05-9a08-453d09bdfdc6}>
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 603477 [details]
Fix - v1
Sancus, do you think I could get you to review this script?
Attachment #603477 -
Flags: review?(sancus)
Assignee | ||
Comment 5•11 years ago
|
||
Better escaping, comment out beta tree
Attachment #603477 -
Attachment is obsolete: true
Attachment #603477 -
Flags: review?(sancus)
Comment 6•11 years ago
|
||
(In reply to Philipp Kewisch [:Fallen] from comment #5) > Created attachment 613535 [details] [diff] [review] > Fix - v2 > > Better escaping, comment out beta tree @Fallen: Is the latest version deployed on your site?
Assignee | ||
Comment 7•11 years ago
|
||
It is now, since some time during the opsec review.
Assignee | ||
Comment 8•11 years ago
|
||
This is now FIXED, the script is in a repo at: http://hg.mozilla.org/users/mozilla_kewis.ch/calendar-buildconfig/file/tip/update.php
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 1.6
You need to log in
before you can comment on or make changes to this bug.
Description
•