On 10/20/2011 11:55 AM, Mike Gilbert wrote:
> On Thu, Oct 20, 2011 at 2:23 PM, Fabian Groffen <grob...@gentoo.org> wrote:
>> To retain the behaviour of echangelog, update the copyrights on modified
>> files (mostly ebuilds) when necessary.  Also update the ChangeLog's
>> copyright.
>>
>> diff --git a/pym/repoman/utilities.py b/pym/repoman/utilities.py
>> --- a/pym/repoman/utilities.py
>> +++ b/pym/repoman/utilities.py
>> @@ -548,6 +616,16 @@
>>                logging.critical(err)
>>                return None
>>
>> +       year = time.strftime('%Y')
>> +       date = time.strftime('%d %b %Y')
>> +
> 
> echangelog calls time.strftime('%d %b %Y', gmtime) so that UTC is always used.
> 

Thanks, the existing code is fixed in git now:

http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=0f261405f63cd09639728da78e70a254cd3c5320
-- 
Thanks,
Zac

Reply via email to