Closed
Bug 1315878
Opened 8 years ago
Closed 8 years ago
blocklist update failing: script not able to detect the additional valid encoding
Categories
(SeaMonkey :: Release Engineering, defect)
SeaMonkey
Release Engineering
Tracking
(seamonkey2.49esr fixed, seamonkey2.50 fixed)
RESOLVED
FIXED
seamonkey2.50
People
(Reporter: ewong, Assigned: ewong)
References
Details
Attachments
(1 file, 2 obsolete files)
4.46 KB,
patch
|
frg
:
review+
|
Details | Diff | Splinter Review |
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%7B92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a%7D/2.49a1/SeaMonkey/20090105024647/blocklist-sync/en-US/nightly/blocklist-sync/default/default/ [following]
--2016-11-05 03:02:09-- https://blocklists.settings.services.mozilla.com/v1/blocklist/3/%7B92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a%7D/2.49a1/SeaMonkey/20090105024647/blocklist-sync/en-US/nightly/blocklist-sync/default/default/
Resolving blocklists.settings.services.mozilla.com... 35.161.11.107, 54.68.119.170, 52.35.43.119
Connecting to blocklists.settings.services.mozilla.com|35.161.11.107|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 208123 (203K) [application/xml]
Saving to: ‘blocklist_amo.xml’
0K .......... .......... .......... .......... .......... 24% 715K 0s
50K .......... .......... .......... .......... .......... 49% 2.07M 0s
100K .......... .......... .......... .......... .......... 73% 2.11M 0s
150K .......... .......... .......... .......... .......... 98% 50.6M 0s
200K ... 100% 6190G=0.1s
2016-11-05 03:02:09 (1.69 MB/s) - ‘blocklist_amo.xml’ saved [208123/208123]
--2016-11-05 03:02:09-- http://hg.mozilla.org/comm-central/raw-file/default/suite/app/blocklist.xml
Resolving hg.mozilla.org... 63.245.215.25, 63.245.215.102
Connecting to hg.mozilla.org|63.245.215.25|:80... connected.
HTTP request sent, awaiting response... 200 Script output follows
Length: 230629 (225K) [text/xml]
Saving to: ‘blocklist_hg.xml’
0K .......... .......... .......... .......... .......... 22% 37.4M 0s
50K .......... .......... .......... .......... .......... 44% 68.9M 0s
100K .......... .......... .......... .......... .......... 66% 85.8M 0s
150K .......... .......... .......... .......... .......... 88% 68.4M 0s
200K .......... .......... ..... 100% 123M=0.003s
2016-11-05 03:02:09 (62.9 MB/s) - ‘blocklist_hg.xml’ saved [230629/230629]
AMO blocklist does not appear to be an XML file. wget error?
program finished with exit code 1
![]() |
Assignee | |
Comment 1•8 years ago
|
||
apparently, three weeks or so ago, the xml header for the amo blocklist includes
the encoding, which our script doesn't check for.
Comment 2•8 years ago
|
||
Comment on attachment 8808492 [details] [diff] [review]
proposed patch
Review of attachment 8808492 [details] [diff] [review]:
-----------------------------------------------------------------
I should have thought about this for SeaMonkey when I saw coop fix it, we can probably just take the updates from:
https://bugzilla.mozilla.org/show_bug.cgi?id=1312518 and be fixed.
Attachment #8808492 -
Flags: review?(bugspam.Callek) → feedback-
![]() |
Assignee | |
Comment 3•8 years ago
|
||
Attachment #8808492 -
Attachment is obsolete: true
Attachment #8808905 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Comment 4•8 years ago
|
||
Attachment #8808905 -
Attachment is obsolete: true
Attachment #8808905 -
Flags: review?(bugspam.Callek)
Attachment #8822102 -
Flags: review?(bugspam.Callek)
![]() |
Assignee | |
Updated•8 years ago
|
Summary: blocklist update failing: → blocklist update failing: script not able to detect the additional valid encoding
![]() |
||
Comment 6•8 years ago
|
||
Comment on attachment 8822102 [details] [diff] [review]
[tools] prev. patch + changed tab to space in line 28
Stealing review as per irc.
I assume this goes into https://hg.mozilla.org/users/Callek_gmail.com/tools/ and is SeaMonkey only.
Should the
HGREPO="http://${HGHOST}/${BRANCH}"
not be changed to
HGREPO="https://${HGHOST}/${BRANCH}"
?
r+ with question answered.
Attachment #8822102 -
Flags: review?(bugspam.Callek) → review+
![]() |
Assignee | |
Comment 7•8 years ago
|
||
(In reply to Frank-Rainer Grahl from comment #6)
> Comment on attachment 8822102 [details] [diff] [review]
> [tools] prev. patch + changed tab to space in line 28
>
> Stealing review as per irc.
>
> I assume this goes into https://hg.mozilla.org/users/Callek_gmail.com/tools/
> and is SeaMonkey only.
Yes, it's SeaMonkey only; but I'm hoping to migrate the stuff from
Callek's repo to https://hg.mozilla.org/SeaMonkey/tools. I have
merged some recent changes from Callek's tools repo to that one.
I just haven't had the time to file the necessary bug and migrate
since it *will* bitrot whatever else that's in the pipeline for
us.
>
> Should the
> HGREPO="http://${HGHOST}/${BRANCH}"
> not be changed to
> HGREPO="https://${HGHOST}/${BRANCH}"
> ?
>
> r+ with question answered.
That works too. It's a good start to bug 1305911. :)
![]() |
Assignee | |
Comment 8•8 years ago
|
||
Pushed to tools:
https://hg.mozilla.org/users/Callek_gmail.com/tools/rev/ba64841508e7
![]() |
||
Comment 9•8 years ago
|
||
c-c and c-a got a blocklist update so I would consider it fixed.
https://hg.mozilla.org/comm-central/rev/24a3ded7409d
https://hg.mozilla.org/releases/comm-aurora/rev/08cab745d354
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-seamonkey2.49esr:
--- → fixed
status-seamonkey2.50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.50
You need to log in
before you can comment on or make changes to this bug.
Description
•