Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plyr as player default and remove NodeJS, npm and videojs | Jesús | 2022-02-28 | 1 | -17/+11 |
| | |||||
* | Remove references to old tinymce dependency. | Ben Sturmfels | 2021-04-23 | 1 | -1/+1 |
| | |||||
* | Drop Python 2 installation support. | Ben Sturmfels | 2021-03-03 | 1 | -1/+0 |
| | |||||
* | Potentially require virtualenv as a requirement for "make dist" | Christopher Allan Webber | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | "make check" should work, and "make dist" should use setup.py | Christopher Allan Webber | 2015-06-03 | 1 | -10/+3 |
| | |||||
* | Comment on why we're not using `make dist`... yet | Christopher Allan Webber | 2015-06-02 | 1 | -0/+4 |
| | |||||
* | Switch from "cp --no-clobber" to "cp -n" for bsd compatibility | Christopher Allan Webber | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Use virtualenv set by configure | ayleph | 2015-04-03 | 1 | -1/+1 |
| | |||||
* | Make "make check" actually run tests | Christopher Allan Webber | 2015-02-21 | 1 | -1/+1 |
| | |||||
* | Removing cruft from the makefile | Christopher Allan Webber | 2015-02-17 | 1 | -30/+1 |
| | |||||
* | Clean up makefile, make `make docs` / `make info` actually work! | Christopher Allan Webber | 2015-02-17 | 1 | -21/+7 |
| | | | | This commit sponsored by Alon Levy! Thank you, for everything! | ||||
* | Add myself to the copyrights of Makefile.in | Christopher Allan Webber | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | Clarify the "make clean" caution'ing | Christopher Allan Webber | 2015-02-17 | 1 | -0/+1 |
| | |||||
* | Proper cleanup of extlib with a make distclean | Christopher Allan Webber | 2015-02-17 | 1 | -2/+9 |
| | | | | | | | Also be sure to build the actual virtualenv target with a "make" if that's how we're set up. This commit sponsored by Pablo J. Urbano Santos. Thank you! | ||||
* | Script and makefile adjustments for updating extlib | Christopher Allan Webber | 2015-02-17 | 1 | -3/+8 |
| | |||||
* | Add a "make docs" target | Christopher Allan Webber | 2015-02-17 | 1 | -1/+9 |
| | |||||
* | Switch to using ./devtools/compile_translations.sh in Makefile.in | Christopher Allan Webber | 2015-02-14 | 1 | -1/+2 |
| | | | | This commit sponsored by Federico Bruni. Thank you! | ||||
* | Remove the paste.ini rule. | Christopher Allan Webber | 2014-10-10 | 1 | -10/+11 |
| | |||||
* | Also remove the include directory | Christopher Allan Webber | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | Various makefile fixes | Christopher Allan Webber | 2014-10-10 | 1 | -10/+14 |
| | | | | | | | - Actually use $(PYTHON) in virtualenv creation - Make paste.ini if need be - distclean is more forgiving if files aren't there - clean up virtualenvs also | ||||
* | No rule, yet, to clean house. | Christopher Allan Webber | 2014-10-10 | 1 | -2/+11 |
| | |||||
* | Users now get an editable copy of mediagoblin.example.ini->mediagoblin.ini | Christopher Allan Webber | 2014-10-10 | 1 | -1/+5 |
| | | | | | | This way we no longer have people confusedly editing mediagoblin.ini when they meant to edit mediagoblin.example.ini. Hopefully it should be a lot simpler. | ||||
* | Symlink the appropriate paste.ini | Christopher Allan Webber | 2014-10-10 | 1 | -4/+8 |
| | |||||
* | Set USE_PYTHON3 to yes/no depending on whether --with-python3 enabled | Christopher Allan Webber | 2014-10-10 | 1 | -0/+1 |
| | |||||
* | Most of the way to having a desirable `./configure && make` setup | Christopher Allan Webber | 2014-10-10 | 1 | -7/+17 |
| | | | | | | | | Tries to simplify a lot of the configure code. This is mostly because I found what I expected the previous configure setup to do wasn't quite what it was doing. Also supports a --with-python3 option. | ||||
* | Continuing to iterate toward the right autoconf/make solution | Christopher Allan Webber | 2014-10-10 | 1 | -53/+58 |
| | |||||
* | Updated MediaGoblin config stuff to latest pyconfigure release | Christopher Allan Webber | 2014-10-10 | 1 | -11/+9 |
| | | | | Iterating towards what we want in the configure setup. | ||||
* | Make the develop makefile target the default. | Christopher Allan Webber | 2013-10-07 | 1 | -1/+1 |
| | | | | | | | | | Why do ./configure && make && sudo make install if the second one make installs, amirite? ;) Generally I just think install should not be a default make target. This commit sponsored by Ron Ursem. Thank you! | ||||
* | clean more on distclean | Brandon Invergo | 2013-05-19 | 1 | -0/+1 |
| | |||||
* | fix aux file installation | Brandon Invergo | 2013-05-19 | 1 | -8/+9 |
| | |||||
* | use POSTGRES variable | Brandon Invergo | 2013-05-19 | 1 | -2/+3 |
| | |||||
* | minor touch-ups | Brandon Invergo | 2013-05-19 | 1 | -4/+7 |
| | |||||
* | better handle installation to another directory | Brandon Invergo | 2013-05-19 | 1 | -2/+10 |
| | |||||
* | fix virtualenv python interpreter and fix update target | Brandon Invergo | 2013-05-19 | 1 | -12/+19 |
| | |||||
* | add Makefile.in | Brandon Invergo | 2013-05-19 | 1 | -0/+186 |
| | |||||
* | clean up | Brandon Invergo | 2013-05-19 | 1 | -132/+0 |
| | |||||
* | add pyconfigure stuff | Brandon Invergo | 2012-11-12 | 1 | -0/+132 |