You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i run buildout, django-suit is pulled from git, but in next step when django is installed also another version of django-suit is is downloaded to eggs (0.2.28 version, which is very old)
can somebody explain why this happens?
here is buildout output
mr.developer: Queued 'django-suit' for checkout.
mr.developer: Cloned 'django-suit' with git from 'https://github.com/tyctor/django-suit.git'.
Develop: '/home/tyctor/projects/django-project/src/django-suit'
Updating _mr.developer.
Updating django.
Getting distribution for 'django-suit'.
Got django-suit 0.2.28.
Versions had to be automatically picked.
The following part definition lists the versions picked:
[versions]
django-suit = 0.2.28
The text was updated successfully, but these errors were encountered:
It is a couple of years since I used buildout, but.... shouldn't there be a develop = django-suit line in the buildout section to mark it as a development egg? I'm working from memory here, so I'm not sure.
what i found it starting happen after i synced my django-suit forked repo with parent repo
so i reverted this merge and issue disapears
i am not sure why is this, but when i will time i will try to investigate, because i am curious about it
Hi
i have weird issue, maybe somebody can help me explain it
in my buildout.cfg i have
when i run buildout,
django-suit
is pulled from git, but in next step whendjango
is installed also another version ofdjango-suit
is is downloaded to eggs (0.2.28 version, which is very old)can somebody explain why this happens?
here is buildout output
The text was updated successfully, but these errors were encountered: