[sos-devel] [PATCH 1/4] postgresql: minor fixes

Bryn M. Reeves bmr at redhat.com
Tue Feb 4 15:20:42 UTC 2014


On 02/04/2014 02:57 PM, Sandro Bonazzola wrote:
> - pep8 / style fixes
> - Avoid redefining built-in 'file'
> 
> Change-Id: I240268e0ce90328d09854d9825f9e06ef07a7f4f
> Signed-off-by: Sandro Bonazzola <sbonazzo at redhat.com>

Thanks - applied the series. There seems to be something in your patch
generation process that's leaving trailing whitespace at the end of
lines, git doesn't like that:

$ git apply --index /tmp/postgresql-add-license-header-3_4.patch
/tmp/postgresql-add-license-header-3_4.patch:67: trailing whitespace.
## Copyright (C) 2014 Red Hat, Inc., Sandro Bonazzola <sbonazzo at redhat.com>
/tmp/postgresql-add-license-header-3_4.patch:68: trailing whitespace.
[...]

Fixed with a quick "sed -i 's/[[:space:]]*$//'" but ideally patches
should apply directly to git without munging.

The four postgres patches should be visible on github now:

 https://github.com/sosreport/sosreport/commits/master

Thanks again for working on this!

Regards,
Bryn.




More information about the sos-devel mailing list