Re: [PATCH 0/4] Using virtual env with patchwork

2014-09-07 Thread Jeremy Kerr
Hi Damien,

> This series introduces a few different "configuration" definitions, ie. a
> certain combination of dependencies people may be interested in. virtualenv
> allows to easily setup those configurations and provide isolation from the
> system-wide python packages.

Looks good, applied.

> I'm not sure how important it is to test with older versions of django
> considering how easy it is to run a server with virtualenv to select a 
> specific
> django version. I, for one, would like to hard-depend on 1.7 to start using 
> the
> new DB migration facility.

Not everyone is using virtualenv though; and I'd prefer not to add more
hurdles to those who want to develop patchwork.

Cheers,


Jeremy


___
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork


[PATCH 0/4] Using virtual env with patchwork

2014-09-04 Thread Damien Lespiau
This series introduces a few different "configuration" definitions, ie. a
certain combination of dependencies people may be interested in. virtualenv
allows to easily setup those configurations and provide isolation from the
system-wide python packages.

I'm not sure how important it is to test with older versions of django
considering how easy it is to run a server with virtualenv to select a specific
django version. I, for one, would like to hard-depend on 1.7 to start using the
new DB migration facility.

-- 
Damien

Damien Lespiau (4):
  HACKING: Add some documentation about using virtualenv with patchwork
  docs: Add requirements.txt for django 1.5/MySQL
  docs: Add requirements.txt for django 1.6/MySQL
  docs: Add requirements.txt for django 1.7/MySQL

 docs/HACKING   | 52 ++
 docs/requirements-django-1.5-mysql.txt |  3 ++
 docs/requirements-django-1.6-mysql.txt |  3 ++
 docs/requirements-django-1.7-mysql.txt |  3 ++
 4 files changed, 61 insertions(+)
 create mode 100644 docs/HACKING
 create mode 100644 docs/requirements-django-1.5-mysql.txt
 create mode 100644 docs/requirements-django-1.6-mysql.txt
 create mode 100644 docs/requirements-django-1.7-mysql.txt

-- 
1.8.3.1

___
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork