oh right, virtualenv

An amusingly frequent pattern: git clone https://github.com/mozilla/new-python-project # ... right, virtualenv mkdir src mv new-python-project src virtualenv new-python-project cd new-python-project mv ../src . . bin/activate # get to work I really ought to make a script to clone new Python projects…

October 12, 2012 · Mark Cote

Bugzilla OrangeFactor Extension

Thanks to dkl, bmo now has an extension which shows a failure data for intermittent-orange bugs. You’ll have to enable the extension by going to the Preferences page and changing “When viewing a bug, show its corresponding Orange Factor page” to “On”. Then the next time you are viewing a bug about an intermittent orange, e.g. the current top orange, bug 789003, at the bottom right of the metadata you should see a sparkline and a count of the failures over the last week, plus a link to its OrangeFactor page. Note that the sparkline corresponds to the failure count, not to the Orange Factor (ratio of failures to test runs). If you think the latter would be more useful, let me or dkl know—it’s an easy change. ...

September 22, 2012 · Mark Cote