Georges Racinet
Georges Racinet
Hi, I'm giving the cherrypy backend a try for a poller daemon but could not get it to work over SSL. Actually, it just looks as if it ignored the...
Follow-up after PR #78 (see there for more details) - we'd like not to query remotes if refspec is a locally known tag, with an option to force the querying...
With git version 1.7.10.4 (the one shipped with Debian 7), the unit tests don't pass. ``` From /tmp/tmpexTpCZtest_oerp_recipe_vcs/src/src-repo * [new branch] branch1 -> origin/branch1 * [new branch] branch2 -> origin/branch2...
If the working set has a distribution installed as a wheel, it'll be mistaken for a "developed" distribution (that's the older terminology for "editable"). Actually, all versions of `pkg_resources` I've...
Commits aren't persistent in Git, and that has been a major topic in the recent refactor of the Git support for the recipe. For better efficiency, the freeze option should...
As the title said, `apply-requirement-file = True` (see #45, #43) does not work with most recent version of pip (wich is itself used to read the requirements file). I do...
This is a special case of issue #2 which qualifies as a bug (infrequent) Actually, even tags used in the buildout to freeze get replaced by their SHA (which at...
Fixed in master by PR #26 by @bwrsandman, needs backport in a.r.openerp-1.9 Git 1.7.9 is notably found in Ubuntu 12.04
anybox.recipe.openerp introduced a uniform parser for multiline options. It causes a regression in gunicorn.preload_database in the most common case where there is just one database. The error appears upon execution:...
Hi, are there any plans to support the new `reftable` storage format for Git refs? I could not find any occurrence in the code base, but don't hesitate to correct...