Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45487 > unrolled thread

Continuous Deployment Style Build System for Python

Started byJames Carpenter <nawkboy+python@gmail.com>
First post2013-05-17 14:25 -0500
Last post2013-05-17 14:25 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Continuous Deployment Style Build System for Python James Carpenter <nawkboy+python@gmail.com> - 2013-05-17 14:25 -0500

#45487 — Continuous Deployment Style Build System for Python

FromJames Carpenter <nawkboy+python@gmail.com>
Date2013-05-17 14:25 -0500
SubjectContinuous Deployment Style Build System for Python
Message-ID<mailman.1791.1368818712.3114.python-list@python.org>

[Multipart message — attachments visible in raw view] — view raw

Defend Against Fruit is focused on providing a pragmatic,
continuous deployment style build system for Python.
Current Python build systems do not properly account for
the needs of effective continuous deployment. This package
extends the Python tooling to add the missing pieces,
including integration with Artifactory.

With an eye to agile development principles and fast-feedback,
we want a build system which satisfies the following goals:

* Every SCM change-set committed should result in a
  potentially shippable release candidate.

* When a defect is introduced, we want to immediately detect
  and isolate the offending SCM change-set. This is true
  even if the defect was introduced into a library we depend upon.

* Library management should be so easy as to never impede code changes,
  even in multi-component architecture.

More details available at: http://teamfruit.github.io/defend_against_fruit/

License: Apache Public License v2

Authors:

James Carpenter
jcarpenter621 at yahoo.com
LinkedIn: http://www.linkedin.com/in/jamescarpenter1

Matthew Tardiff
mattrix at gmail.com
LinkedIn: http://www.linkedin.com/in/matthewtardiff

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web