jesseadams / sphinx-cookbook

Chef cookbook for Sphinx Search (searchd)
14 stars 27 forks source link

Support for building old versions from source #14

Closed justinlocsei closed 11 years ago

justinlocsei commented 11 years ago

Pre-1.0 versions of Sphinx couldn't previously be built from source, due to Sphinx being inconsistent about their file-naming conventions and URLs. This PR fixes this, and allows pre-1.0, as well as beta versions, to be built from source. As part of this, it moves the calculated configure flags and download URL out of the attributes file and into the source recipe, so that overridden version and use_* attributes are properly applied to the recipe.

jesseadams commented 11 years ago

Thank you for submitting this.