[Zope-dev] Help updating the copyright attributions

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jun 3 02:57:23 EDT 2010


On 6/3/10 8:40 AM, Christian Theune wrote:
> On 06/02/2010 05:19 PM, Tres Seaver wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Jan-Wijbrand Kolman wrote:
>>> On 6/2/10 15:11 , Christian Theune wrote:
>>>> Hi,
>>>>
>>>> the ZF needs to finish updating the copyright attributions to state that
>>>> the Zope code now belongs to the foundation.
>>>>
>>>> I've prepared some scripts to help with monitoring which packages need
>>>> to be updated and also a helper to update most cases.
>>>
>>> Can you point me to these scripts?
>>
>>    $ svn co svn+ssh://svn.zope.org/repos/main/zope.repositorypolicy/trunk\
>>      ~/projects/Zope/zrp
>>    $ cd zrp
>>    $ /opt/Python-2.6.5/bin/python bootstrap.py&&   bin/buildout
>>    $ cd /path/to/other/project
>>    $ ~/projects/Zope/zrp/bin/zope-org-check-project
>>    ...
>>    $ ~/projects/Zope/zrp/bin/zope-org-fix-project
>>    ...
>>    $ ~/projects/Zope/zrp/bin/zope-org-check-project
>>    (should be empty)
>>    $ bin/test -v --all
>>    $ svn add LICENSE.txt COPYRIGHT.txt
>>    $ svn commit -m "Conform to repository policy."
>
> How do you deal with packages that have broken tests due to broken
> dependencies?

I had z3c.recipe.paster with failing tests. These failed both before and 
after the copyright-fix. So, assumed I could go ahead with the copyright 
fix itself.

I do want to help out on the important copyright fixing, but I do not 
have the time right now to also fix each of the packages that I come across.

Maybe we could/should make note of the broken packages somewhere.

regards, jw



More information about the Zope-Dev mailing list