James Socol
unread,Jun 14, 2012, 6:38:58 PM6/14/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mozilla-dev-c...@googlegroups.com
The mozillians_next job on Jenkins is failing right now for a couple reasons:
1) We have an issue in our bin/jenkins.sh that only gets triggered when rebuilding the virtualenv, that causes it to try to use the virtualenv before activating it. I have a branch to fix that locally.
2) We have two methods of importing dependencies and one of them is broken.
Re the latter: We have the vendor lib, we don't need to install requirements/prod.txt, but we're trying to, anyway. That's causing problems because the Django repo changed its tags around.
I'll take a hard look at the jenkins script tonight, tomorrow, or over the weekend, and try to get a complete fix up soon.