propellor/debian
Joey Hess be02ef96aa propellor (0.3.0) unstable; urgency=medium
* ipv6to4: Ensure interface is brought up automatically on boot.
  * Enabling unattended upgrades now ensures that cron is installed and
    running to perform them.
  * Properties can be scheduled to only be checked after a given time period.
  * Fix bootstrapping of dependencies.
  * Fix compilation on Debian stable.
  * Include security updates in sources.list for stable and testing.
  * Use ssh connection caching, especially when bootstrapping.
  * Properties now run in a Propellor monad, which provides access to
    attributes of the host.

# imported from the archive
2014-04-11 01:19:05 -04:00
..
README.Debian propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
changelog propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
compat propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
control propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
copyright propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
lintian-overrides propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
propellor.1 propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00
rules propellor (0.3.0) unstable; urgency=medium 2014-04-11 01:19:05 -04:00

README.Debian

The Debian package of propellor ships its full source code because
propellor is configured by rebuilding it, and embraces modification of any
of the source code.

/usr/bin/propellor is a wrapper which will set up a propellor git
repository in ~/.propellor/, and run ~/.propellor/propellor if it exists.
Edit ~/.propellor/config.hs to configure it.