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)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: jimmyu, Assigned: shrutiv)

Details

(Whiteboard: nsbranch+)

Attachments

(1 file, 2 obsolete files)

Besides the Linux tar.gz file in the output directory it contains other file which are not required.
update QA to myself
QA Contact: barrettl → jimmyu
Whiteboard: nsbranch
Status: NEW → ASSIGNED
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.
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?
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 → ---
Status: REOPENED → ASSIGNED
Whiteboard: nsbranch → nsbranch+
Attached patch Patch to remove n6setup.exe file (obsolete) — Splinter Review
Whiteboard: nsbranch+ → nsbranch+ need r=
Attachment #53283 - Attachment is obsolete: true
Attachment #51731 - Attachment is obsolete: true
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
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.
Marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago24 years ago
Resolution: --- → FIXED
Whiteboard: nsbranch+ need r= → nsbranch+
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.

Attachment

General

Created:
Updated:
Size: