prezi / snakebasket

A smarter, recursive pip.
84 stars 4 forks source link

bzr dependency checking is broken (snakebasket assumes a git repository) #11

Open robertkrimen opened 10 years ago

robertkrimen commented 10 years ago

When including a bzr dependency, snakebasket checks for git status rather than bzr status.

This can result in a fatal error when attempting to update that dependency, as it incorrectly looks at the git status of the closest git repository (often the parent project).

The following dependency will trigger this behavior:

-e bzr+http://bazaar.launchpad.net/~phanatic/django-configglue/more-supported-releases/@80#egg=django-configglue
neumark commented 10 years ago

Hey, thanks for the bug report. Snakebasket doesn't officially support bzr. For configglue, we specifically moved it to a git repo under the prezi org for this reason.

Pete

On Tue, Oct 22, 2013 at 7:30 PM, Robert Krimen notifications@github.comwrote:

When including a bzr dependency, snakebasket checks for git status rather than bzr status.

This can result in a fatal error when attempting to update that dependency, as it incorrectly looks at the git status of the closest git repository (often the parent project).

The following dependency will trigger this behavior:

-e bzr+http://bazaar.launchpad.net/~phanatic/django-configglue/more-supported-releases/@80#egg=django-configglue

— Reply to this email directly or view it on GitHubhttps://github.com/prezi/snakebasket/issues/11 .

Peter Neumark DevOps guy @Prezi http://prezi.com