test buildout: use solrinstance recipe 3.6 instead of checkout, fixes 'ValueError: zero length field name in format'

This commit is contained in:
Manuel Reinhardt 2013-03-27 15:35:04 +00:00
parent 6ecf6242e0
commit edbcc10de1
2 changed files with 3 additions and 1 deletions

View File

@ -26,4 +26,3 @@ zc.buildout = 1.6.3
[sources]
collective.indexing = git git@github.com:plone/collective.indexing.git
collective.recipe.solrinstance = git git@github.com:collective/collective.recipe.solrinstance.git

View File

@ -3,6 +3,9 @@ parts +=
solr-download
solr-instance
[versions]
collective.recipe.solrinstance = 3.6
[solr-download]
recipe = hexagonit.recipe.download
strip-top-level-dir = true