Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now on MediaGoblin 1.0 development cycle! | Christopher Allan Webber | 2016-03-29 | 1 | -1/+1 |
| | | | | | * configure.ac (AC_INIT): * mediagoblin/_version.py (__version__): Update version to 1.0.dev. | ||||
* | On MediaGoblin 0.9.0! | Christopher Allan Webber | 2016-03-29 | 1 | -1/+1 |
| | | | | | * configure.ac (AC_INIT): * mediagoblin/_version.py (__version__): Update to 0.9.0. | ||||
* | Do not require python3.3 explicitely | Boris Bobrov | 2016-01-07 | 1 | -2/+2 |
| | | | | | It's easier to say "use python3.3+" rather than prevent usage of earlier versions programmatically in autoconf. | ||||
* | Setting 0.8.2.dev in configure.ac as well | Christopher Allan Webber | 2015-12-20 | 1 | -1/+1 |
| | |||||
* | v0.8.0! Let's get this party started! | Christopher Allan Webber | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | Right, also don't build _version.py in configure.ac | Christopher Allan Webber | 2015-06-03 | 1 | -1/+1 |
| | |||||
* | Whoops, fix --without-virtualenv's helptext | Christopher Allan Webber | 2015-04-03 | 1 | -1/+2 |
| | |||||
* | Correct version number | ayleph | 2015-03-12 | 1 | -1/+1 |
| | | | | Signed-off-by: Jessica Tallon <jessica@megworld.co.uk> | ||||
* | Drop Python2.6 support in configure.ac | Christopher Allan Webber | 2015-02-22 | 1 | -2/+2 |
| | |||||
* | Let's try setting up the version number via configure.ac | Christopher Allan Webber | 2015-02-21 | 1 | -1/+11 |
| | | | | Why not? | ||||
* | Removing a lot of stuff from configure.ac that we aren't using | Christopher Allan Webber | 2015-02-21 | 1 | -290/+1 |
| | | | | We could probably remove more, but this is a ~reasonable start. | ||||
* | So, we're not really using AC_CONFIG_MACRO_DIR for now. | Christopher Allan Webber | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | Move paste.ini, lazystarter.sh back to the right place | Christopher Allan Webber | 2014-10-10 | 1 | -1/+0 |
| | |||||
* | Update lazyserver to use paste or gunicorn conditionally | Christopher Allan Webber | 2014-10-10 | 1 | -3/+3 |
| | | | | Also get rid of env.in, we're not using that for now. | ||||
* | Set USE_PYTHON3 to yes/no depending on whether --with-python3 enabled | Christopher Allan Webber | 2014-10-10 | 1 | -0/+2 |
| | |||||
* | No acceptable *python* could be found | Christopher Allan Webber | 2014-10-10 | 1 | -1/+1 |
| | |||||
* | Moved where the python init command was | Christopher Allan Webber | 2014-10-10 | 1 | -6/+5 |
| | |||||
* | Most of the way to having a desirable `./configure && make` setup | Christopher Allan Webber | 2014-10-10 | 1 | -26/+49 |
| | | | | | | | | 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 | -7/+13 |
| | |||||
* | Updated MediaGoblin config stuff to latest pyconfigure release | Christopher Allan Webber | 2014-10-10 | 1 | -4/+213 |
| | | | | Iterating towards what we want in the configure setup. | ||||
* | psql, not postgres, in configure.ac | Christopher Allan Webber | 2014-06-05 | 1 | -1/+1 |
| | |||||
* | Oops, this accidently slipped in there | Rodney Ewing | 2013-08-20 | 1 | -7/+4 |
| | | | | | | Revert "This patch checks for libs instead of programs in configure.ac for sqlite3 and postgesql." This reverts commit 26da3271f6e6a880c0418998d5a4e5e71081e1f7. | ||||
* | This patch checks for libs instead of programs in configure.ac for sqlite3 ↵ | Rodney Ewing | 2013-08-20 | 1 | -4/+7 |
| | | | | | | and postgesql. Patch submitted by amirouche | ||||
* | Moving setup.py.in back to setup.py | Christopher Allan Webber | 2013-07-25 | 1 | -1/+1 |
| | |||||
* | make virtualenv use the default | Brandon Invergo | 2013-05-20 | 1 | -2/+2 |
| | |||||
* | fix aux file installation | Brandon Invergo | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | change default prefix | Brandon Invergo | 2013-05-19 | 1 | -0/+5 |
| | |||||
* | fix testing for db program | Brandon Invergo | 2013-05-19 | 1 | -3/+3 |
| | |||||
* | add configure.ac | Brandon Invergo | 2013-05-19 | 1 | -0/+197 |
| | |||||
* | clean up | Brandon Invergo | 2013-05-19 | 1 | -87/+0 |
| | |||||
* | add pyconfigure stuff | Brandon Invergo | 2012-11-12 | 1 | -0/+87 |