Custom Query (1173 matches)
Results (28 - 30 of 1173)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#5022 | fixed | ./configure with/without virtualenv | ||
Description |
configure uses inconsistent descriptions of virtualenv options. ac_user_opts=' enable_option_checking with_python3 with_virtualenv Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-python3 Set up to use Python 3 by default. --without-virtualenv install to a Python virtualenv |
|||
#727 | fixed | ./setup.py install broken because of missing packages | ||
Description |
right now the setuptools variable packages only includes 'mediagoblin'. This causes './setup.py install' or './setup.py build' to only pull in things that are in the package 'mediagoblin$', and nothing else, like mediagoblin.* |
|||
#1050 | fixed | .mo files should not be in the repo | ||
Description |
Only .po files should be there. .mo files can be generated on various stages, including package building or setup.py installation. https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg00872.html can be used as a starting point for investigation how to do it; I also saw other openstack fellas doing it. |