Closed
Bug 101449
Opened 24 years ago
Closed 24 years ago
Output for CCK Linux build generates other unnessary files
Categories
(CCK Graveyard :: CCK-Wizard, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: jimmyu, Assigned: shrutiv)
Details
(Whiteboard: nsbranch+)
Attachments
(1 file, 2 obsolete files)
|
2.16 KB,
patch
|
Details | Diff | Splinter Review |
Besides the Linux tar.gz file in the output directory it contains other file
which are not required.
| Assignee | ||
Updated•24 years ago
|
Whiteboard: nsbranch
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Whiteboard: nsbranch → nsbranch need r=
Comment on attachment 51731 [details] [diff] [review]
Patch to remove unnecessary files in CCK linux build
+
+ if (linuxOption != "Linux")
+ {
Is this "linuxOption" or "platformOption"?
r=tao provided you verified that none of the needed files are removed.
| Assignee | ||
Comment 4•24 years ago
|
||
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Whiteboard: nsbranch need r= → nsbranch
Yes, the fix removed the files in output directory; setup.exe, autorun.inf,
install.txt and launch.ini, but these files exist only when the Autorun CD
option is checked. If this option is unchecked, the output directory will have
all the xpi files, n6setup.exe, ..etc.
Do we want to consider to remove those too?
| Assignee | ||
Comment 6•24 years ago
|
||
We must remove the n6setup.exe file, but we might want to retain the xpi files.
Reopen bug to remove n6setup.exe file
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Updated•24 years ago
|
Status: REOPENED → ASSIGNED
Whiteboard: nsbranch → nsbranch+
| Assignee | ||
Comment 8•24 years ago
|
||
| Assignee | ||
Updated•24 years ago
|
Whiteboard: nsbranch+ → nsbranch+ need r=
| Assignee | ||
Updated•24 years ago
|
Attachment #53283 -
Attachment is obsolete: true
| Assignee | ||
Updated•24 years ago
|
Attachment #51731 -
Attachment is obsolete: true
| Assignee | ||
Comment 9•24 years ago
|
||
Comment 10•24 years ago
|
||
Re patch: http://bugzilla.mozilla.org/showattachment.cgi?attach_id=53331
In the diff, the remaining lines (not minused) between the 2 new lines (+) do
not appear to be indented:
+
{
invisible();
dlg->SetWindowText(" Customization is in Progress \n
||||||||||||||||||||||||||||||||||||");
AddThirdParty();
dlg->SetWindowText(" Customization is in Progress \n
|||||||||||||||||||||||||||||||||||||||||||||");
ReplaceINIFile();
-
if (linuxOption == "Linux")
-
{
-
dlg->SetWindowText(" Customization is in Progress \n
|||||||||||||||||||||||||||||||||||||||||||||||");
-
CreateLinuxInstaller();
-
}
-
dlg->SetWindowText(" Customization is in Progress \n
||||||||||||||||||||||||||||||||||||||||||||||||||||||");
-
+
}
Assuming that this is a problem with the diff and that the indentation
in the real file looks OK, r=bobj
| Assignee | ||
Comment 11•24 years ago
|
||
This is because I have submitted the patch using "-wb" option for diff, so tabs
and space changes don't appear as '+'. The indentation in the original file is
fine.
| Assignee | ||
Comment 12•24 years ago
|
||
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Whiteboard: nsbranch+ need r= → nsbranch+
| Reporter | ||
Comment 13•24 years ago
|
||
Verified with CCK Build 2001-10-15-08.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•