Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Vincent Fretin
On Sun, May 2, 2010 at 10:52 PM, Martijn Faassen faas...@startifact.com wrote:
 Hi there,

 Of course what applies to Hanno should apply to others making releases
 of packages maintained by the Zope Toolkit project as well. I think the
 ZTK leadership should figure out some kind of guidelines for this that
 people can follow. Maybe someone can write a tool too to check up how
 far a toolkit is out of sync with the latest releases. Just some ideas.

For the tool, I think I did it already. I modified one of Hanno's
script some times ago:
cd zopetoolkit/trunk
bin/buildout -c checknew.cfg
bin/python checknew.py

Vincent
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Vincent Fretin wrote:
 For the tool, I think I did it already. I modified one of Hanno's
 script some times ago:
 cd zopetoolkit/trunk
 bin/buildout -c checknew.cfg
 bin/python checknew.py

Cool! This tool should be documented if it isn't already.

Why is this in a separate .cfg unlike the other tools that come with the 
ZTK? Unless creating this extra script is very expensive, I think it 
makes sense to generate it in 'bin' along with the rest of the scripts.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Hanno Schlichting wrote:
 Good evening :)
 
 If you have a specific issue with me, you might contact me in private.
 But with your follow-ups this turned into a more general issue.

No, I think this needs to be public as the ZTK is a public project that 
I care about. And you're not playing your proper part in it. You're not 
going to listen to me (otherwise the fork would never have happened; you 
had an issue with listening to me), so I'm informing the rest of the 
community. Maybe you'll listen to them. The fork is counterproductive. 
And it's just annoying me. It's time for this annoyance to disappear.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Wichert Akkerman
On 5/3/10 12:20 , Martijn Faassen wrote:
 Hanno Schlichting wrote:
 Good evening :)

 If you have a specific issue with me, you might contact me in private.
 But with your follow-ups this turned into a more general issue.

 No, I think this needs to be public as the ZTK is a public project that
 I care about. And you're not playing your proper part in it. You're not
 going to listen to me (otherwise the fork would never have happened; you
 had an issue with listening to me), so I'm informing the rest of the
 community. Maybe you'll listen to them. The fork is counterproductive.
 And it's just annoying me. It's time for this annoyance to disappear.

Can we please not rehash an old discussion or make this personal? This 
has all been discussed too often already.

Wichert.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Hi there,

Hanno Schlichting wrote:
 I expect us to define the process around package releases and updating
 the ZTK. It's not entirely clear to me who should and who is allowed
 to update the ZTK definition. We'll figure things out and once we have
 I'll stick to the rules.

My few cents:

I think everybody should be allowed to update the ZTK definition. They 
should follow certain guidelines (run tests, and such. Maybe updating a 
changelog is a good idea too). Stability can be taken care of by 
branching and tagging. I.e. the same guidelines as we have for other 
pieces of code can be a good starting point.

To get back to the discussion that caused the fork. We have implicit, 
but I think widely understood and accepted, rules about backwards 
compatibility. So we don't expect someone to rip out half the code of a 
Python package just like that. Generally we expect the tests to continue 
to run. Similarly we shouldn't just drop things from the ZTK without 
special action (this involves removing tests too!). We started to try to 
spell some of that out here long ago:

http://docs.zope.org/zopetoolkit/about/coreextra.html

But I'd hate it if the ZTK trunk became some kind of bureaucratic maze, 
as it'd stop me from getting work done.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Wichert Akkerman
On 5/3/10 12:34 , Martijn Faassen wrote:
 Hi there,

 Hanno Schlichting wrote:
 I expect us to define the process around package releases and updating
 the ZTK. It's not entirely clear to me who should and who is allowed
 to update the ZTK definition. We'll figure things out and once we have
 I'll stick to the rules.

 My few cents:

 I think everybody should be allowed to update the ZTK definition. They
 should follow certain guidelines (run tests, and such. Maybe updating a
 changelog is a good idea too). Stability can be taken care of by
 branching and tagging. I.e. the same guidelines as we have for other
 pieces of code can be a good starting point.

 To get back to the discussion that caused the fork. We have implicit,
 but I think widely understood and accepted, rules about backwards
 compatibility. So we don't expect someone to rip out half the code of a
 Python package just like that. Generally we expect the tests to continue
 to run. Similarly we shouldn't just drop things from the ZTK without
 special action (this involves removing tests too!). We started to try to
 spell some of that out here long ago:

 http://docs.zope.org/zopetoolkit/about/coreextra.html

 But I'd hate it if the ZTK trunk became some kind of bureaucratic maze,
 as it'd stop me from getting work done.

I suggest that we wait impatiently for the ZTK steering committee to 
come up with a useful policy instead of trying to do their work when 
none of us volunteered for the task.

Wichert.

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Wichert Akkerman wrote:
 Can we please not rehash an old discussion or make this personal? This 
 has all been discussed too often already.

As far as I know, I've *never* discussed this fork on this list, but I 
might be wrong; feel free to dig the archives. But that doesn't matter: 
the fork is still there. So: wtf, Wichert?

There is a fork of the ZTK being maintained today, right now. I want it 
to stop. Hanno, please stop the fork. I don't know what Hanno is trying 
to pull by saying he's going to look into the ZTK. He helped build the 
ZTK, and then he forked it, which took all of 5 minutes, and now 4 
months down the road he's looking into the ZTK? I think it shouldn't 
take more than 10 minutes to unfork it.

And if someone else is maintaining a fork of the ZTK, I'll be happy to 
single out that individual too. Feel free to fork the ZTK, Wichert, and 
I'll be complaining about *you*. If I fork the ZTK you get to complain 
about me. But you didn't, I didn't, but Hanno did.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Wichert Akkerman wrote:
 I suggest that we wait impatiently for the ZTK steering committee to 
 come up with a useful policy instead of trying to do their work when 
 none of us volunteered for the task.

I don't understand your suggestion. Could you rephrase it?

I'm a ZTK user, and I'm dissatisfied. I'm complaining. What's more, I'm 
actually offering constructive suggestions. Are you?

Regards,

Martijn


___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Wichert Akkerman
On 5/3/10 12:52 , Martijn Faassen wrote:
 Wichert Akkerman wrote:
 I suggest that we wait impatiently for the ZTK steering committee to
 come up with a useful policy instead of trying to do their work when
 none of us volunteered for the task.

 I don't understand your suggestion. Could you rephrase it?

 I'm a ZTK user, and I'm dissatisfied. I'm complaining. What's more, I'm
 actually offering constructive suggestions. Are you?

A ZTK steering group was created to help define and manage the ZTK. You 
did not volunteer for that, and neither did I. Hanno did, so why not let 
him do his job instead of distracting him by rehashing a discussion that 
already happened on this list.

Wichert.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Martijn Faassen wrote:
[snip]
 Why is this in a separate .cfg unlike the other tools that come with the 
 ZTK? Unless creating this extra script is very expensive, I think it 
 makes sense to generate it in 'bin' along with the rest of the scripts.

To expand on that, it'd be nice if it were also easy to integrate in 
other toolkits such as the Grok toolkit. I imagine the BlueBream people 
would also like to have such a thing. The other scripts (such as the 
cool depgraph stuff that Hanno created) are reusable in that way, and 
it's been very nice.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Wichert Akkerman wrote:
 On 5/3/10 12:51 , Martijn Faassen wrote:
 Wichert Akkerman wrote:
 Can we please not rehash an old discussion or make this personal? This
 has all been discussed too often already.
 As far as I know, I've *never* discussed this fork on this list, but I
 might be wrong; feel free to dig the archives. But that doesn't matter:
 the fork is still there. So: wtf, Wichert?
 
 Perhaps you haven't, but others have discussed the reason the fork was 
 cerated and why it still exists. Since then many things have happened 
 including the creation of the ZTK steering group, of which Hanno is a 
 member.

The ZTK steering group was created about a year ago, so I'm not sure 
what you're trying to suggest here. I just hope you're not suggesting I 
didn't do anything in 2009. By the way: at the time I invited Hanno into 
the group, but he declined then, and I respect that, but just so you know.

I must say it totally baffles me that the ZTK was acceptable to Zope 2 
until january, and became unacceptable at that point. All answers are 
probably in that mailing list thread, but I can't be bothered to look it 
up. Please just make the fork go away.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Wichert Akkerman
On 5/3/10 13:07 , Martijn Faassen wrote:
 Wichert Akkerman wrote:
 On 5/3/10 12:51 , Martijn Faassen wrote:
 Wichert Akkerman wrote:
 Can we please not rehash an old discussion or make this personal? This
 has all been discussed too often already.
 As far as I know, I've *never* discussed this fork on this list, but I
 might be wrong; feel free to dig the archives. But that doesn't matter:
 the fork is still there. So: wtf, Wichert?

 Perhaps you haven't, but others have discussed the reason the fork was
 cerated and why it still exists. Since then many things have happened
 including the creation of the ZTK steering group, of which Hanno is a
 member.

 The ZTK steering group was created about a year ago, so I'm not sure
 what you're trying to suggest here.

Sorry, my mistake. I meant the ZTK release manage group, not the now 
defunct ZTK steering group,

 I must say it totally baffles me that the ZTK was acceptable to Zope 2
 until january, and became unacceptable at that point. All answers are
 probably in that mailing list thread, but I can't be bothered to look it
 up. Please just make the fork go away.

The needed steps to do that can be found in the list archives.

Wichert.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Wichert Akkerman wrote:
 On 5/3/10 12:52 , Martijn Faassen wrote:
 Wichert Akkerman wrote:
 I suggest that we wait impatiently for the ZTK steering committee to
 come up with a useful policy instead of trying to do their work when
 none of us volunteered for the task.
 I don't understand your suggestion. Could you rephrase it?

 I'm a ZTK user, and I'm dissatisfied. I'm complaining. What's more, I'm
 actually offering constructive suggestions. Are you?
 
 A ZTK steering group was created to help define and manage the ZTK. You 
 did not volunteer for that, and neither did I. Hanno did, so why not let 
 him do his job instead of distracting him by rehashing a discussion that 
 already happened on this list.

I'm a ZTK user. I thought this was the mailing list for ZTK users to 
bring up issues they have? Am I to understand that this open source 
project works in such a way that we can't even say anything until the 
steering group is done coming up with guidelines? How *do* I ask the 
steering group for things? Are suggestions really off the table? I think 
you should explain things better to newcomers such as me. :)

Last year you weren't so overly protective of the ZTK steering group. 
What's more, you sound like you think the ZTK steering group formed this 
year! Wow. You seem to have forgotten 2009 already? I'd be mightily 
pissed off that you're ignoring my hard work last year if it weren't so 
hilariously silly. :) Maybe you're worried I'm trying to take over. I'm 
not, I'm just a user and contributor to this project.

Anyway, I didn't realize the steering group got disbanded and reformed; 
the Zope Toolkit documentation still seems to refer to the old steering 
group:

http://docs.zope.org/zopetoolkit/steeringgroup/members.html

Someone should update it. That way people don't have to go through the 
mailing list archives to find decisions. This was something that the 
2009 incarnation of the steering group was trying to do and I think the 
2010 version would do well to emulate that, while of course trying to 
improve on the things that didn't work so well last year.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Wichert Akkerman wrote:
 Sorry, my mistake. I meant the ZTK release manage group, not the now 
 defunct ZTK steering group,

If it's defunct someone better update the documentation.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Lennart Regebro
On Mon, May 3, 2010 at 13:22, Martijn Faassen faas...@startifact.com wrote:
 Wichert Akkerman wrote:
 Sorry, my mistake. I meant the ZTK release manage group, not the now
 defunct ZTK steering group,

Well, if it's defunct or not is up to the members of the steering
group. The steering group created itself, and may disband itself if it
so wishes. It has all the right in the world to continue existing,
even if the idea is that the ZTK oversight will be done by the release
manager team instead.

 If it's defunct someone better update the documentation.

The creation of the release manager team was only recently concluded.
To expect zope process documentation to update quickly is unrealistic.

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Lennart Regebro wrote:
 On Mon, May 3, 2010 at 13:22, Martijn Faassen faas...@startifact.com wrote:
 Wichert Akkerman wrote:
 Sorry, my mistake. I meant the ZTK release manage group, not the now
 defunct ZTK steering group,
 
 Well, if it's defunct or not is up to the members of the steering
 group. The steering group created itself, and may disband itself if it
 so wishes. It has all the right in the world to continue existing,
 even if the idea is that the ZTK oversight will be done by the release
 manager team instead.
 
 If it's defunct someone better update the documentation.
 
 The creation of the release manager team was only recently concluded.

Two weeks ago. Process started a month ago.

 To expect zope process documentation to update quickly is unrealistic.

Well, I'm disappointed in the zope documentation process then. Work faster!

If you don't inform people about this release manager team thingy, you 
can't rightly expect people like me to care about it.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Wichert Akkerman
On 5/3/10 15:41 , Martijn Faassen wrote:
 Lennart Regebro wrote:
 On Mon, May 3, 2010 at 13:22, Martijn Faassenfaas...@startifact.com  wrote:
 Wichert Akkerman wrote:
 Sorry, my mistake. I meant the ZTK release manage group, not the now
 defunct ZTK steering group,

 Well, if it's defunct or not is up to the members of the steering
 group. The steering group created itself, and may disband itself if it
 so wishes. It has all the right in the world to continue existing,
 even if the idea is that the ZTK oversight will be done by the release
 manager team instead.

 If it's defunct someone better update the documentation.

 The creation of the release manager team was only recently concluded.

 Two weeks ago. Process started a month ago.

If we're going to make cheap shots: that's still a lot faster than the 
grok release cycle.

Wichert.
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Alex Clark
On 2010-05-03, Wichert Akkerman wich...@wiggy.net wrote:
 On 5/3/10 15:41 , Martijn Faassen wrote:
 Lennart Regebro wrote:
 On Mon, May 3, 2010 at 13:22, Martijn Faassenfaas...@startifact.com  
 wrote:
 Wichert Akkerman wrote:
 If we're going to make cheap shots: that's still a lot faster than the 
 grok release cycle.

Guys, please, this is like watching your parents fight ;-) Can't we all just
get along? :-) As someone looking in from the outside (Plone), and hoping
to become more active in the Zope community in the future, I
wonder what it's going to take to restore some harmony and 
direction in here? It seems like I've been reading various
flames for months now.

To put things in perspective, for folks in here who may be too close to it,
the Zope ecosystem is *really* starting to shape up IMO (i.e. leaving the
Zope 3 confusion in the past, etc.). I think I understand it now (after years
of study), and can actually explain it to others! So let's try to keep up the 
*great* work and let the little things slide…

2cents,

Alex

 Wichert.
 ___
 Zope-Dev maillist  -  Zope-Dev@zope.org
 https://mail.zope.org/mailman/listinfo/zope-dev
 **  No cross posts or HTML encoding!  **
 (Related lists - 
  https://mail.zope.org/mailman/listinfo/zope-announce
  https://mail.zope.org/mailman/listinfo/zope )



-- 
Alex Clark · http://aclark.net
Author of Plone 3.3 Site Administration · http://aclark.net/plone-site-admin

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Lennart Regebro
On Mon, May 3, 2010 at 15:41, Martijn Faassen faas...@startifact.com wrote:
 Well, I'm disappointed in the zope documentation process then. Work faster!

:)

 If you don't inform people about this release manager team thingy, you
 can't rightly expect people like me to care about it.

Heh. Martijn, I understand you are just shaking off all the shit that
you had to take, but I'm not sure everyone gets the joke.

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Lennart Regebro wrote:
 On Mon, May 3, 2010 at 15:41, Martijn Faassen faas...@startifact.com wrote:
 Well, I'm disappointed in the zope documentation process then. Work faster!
 
 :)
 
 If you don't inform people about this release manager team thingy, you
 can't rightly expect people like me to care about it.
 
 Heh. Martijn, I understand you are just shaking off all the shit that
 you had to take, but I'm not sure everyone gets the joke.

That's because it's not a joke. It's because I'm pissed off.

Answers like read the mailing list archives and we're working on it 
are legitimate sometimes. But they're also all too easily the answers of 
a bureaucracy that's stalling things as bureaucracies do. They're not 
very useful in a constructive discussion.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Lennart Regebro
On Mon, May 3, 2010 at 17:30, Martijn Faassen faas...@startifact.com wrote:
 Answers like read the mailing list archives and we're working on it
 are legitimate sometimes. But they're also all too easily the answers of
 a bureaucracy that's stalling things as bureaucracies do. They're not
 very useful in a constructive discussion.

But in this case it's not bureaucracy that's stalling. It's the
community readjusting to a large extent to fill the hole that appeared
when you stepped aside. And that readjustment will NOT take a couple
of days, it will take longer.

We will need to keep the ZTK up to date, and I know people are
committed to the ZTK so it will be. But we'll need to figure out the
process, but that process isn't really done yet, and it's hard to
document what doesn't exist.

I don't know anything about the fork, but my view of the fork is that
of Hanno wants a fork, Hanno can have a fork, as long as he doesn't
try to poke anyones eye out with it. If it's a stupid waste of time,
it's Hannos stupid waste of time.

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Hi there,

On Mon, May 3, 2010 at 6:06 PM, Lennart Regebro rege...@gmail.com wrote:
 I don't know anything about the fork, but my view of the fork is that
 of Hanno wants a fork, Hanno can have a fork, as long as he doesn't
 try to poke anyones eye out with it. If it's a stupid waste of time,
 it's Hannos stupid waste of time.

Hanno is making releases of packages in the ZTK. So it's not just
Hanno's waste of time; it's mine too. That's where I was coming from
when this discussion started. It didn't help that the action of making
the fork really hurt me at the time - I'm not inclined to be calm
about it.

Regards,

Martijn
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martin Aspeli
On 4 May 2010 00:09, Martijn Faassen faas...@startifact.com wrote:

 Hanno is making releases of packages in the ZTK. So it's not just
 Hanno's waste of time; it's mine too. That's where I was coming from
 when this discussion started. It didn't help that the action of making
 the fork really hurt me at the time - I'm not inclined to be calm
 about it.

Unfortunately, that probably means you're going to be ignored. I'm not
saying that to spite you. It's a dispassionate evaluation of what's
going on right now.

If I could, I'd try to get you, Hanno, Lennart, Chris McDonough and a
large amount of beer in the same room. I don't think this is going to
get anywhere by email. I don't think anyone even knows what this
really is.

Martin
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Lennart Regebro
On Mon, May 3, 2010 at 18:09, Martijn Faassen faas...@startifact.com wrote:
 Hanno is making releases of packages in the ZTK. So it's not just
 Hanno's waste of time; it's mine too.

Obviously he shouldn't hurt the main ZTK in any way. That would be a
problem (even if i missed this incident completely and hence dn't
understand what or how things broke). But I think the fork in itself
is a red herring.

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Hi there,

On Mon, May 3, 2010 at 7:48 PM, Lennart Regebro rege...@gmail.com wrote:
 On Mon, May 3, 2010 at 18:09, Martijn Faassen faas...@startifact.com wrote:
 Hanno is making releases of packages in the ZTK. So it's not just
 Hanno's waste of time; it's mine too.

 Obviously he shouldn't hurt the main ZTK in any way. That would be a
 problem (even if i missed this incident completely and hence dn't
 understand what or how things broke). But I think the fork in itself
 is a red herring.

I spent months trying to get everybody together and there was a fork
because we had a disagreement in december. Instead of working together
and working with me, people just forked. That really hurt. With that
lack of commitment to the ZTK, I didn't feel inclined to be committed
to it either.

I haven't seen a plausible reason why the fork should be necessary. It
just uses some updated versions of packages (mostly bugfix releases)
that would have been updated in the ZTK as well if people had bothered
to update them.

Regards,

Martijn
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Martijn Faassen wrote:

 On Mon, May 3, 2010 at 7:48 PM, Lennart Regebro rege...@gmail.com wrote:
 On Mon, May 3, 2010 at 18:09, Martijn Faassen faas...@startifact.com wrote:
 Hanno is making releases of packages in the ZTK. So it's not just
 Hanno's waste of time; it's mine too.
 Obviously he shouldn't hurt the main ZTK in any way. That would be a
 problem (even if i missed this incident completely and hence dn't
 understand what or how things broke). But I think the fork in itself
 is a red herring.
 
 I spent months trying to get everybody together and there was a fork
 because we had a disagreement in december. Instead of working together
 and working with me, people just forked. That really hurt. With that
 lack of commitment to the ZTK, I didn't feel inclined to be committed
 to it either.

I expect to see Zope2 trunk move to using the ZTK versions list quite
soon:  more than that, I'm willing to to the work to see that it happens
(verifying that everything passes / works with the change), and give
Hanno the patch to make it so, assuming he doesn't get around to it.

 I haven't seen a plausible reason why the fork should be necessary. It
 just uses some updated versions of packages (mostly bugfix releases)
 that would have been updated in the ZTK as well if people had bothered
 to update them.

If the release manager group gets consensus quickly on how their
projects' interests align in the ZTK, then the fork can go away.  Until
then, pushing changes into the ZTK without consulting those projects'
needs is premature.



Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvfEdsACgkQ+gerLs4ltQ5lIACgwyWGEHhFRXfBVng1peqKGlVJ
vbIAoLiuAo2sgmT7WxgjuEoNy9mbOBz2
=EMgZ
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Charlie Clark
Am 03.05.2010, 19:59 Uhr, schrieb Martijn Faassen faas...@startifact.com:

 I haven't seen a plausible reason why the fork should be necessary. It
 just uses some updated versions of packages (mostly bugfix releases)
 that would have been updated in the ZTK as well if people had bothered
 to update them.

Maartijn,

I think that most people on this list are very aware of the work you have  
put into Zope and particularly your dedicated refactoring of the ZTK last  
year.

It is, unfortunately, only too common on volunteer projects that people  
burn out or get frustrated when things do not go their way (for whatever  
reason). I do not recall all the discussions that led to your resignation  
in December and I'm not about to trawl through all the threads for it  
either. But I don't understand much of today's thread that seems  
technically vague but personally specific. FWIW this is a very poor  
strategy to win people over to your point of view.

You have not succeeded in making me aware of: 1) the issue and 2) a  
possible solution. Additionally to suggest that there has been no progress  
in this area over the last couple of months seems contrary to the facts.  
You have obviously a big, and possibly very justified, itch to scratch. Is  
it possible to present it less acrimoniously? If you succeed in  
monopolising the conversation we will be back where started.

Respectfully,

Charlie
-- 
Charlie Clark
Managing Director
Clark Consulting  Research
German Office
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-600-3657
Mobile: +49-178-782-6226
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Hey,

Tres Seaver wrote:
[snip]
 I expect to see Zope2 trunk move to using the ZTK versions list quite
 soon:  more than that, I'm willing to to the work to see that it happens
 (verifying that everything passes / works with the change), and give
 Hanno the patch to make it so, assuming he doesn't get around to it.

Cool. That's good to hear and something I really need to hear. :) I 
think you'll mostly be giving the ztk.cfg a patch to make it so, as Zope 
2's list is ahead with a lot of mostly bugfix versions.

 I haven't seen a plausible reason why the fork should be necessary. It
 just uses some updated versions of packages (mostly bugfix releases)
 that would have been updated in the ZTK as well if people had bothered
 to update them.
 
 If the release manager group gets consensus quickly on how their
 projects' interests align in the ZTK, then the fork can go away.  Until
 then, pushing changes into the ZTK without consulting those projects'
 needs is premature.

Yes, such a change without such consultation was what created the 
problem in december. But that was a structural change of definition -- 
what is *in* the ZTK, not one of which releases were in the ZTK. It had 
something to do with letting the last zope.app.* dependency go from the 
cluster of zope.* packages.

I'll note a short version list is not needed in order to feel that 
you're shrinking dependencies. I've been using depgraph for that. I will 
admit though that the longer the version list that is tested, the slower 
the tests and buildout run, of course, so that may be a concern for some 
(but how heavy should it weigh?). Could be something for the release 
managers to flesh out the balance between things.

We haven't had the opportunity to have conflicts about specific releases 
yet (I want zope.interface 4.3! no! 4.5!). I think it's not a very 
big issue until someone starts doing a big dependency refactoring again 
- but that again is a structural issue, not a version issue.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Charlie Clark wrote:
 FWIW this is a very poor  
 strategy to win people over to your point of view.

I'm not trying to win over people to my point of view. I tried that last 
year, but people just forked when they couldn't work it out with me.

I've learned that rash actions without consideration is the favorite 
method to accomplish things, so I'm trying me some of that to see 
whether that works better.

 You have not succeeded in making me aware of: 1) the issue and 2) a  
 possible solution.

The ZTK consists of a list that says which packages work together. So 
it's a list like:

zope.component = 3.4
zope.interface = 3.7
zope.container = 3.10

The ZTK also has test infrastructure. So when (or even before) you 
release zope.container 3.11, you can easily run all the tests of all the 
packages in the ZTK and see whether anything breaks with your changes.

The list of ZTK packages is used (at least subsets of this list) by 
Grok, BlueBream and, until december, Zope 2.

Last december Hanno made progress on the ZTK's dependency structure, 
removing a lot of dependencies on packages. In his enthusiasm, he 
unilaterally just removed all those suddenly-unneeded (by him!) packages 
from the ZTK, without discussion. The version information was just gone. 
I wasn't happy that, both in my capacity as a Grok developer and in my 
capacity of someone honestly trying to balance the interests of parties 
using the ZTK. I knew those packages needed to be tested at least for 
Grok for a while longer. (and BlueBream too, but that didn't exist yet. 
We had a Zope 3 in limbo then).

So I objected to this sudden removal, and went and restored the 
information that Hanno removed until we could discuss the right course 
of action. This reversion greatly upset the Zope 2 developers and they 
decided, an hour later, to fork the ZTK and maintain their own list of 
versions. We were in the middle of a discussion that was about a lot of 
stuff, but also included constructive attempts by me to try to resolve 
the situation so we could continue to work together. There was no real 
reason to do so - Zope 2 could've continued to use the longer version 
list just fine without technical problems (Grok does the same right 
now). But as soon as the unneeded packages weren't needed anymore by 
Zope 2, they wanted to stop caring about them at that very moment.

I drew the consequences and a while later stepped down as ZTK steering 
group member.

We've been in this situation ever since. It wouldn't have bothered me so 
much, except that people make releases. So, Zope 2 people release 
packages that are also in the ZTK and update their own version list and 
not the ZTK. They don't run the ZTK tests against their new releases. 
They leave it up to the ZTK maintainers to do those updates and run the 
ZTK's tests. This is rather annoying. The lists are needlessly out of sync.

 Additionally to suggest that there has been no progress  
 in this area over the last couple of months seems contrary to the facts.  
 You have obviously a big, and possibly very justified, itch to scratch. Is  
 it possible to present it less acrimoniously? If you succeed in  
 monopolising the conversation we will be back where started.

No, I cannot present it less acrimoniously. The lack of commitment and 
trust displayed back then still hurts me too much for that.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Hanno Schlichting
On Mon, May 3, 2010 at 9:56 PM, Martijn Faassen faas...@startifact.com wrote:
 Last december Hanno made progress on the ZTK's dependency structure,
 removing a lot of dependencies on packages. In his enthusiasm, he
 unilaterally just removed all those suddenly-unneeded (by him!) packages
 from the ZTK, without discussion.

My actions last December had an unfortunate effect. I assumed a common
understanding of what the ZTK should be and tried to work towards
that, but it turned out that understanding wasn't shared after all. I
should have known better and discussed things before taking any
actions. For not discussing things properly I apologize. In didn't see
any chance of making any progress during the heated debate following
those events, so I decided to let things cool off and let everyone
work on their own for a while.

 No, I cannot present it less acrimoniously. The lack of commitment and
 trust displayed back then still hurts me too much for that.

Martijn and me tried to discuss this off-list. I think at this stage
there's no way to solve our disagreement. I'd rather not continue any
of this in public, as I don't see how this would have any constructive
effect.

The Zope community asked Christophe, Jan-Wijbrand and me to act as a
release team for the ZTK and we started working on this task. I intend
to continue to work in this group. If the Zope community feels I'm not
qualified for the job or the other two team members don't want to work
with me, I'll happily step down.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Martijn Faassen
Hi there,

On Mon, May 3, 2010 at 10:26 PM, Hanno Schlichting ha...@hannosch.eu wrote:
 On Mon, May 3, 2010 at 9:56 PM, Martijn Faassen faas...@startifact.com 
 wrote:
 Last december Hanno made progress on the ZTK's dependency structure,
 removing a lot of dependencies on packages. In his enthusiasm, he
 unilaterally just removed all those suddenly-unneeded (by him!) packages
 from the ZTK, without discussion.

 My actions last December had an unfortunate effect. I assumed a common
 understanding of what the ZTK should be and tried to work towards
 that, but it turned out that understanding wasn't shared after all. I
 should have known better and discussed things before taking any
 actions. For not discussing things properly I apologize.

Okay, apology accepted, but we already discussed this anyway privately
back in december. I apologized for the revert instead of working out
the better
plan that I came up with a few hours later. In my defense, I was
thinking on my feet and we were still touching zope app packages
that needed to be testable, so I didn't want the situation where
testing this was not possible with the ZTK to linger. I also thought
that I was supposed to maintain the process we had in place for
removing packages and this was a bold violation of it, compounded by
people arguing *I* had the burden of proof after this fait accomplit.
I wish there were more steering group members involved at the time,
but I couldn't really help that.

 In didn't see
 any chance of making any progress during the heated debate following
 those events, so I decided to let things cool off and let everyone
 work on their own for a while.

We were making progress in that debate, and actually pretty rapidly,
though it was hard to do amongst all the heat. To me, your walking out
raised
the immediate heat level (though I tried to ignore it), and made it
completely impossible for me to cool off, as this signaled an end to
collaboration and a lack of trust in me.
I tried to cool off for 4 months, but today I still found myself upset
about it, so that obviously wasn't working very well.

 No, I cannot present it less acrimoniously. The lack of commitment and
 trust displayed back then still hurts me too much for that.

 Martijn and me tried to discuss this off-list. I think at this stage
 there's no way to solve our disagreement. I'd rather not continue any
 of this in public, as I don't see how this would have any constructive
 effect.

I don't know, perhaps you'll get me more engaged again. I'm in the situation
that I have to work with people here, I want to work with people here,
but my trust in my
ability to work with people here was seriously damaged. Maybe that
gets me out of my dilemma.

 The Zope community asked Christophe, Jan-Wijbrand and me to act as a
 release team for the ZTK and we started working on this task.
 I intend to continue to work in this group. If the Zope community feels I'm 
 not
 qualified for the job or the other two team members don't want to work
 with me, I'll happily step down.

I think you're qualified for the job and I trust you'll do a good one.

I just hope you'll get more trust and credit than I got in december.

Regards,

Martijn
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-03 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hanno Schlichting wrote:

 On Mon, May 3, 2010 at 9:56 PM, Martijn Faassen faas...@startifact.com 
 wrote:
 Last december Hanno made progress on the ZTK's dependency structure,
 removing a lot of dependencies on packages. In his enthusiasm, he
 unilaterally just removed all those suddenly-unneeded (by him!) packages
 from the ZTK, without discussion.

 My actions last December had an unfortunate effect. I assumed a common
 understanding of what the ZTK should be and tried to work towards
 that, but it turned out that understanding wasn't shared after all. I
 should have known better and discussed things before taking any
 actions. For not discussing things properly I apologize. In didn't see
 any chance of making any progress during the heated debate following
 those events, so I decided to let things cool off and let everyone
 work on their own for a while.

Could we go ahead and move the Zope2 trunk back to 'extends ztk.cfg w/
the minimal possible deltas, instead of the current keep ourselves to
ourselves state?  It would be even better if that meant that Grok and
BlueBream would walk the tightrope with Zope2, and give up the relative
safety of a  pinned revision of ztk.cfg on their own trunks, sharing
instead with the Zope2 trunk a white knuckle grip on the contents  of
zopetoolkit/trunk/ztk.cfg until we can get ZTK to a release.

 The Zope community asked Christophe, Jan-Wijbrand and me to act as a
 release team for the ZTK and we started working on this task. I intend
 to continue to work in this group. If the Zope community feels I'm not
 qualified for the job or the other two team members don't want to work
 with me, I'll happily step down.

I believe that the three of you are ideal as representatives of the
major downstream consumers of the ZTK.  I hope that your triumvirate can
converge quickly on a process of achieving consensus on the maximal set
of shared package versions between the projects.



Tres.
- --
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   Excellence by Designhttp://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvfZKQACgkQ+gerLs4ltQ40BACdEXBzDtEKkg+GSv8mSmyybjCH
N8oAnRnWnpsbUaM6Qwo5Jv3yKmSg1oi+
=P0Vc
-END PGP SIGNATURE-

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-02 Thread Martijn Faassen
Hi there,

Of course what applies to Hanno should apply to others making releases 
of packages maintained by the Zope Toolkit project as well. I think the 
ZTK leadership should figure out some kind of guidelines for this that 
people can follow. Maybe someone can write a tool too to check up how 
far a toolkit is out of sync with the latest releases. Just some ideas.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-02 Thread Martijn Faassen
Hi there,

Martijn Faassen wrote:
 Of course what applies to Hanno should apply to others making releases 
 of packages maintained by the Zope Toolkit project as well. I think the 
 ZTK leadership should figure out some kind of guidelines for this that 
 people can follow. Maybe someone can write a tool too to check up how 
 far a toolkit is out of sync with the latest releases. Just some ideas.

Don't think you're off the hook with me though, Hanno. :)

Hanno is special as he's maintaining a fork of the ZTK and was 
maintaining the ZTK already in the past before he forked it. If I were 
the ZTK leadership such a thing would probably frustrate me a lot, so 
it's a good thing I'm not. Instead I can just express my displeasure out 
loud.

Regards,

Martijn

___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-02 Thread Lennart Regebro
On Sun, May 2, 2010 at 22:52, Martijn Faassen faas...@startifact.com wrote:
 Of course what applies to Hanno should apply to others making releases
 of packages maintained by the Zope Toolkit project as well. I think the
 ZTK leadership should figure out some kind of guidelines for this that
 people can follow.

That would be great. This sounds like something to discuss on Tuesday.

-- 
Lennart Regebro: Python, Zope, Plone, Grok
http://regebro.wordpress.com/
+33 661 58 14 64
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Hanno, please update the ZTK

2010-05-02 Thread Hanno Schlichting
Good evening :)

If you have a specific issue with me, you might contact me in private.
But with your follow-ups this turned into a more general issue.

On Sun, May 2, 2010 at 10:59 PM, Martijn Faassen faas...@startifact.com wrote:
 Martijn Faassen wrote:
 Of course what applies to Hanno should apply to others making releases
 of packages maintained by the Zope Toolkit project as well. I think the
 ZTK leadership should figure out some kind of guidelines for this that
 people can follow. Maybe someone can write a tool too to check up how
 far a toolkit is out of sync with the latest releases. Just some ideas.

 Don't think you're off the hook with me though, Hanno. :)

 Hanno is special as he's maintaining a fork of the ZTK and was
 maintaining the ZTK already in the past before he forked it. If I were
 the ZTK leadership such a thing would probably frustrate me a lot, so
 it's a good thing I'm not. Instead I can just express my displeasure out
 loud.

The ZTK is on my list of things to look into and I'm committed to
the idea. Jan-Wijbrand, Christophe and me started an off-list
discussion on the specifics of the ZTK release team.

I expect us to define the process around package releases and updating
the ZTK. It's not entirely clear to me who should and who is allowed
to update the ZTK definition. We'll figure things out and once we have
I'll stick to the rules.

Hanno
___
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )