plone.recipe.haproxy is not downloading the haproxy.zip

Bug #646674 reported by Anne Walther
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
collective.buildout
Fix Released
Undecided
Unassigned

Bug Description

not using either the download-cache-option or the the install-from-cache option gives me:
Error: Offline mode: file from http://dist.plone.org/thirdparty/haproxy-1.4.4.zip not found in the cache at None

trying to set install_from_cache = False / false - same result

changing line 31 from:
self.install_from_cache = buildout['buildout'].get('install-from-cache')

to:
self.install_from_cache = buildout['buildout'].get('install-from-cache', 'False').lower() == 'true'

worked for me

Changed in collective.buildout:
status: New → Confirmed
Revision history for this message
Hanno Schlichting (hannosch) wrote :

Released in 1.1.1.

Changed in collective.buildout:
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.