Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 302274 Details for
Bug 442264
Don't exempt *.jar.so.debug from buildroot checks
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Don't exempt *.jar.so.debug from buildroot checks
0002-Don-t-exempt-.jar.so.debug-from-buildroot-checks.patch (text/plain), 945 bytes, created by
Ville Skyttä
on 2008-04-13 16:34:13 UTC
(
hide
)
Description:
Don't exempt *.jar.so.debug from buildroot checks
Filename:
MIME Type:
Creator:
Ville Skyttä
Created:
2008-04-13 16:34:13 UTC
Size:
945 bytes
patch
obsolete
>From fdcbd36bd9d45ca7226de7ef33f566a53c518776 Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi> >Date: Sun, 13 Apr 2008 19:30:05 +0300 >Subject: [PATCH] Don't exempt *.jar.so.debug from buildroot checks >MIME-Version: 1.0 >Content-Type: text/plain; charset=utf-8 >Content-Transfer-Encoding: 8bit > > >Signed-off-by: Ville Skyttä <ville.skytta@iki.fi> >--- > scripts/check-buildroot | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/scripts/check-buildroot b/scripts/check-buildroot >index 0a9ec4b..89a283f 100755 >--- a/scripts/check-buildroot >+++ b/scripts/check-buildroot >@@ -27,7 +27,7 @@ trap "rm -f $tmp" EXIT > > find "$RPM_BUILD_ROOT" \! \( \ > -name '*.pyo' -o -name '*.pyc' -o -name '*.elc' -o -name '.packlist' \ >- -o -name '*.jar.so.debug' \) -type f -print0 | \ >+ \) -type f -print0 | \ > LANG=C xargs -0r grep -F "$RPM_BUILD_ROOT" >$tmp > > test -s "$tmp" && { >-- >1.5.4.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442264
: 302274