Skip to content

Commit

Permalink
use fix for __repr__ in persistent (plone/Products.CMFPlone#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbauer committed Oct 20, 2018
1 parent 8ab68fd commit bc8cff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions checkouts.cfg
Expand Up @@ -117,3 +117,4 @@ auto-checkout =
Zope
ZODB
transaction
persistent
2 changes: 2 additions & 0 deletions sources.cfg
Expand Up @@ -209,6 +209,8 @@ z3c.jbot = git ${remotes:zope}/z3c.jbot.git
# fixes for https://github.com/zopefoundation/ZODB/issues/208
transaction = git ${remotes:zope}/transaction.git pushurl=${remotes:zope_push}/transaction.git branch=wrapped-thread-local-208
ZODB = git ${remotes:zope}/ZODB.git pushurl=${remotes:zope_push}/ZODB.git branch=sunew-failing-test-for-208
# fixes for https://github.com/plone/Products.CMFPlone/issues/2547
persistent = git ${remotes:zope}/persistent.git pushurl=${remotes:zope_push}/persistent.git branch=issue97

[precompiler]
recipe = plone.recipe.precompiler
Expand Down

0 comments on commit bc8cff5

Please sign in to comment.