Bug 287752 - Please store the build log in files
Summary: Please store the build log in files
Status: RESOLVED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: LinuxTools (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Packaging Tools Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2009-08-26 17:57 EDT by Benjamin Drung CLA
Modified: 2022-01-13 14:51 EST (History)
0 users

See Also:


Attachments
output.patch (3.49 KB, patch)
2009-08-26 17:57 EDT, Benjamin Drung CLA
overholt: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Drung CLA 2009-08-26 17:57:11 EDT
Created attachment 145727 [details]
output.patch

This patch sets the output file names. Please put the patch into the patch/ directory and add this line to build.xml:

<patch patchfile="${basedir}/patches/output.patch" dir="${buildDirectory}" strip="3" />
Comment 1 Andrew Overholt CLA 2009-08-27 11:01:25 EDT
Thanks for the patch.  Applied in revision 22822:

2009-08-27  Andrew Overholt  <overholt@redhat.com>

	Bug #287752

	* build.xml: Add patch to not store build logs in separate files (from
	Benjamin Drung).