lp:ubuntu/precise/gunicorn

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/precise/gunicorn
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

16. By lamby

* New upstream version.
* Bump retry time and make it configurable. This is required so that we don't
  attempt to (re)start gunicorn when the previous instances are still running
  as the port would still be in use and would then completely fail to start.

15. By lamby

* New upstream release.
* Bump Standards-Version to 3.9.2.

14. By lamby

Source /etc/default/gunicorn so CONF_DIR (etc.) can be overridden.
(via https://github.com/lamby/pkg-gunicorn/issues/8). Thanks to cbay for
the patch.

13. By lamby

* New upstream release.
* Update Python path under all Python versions, not just 2.6.
  (via https://github.com/lamby/pkg-gunicorn/issues/6)
* Don't require configuration files to define a CONFIG dictionary.
  Thanks to cbay for the patch.
  (via https://github.com/lamby/pkg-gunicorn/issues/7)

12. By lamby

* Update Python path for Python <= 2.6 so that configurations can extend each
  other.
* Correct check for ignoring files beginning with "_".
* Also ignore .pyc files.
* Fix "reload" action by removing "--retry 10" start-stop-daemon argument
  which was sending KILL afer 10 seconds. Thanks to cbay.
  (via https://github.com/lamby/pkg-gunicorn/issues/4)
* Delete *.pid files even if start-stop-daemon fails. Thanks to cbay for
  report and patch.
  (via https://github.com/lamby/pkg-gunicorn/issues/3)

11. By lamby

* Add option to specify the Python interpreter to use.
  (via https://github.com/lamby/pkg-gunicorn/issues/1)
* Ignore files that begin with "_" so that we can avoid duplicated code.
  (via https://github.com/lamby/pkg-gunicorn/issues/2)

10. By Piotr Ożarowski

* Non-maintainer upload.
* Rebuild to add Python 2.7 support

9. By lamby

* New upstream release.
* Add Python 2.5 support for /etc/gunicorn.d.

8. By lamby

Add .d-based config based on an idea by Arthur Furlan. Users (or
configuration packages) can now place files in /etc/gunicorn.d which setup
different gunicorn configurations. This avoids the need for separate or
custom initscripts and generally integrates Gunicorn better with the Debian
system. All gunicorn options are configurable. (Closes: #606216)

7. By lamby

* New upstream release.
* Update Vcs-{Git,Browser}.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/quantal/gunicorn
This branch contains Public information 
Everyone can see this information.

Subscribers