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 938450 Details for
Bug 1142796
tabs used instead of spaces
[?]
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.
replace tabs with spaces for indentation
0001-tabs-used-replace-with-spaces.patch (text/plain), 1.40 KB, created by
Gene Czarcinski
on 2014-09-17 12:19:12 UTC
(
hide
)
Description:
replace tabs with spaces for indentation
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2014-09-17 12:19:12 UTC
Size:
1.40 KB
patch
obsolete
>From 5a960c03580ab27f29819a544f76ec3db7a26856 Mon Sep 17 00:00:00 2001 >From: Gene Czarcinski <gczarcinski@ec.rr.com> >Date: Wed, 17 Sep 2014 08:10:26 -0400 >Subject: [PATCH] tabs used- replace with spaces >Content-Type: text/plain; charset="utf-8" >Content-Transfer-Encoding: 8bit > >A mix of tabs and spaces are used. Needs to be consistent and >all spaces. >--- > src/bin/pungi.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/src/bin/pungi.py b/src/bin/pungi.py >index 2d1761e..aa831a6 100755 >--- a/src/bin/pungi.py >+++ b/src/bin/pungi.py >@@ -273,10 +273,10 @@ if __name__ == '__main__': > help="Flag to enable processing the BuildInstall stage") > parser.add_option("-I", action="store_true", default=False, dest="do_createiso", > help="Flag to enable processing the CreateISO stage") >- parser.add_option("--relnotepkgs", dest="relnotepkgs", type="string", >+ parser.add_option("--relnotepkgs", dest="relnotepkgs", type="string", > action="callback", callback=set_config, callback_args=(config, ), > help='Rpms which contain the release notes') >- parser.add_option("--relnotefilere", dest="relnotefilere", type="string", >+ parser.add_option("--relnotefilere", dest="relnotefilere", type="string", > action="callback", callback=set_config, callback_args=(config, ), > help='Which files are the release notes -- GPL EULA') > >-- >1.9.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 Raw
Actions:
View
Attachments on
bug 1142796
: 938450