Closed
Bug 797412
Opened 12 years ago
Closed 12 years ago
Remove feeds rss.rdf file, update build config
Categories
(MailNews Core :: Account Manager, defect)
MailNews Core
Account Manager
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: alta88, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
4.21 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee: nobody → alta88
Attachment #669777 -
Flags: superreview?(neil)
Attachment #669777 -
Flags: review?(mbanner)
this file was effectively being used for a string, duplicated elsewhere, and one parm. its dependence is removed by the patch in bug 796234, which must be applied first.
mark, i believe the /newsblog/jar.mn is also no longer used, please confirm; it can be added to this.
Summary: Remove feeds rss.rdf file → Remove feeds rss.rdf file, update build config
Comment 3•12 years ago
|
||
Comment on attachment 669777 [details] [diff] [review]
patch
Review of attachment 669777 [details] [diff] [review]:
-----------------------------------------------------------------
Almost right, just need to make sure we remove the files from previous installations.
::: mailnews/extensions/newsblog/Makefile.in
@@ +18,5 @@
> VPATH = @srcdir@
>
> include $(DEPTH)/config/autoconf.mk
>
> MODULE = newsblog
You can also remove this line as there's no .idl files here.
::: suite/installer/package-manifest.in
@@ -794,5 @@
>
> #ifdef MOZ_MOVEMAIL
> @BINPATH@/isp/movemail.rdf
> #endif
> -@BINPATH@/isp/rss.rdf
You need to add isp/rss.rdf to removed-files.in for both mail and suite.
Attachment #669777 -
Flags: review?(mbanner) → review-
updated. what about jar.mn?
Attachment #669777 -
Attachment is obsolete: true
Attachment #669777 -
Flags: superreview?(neil)
Attachment #669979 -
Flags: superreview?(neil)
Attachment #669979 -
Flags: review?(mbanner)
Comment 5•12 years ago
|
||
jar.mn remains in use even though it isn't explicitly mentioned - there's a rule for it in rules.mk iirc.
Comment 6•12 years ago
|
||
Comment on attachment 669979 [details] [diff] [review]
patch
Review of attachment 669979 [details] [diff] [review]:
-----------------------------------------------------------------
r=me assuming the other bug gets r+ etc.
Attachment #669979 -
Flags: review?(mbanner) → review+
Comment 7•12 years ago
|
||
Comment on attachment 669979 [details] [diff] [review]
patch
Although I'd love to see this happen, it is currently blocked by bug 796234, hence removing the outstanding review request for now, as we need that bug to progress before we can resolve this one.
Attachment #669979 -
Flags: superreview?(neil)
due to the obstructionism in bug 796234, this is wontfix.
for Tb, however, there is no longer any reliance on feeds.rdf post bug 529131.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•