Closed
Bug 643399
Opened 14 years ago
Closed 14 years ago
No update notification on nightly 03/20 build
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: andreea.pod, Assigned: mozilla)
References
()
Details
Attachments
(1 file)
1.13 KB,
patch
|
nthomas
:
review+
|
Details | Diff | Splinter Review |
Mozilla /5.0 (Android;Linux armv7l;rv:2.0b13pre) Gecko/20110320 Firefox/4.0b13pre Fennec /4.1b1pre
Device: Motorola droid 2
OS: Android 2.2
Steps to reproduce:
1. Go to about:fennec
2. Click on Check for Updates
Expected results:
A notification for the update should appear in the android notification bar
Actual result:
No update found.
21st does not update either.
Mozilla/5.0 (Android; Linux armv71; rv2.0b13pre) Gecko/20110321
Firefox/4.0b13pre Fennec/4.1a1pre
Device: Droid 2
OS: Android 2.2
Assignee | ||
Comment 2•14 years ago
|
||
The snippets appear good.
Is anyone else seeing this?
Can you confirm you are using official nightlies?
Reporter | ||
Updated•14 years ago
|
Comment 3•14 years ago
|
||
I can confirm it too !
Build Id: Mozilla /5.0 (Android;Linux armv7l;rv:2.0b13pre) Gecko/20110322 Firefox/4.0b13pre Fennec /4.1a1pre
Device: Motorola Droid 2 (Android 2.2)
Reporter | ||
Comment 4•14 years ago
|
||
No update found on 03/22 build
Mozilla /5.0 (Android;Linux armv7l;rv:2.0b13pre) Gecko/20110322 Firefox/4.0b13pre Fennec /4.1a1pre
Device: HTC Desire (Android 2.2)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → aki
Assignee | ||
Comment 5•14 years ago
|
||
Could someone paste the update url from their build?
Comment 6•14 years ago
|
||
Assignee | ||
Comment 7•14 years ago
|
||
RIght, I'm wondering what your build is replacing the %STRING%s with.
Assignee | ||
Comment 8•14 years ago
|
||
This may fix android nightly updates.
Attachment #521272 -
Flags: review?(nrthomas)
Comment 9•14 years ago
|
||
Comment on attachment 521272 [details] [diff] [review]
aha
I'm not sure I understand what's happening here, so lets me try to parrot it back.
We have nightlies from
mozilla-central + mobile-browser, version now 4.1a1pre, nightly channel
and will have
mozilla-2.1 + mobile-2.0, version matching 4.0, nightly-mozilla-2.1 channel
And we have old builds matching versions of 2.0 and 4.0 on nightly channel, from m-c + m-b. Yes ?
Comment 10•14 years ago
|
||
Comment on attachment 521272 [details] [diff] [review]
aha
If my previous comment was correct then I think we can trim this down a little
>Index: config-dist.php
>===================================================================
> 'Fennec' => array(
> '2.0*' => array(
> 'nightly' => 'mozilla-central',
> 'nightly-mozilla-2.1' => 'mozilla-2.1'
The nightly-mozilla-2.1 line can be removed
> '4.0*' => array(
> 'nightly' => 'mozilla-central',
> 'nightly-mozilla-2.1' => 'mozilla-2.1'
>- )
>+ ),
>+ '4.1*' => array(
>+ 'nightly' => 'mozilla-central',
>+ 'nightly-mozilla-2.1' => 'mozilla-2.1'
And removed again here. r+ with that.
Attachment #521272 -
Flags: review?(nrthomas) → review+
Assignee | ||
Comment 11•14 years ago
|
||
Comment on attachment 521272 [details] [diff] [review]
aha
Done.
Checking in xml/inc/config-dist.php;
/cvsroot/mozilla/webtools/aus/xml/inc/config-dist.php,v <-- config-dist.php
new revision: 1.124; previous revision: 1.123
done
Assignee | ||
Comment 12•14 years ago
|
||
This should be fixed for all nightlies; please verify.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•