[Python-modules-commits] r23683 - in packages/fabtools/trunk/debian (control)
dandrimont-guest at users.alioth.debian.org
dandrimont-guest at users.alioth.debian.org
Fri Mar 8 17:57:16 UTC 2013
Date: Friday, March 8, 2013 @ 17:57:14
Author: dandrimont-guest
Revision: 23683
Reword long description
Modified:
packages/fabtools/trunk/debian/control
Modified: packages/fabtools/trunk/debian/control
===================================================================
--- packages/fabtools/trunk/debian/control 2013-03-08 17:27:09 UTC (rev 23682)
+++ packages/fabtools/trunk/debian/control 2013-03-08 17:57:14 UTC (rev 23683)
@@ -20,11 +20,12 @@
${python:Depends},
${sphinxdoc:Depends}
Description: common utilities for writing Fabric files
- fabtools includes useful functions to help people write Fabric
- files. For instance, through its API, it allows one to manage system
- users, packages, databases, ...
+ fabtools provides utility functions and modules to help Fabric users write
+ leaner fabfiles. For instance, through its API, it allows one to manage system
+ users, packages, databases, thus reducing the boilerplate code needed to write
+ complex remote deployment scenarios.
.
- fabtools provides a number of low-level actions, as well as a higher
- level interface named fabtools.require. This higher-level interface,
- inspired by configuration management tools such as Chef or Puppet, is
- declarative and idempotent.
+ fabtools provides a number of low-level actions, as well as a higher level
+ interface named fabtools.require. This higher-level interface, inspired by
+ configuration management tools such as Chef or Puppet, is declarative, so that
+ commands only run if the state of the system has to be changed.
More information about the Python-modules-commits
mailing list