Discussion:
[Twisted-Python] trac deployment (was: memory leaks)
Jean-Paul Calderone
2016-12-06 13:24:02 UTC
Permalink
Thanks!
Trac==1.0.13
and
https://github.com/twisted-infra/braid/commit/
c2d393fd501c6464b1b475eff214cab64f13ee2a
Don't get me wrong, I'm not complaining :). This is certainly the right
thing to do for now. But I'm wondering if you know what's wrong with 1.2
so we can upgrade soonish?
Is the braid trac service also fixed - or does the next person who tries to
update the deployment need to watch out for this same failure mode?

Jean-Paul
-glyph
_______________________________________________
Twisted-Python mailing list
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
Glyph Lefkowitz
2016-12-06 17:54:35 UTC
Permalink
Thanks!
Trac==1.0.13
and
https://github.com/twisted-infra/braid/commit/c2d393fd501c6464b1b475eff214cab64f13ee2a <https://github.com/twisted-infra/braid/commit/c2d393fd501c6464b1b475eff214cab64f13ee2a>
Don't get me wrong, I'm not complaining :). This is certainly the right thing to do for now. But I'm wondering if you know what's wrong with 1.2 so we can upgrade soonish?
Is the braid trac service also fixed - or does the next person who tries to update the deployment need to watch out for this same failure mode?
The referenced commit to braid switches from multiple .install calls (i.e. "pip" runs) with pinned versions of things to a single one where all versions are pinned; as I understand it this should pin it properly for the future. (It was upgrading trac in some of the things-that-depend-on-trac .install() calls.)

-glyph
Jean-Paul Calderone
2016-12-06 18:27:20 UTC
Permalink
Post by Jean-Paul Calderone
Is the braid trac service also fixed - or does the next person who tries
to update the deployment need to watch out for this same failure mode?
The referenced commit to braid switches from multiple .install calls (i.e.
"pip" runs) with pinned versions of things to a single one where all
versions are pinned; as I understand it this should pin it properly for the
future. (It was upgrading trac in some of the things-that-depend-on-trac
.install() calls.)
Cool.

Loading...