Custom Query (1173 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (331 - 333 of 1173)

Ticket Resolution Summary Owner Reporter
#894 fixed index User.username Christopher Allan Webber
Description

We should add an index on User.username because, well, not having an index seems pretty crazy :)

Adding this index and migration shouldn't be hard, so marking as bitesized.

#895 invalid Missing lxml packagee on update Daniel Krol
Description

I started the installation process about a week ago (I assume you can look at timestamps on this ticket). I stopped right around the point where you set up mediagoblin_local.ini. I just came back and decided to run the update command before continuing:

./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git submodule fetch

It started fetching packages, but suddenly ended thusly:

ImportError: No module named lxml.html.clean

I don't know if this happens if I build from scratch. To fix this, I went the route of:

sudo apt-get install libxml2-dev sudo apt-get install libxslt1-dev

So that lxml would build (I got that from Stack Overflow. I didn't test that both are required). Then:

pip install lxml

Now when I run the update command, the missing lxml error doesn't come up.

Caveat: I accidentally ran the update script when not in the virtual env, so maybe I put this thing in a weird state.

#896 fixed Missing `pyld` packagee on update Daniel Krol
Description

I'm starting from a fresh creation of the repo. I ran the virtualenv command to install the packages. Then I run the update command right away just to make sure everything is in order:

`./bin/python setup.py develop --upgrade && ./bin/gmg dbupdate && git

submodule fetch`

It started fetching packages, but suddenly ended thusly:

ImportError: No module named pyld

I ran:

pip install pyld

Now when I run the update command, the missing pyld error doesn't come up.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.