summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)Author
2014-08-19prep releaseJoey Hess
2014-08-19ugly workaround for lack of history in repo distributed with debian packageJoey Hess
2014-08-19debian upgrade handlingJoey Hess
The /usr/bin/propellor wrapper will warn when ~/.propellor/ is out of date and a newer version is available from origin.
2014-08-19The Debian package now includes a single-revision git repository in ↵Joey Hess
/usr/src/propellor/, and ~/.propellor/ is set up to use this repository as its "upstream" remote. This avoids relying on the security of the github repository when using the Debian package.
2014-08-19Included the config.hs symlink to config-simple.hs in the cabal and Debian ↵Joey Hess
packages.
2014-08-04prep releaseJoey Hess
2014-07-23changelogJoey Hess
2014-07-22propellor spinJoey Hess
2014-07-18changelogJoey Hess
2014-07-18changelogJoey Hess
2014-07-17Fix bug in File.containsLines that caused lines that were already in the ↵Joey Hess
file to sometimes be appended to the end.
2014-07-09Remove .gitignore from cabal file list, to avoid build failure on Debian. ↵Joey Hess
Closes: #754334
2014-07-07propellor spinJoey Hess
2014-07-07Run apt-get update in initial bootstrap.Joey Hess
For eg, Linode, which brings up hosts that have not updated at all so apt-get install doesn't work.
2014-07-06prep releaseJoey Hess
2014-07-06tweaJoey Hess
2014-07-06wordingJoey Hess
2014-07-06wordingJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, to ↵Joey Hess
avoid eg, apache complaining that "Could not reliably determine the server's fully qualified domain name".
2014-07-05propellor spinJoey Hess
2014-06-19Add --list-fields to list a host's currently set privdata fields.Joey Hess
2014-06-19Add --edit to edit a privdata value in $EDITORJoey Hess
2014-06-13prep releaseJoey Hess
2014-06-10When git gpg signature of a fetched git branch cannot be verified, propellor ↵Joey Hess
will now continue running, but without merging in that branch. This way, propellor doesn't stop enforcing properties just because its new configuration isn't ready. It just uses the old configuration.
2014-06-09changelogJoey Hess
2014-06-09Attr is renamed to Info.Joey Hess
2014-06-07combineProperties no longer stops when a property fails; now it continues ↵Joey Hess
trying to satisfy all properties on the list before propigating the failure. Audited all of my calls to combineProperties and they should be fine with this behavior.. which suggests it's the right behavior.
2014-06-05typoJoey Hess
2014-06-05finalize releaseJoey Hess
2014-06-05prep releaseJoey Hess
2014-06-05Apt.stdSourcesList no longer needs a suite to be specified.Joey Hess
2014-06-01Added --dump to dump out a field of a host's privdata. Useful for editing it.Joey Hess
2014-06-01commentJoey Hess
2014-05-31Propellor's output now includes the hostname being provisioned, or when ↵Joey Hess
provisioning a docker container, the container name.
2014-05-31propellor spinJoey Hess
2014-05-29prep releaseJoey Hess
2014-05-23propellor spinJoey Hess
2014-05-19Ensure that kernel hostname is same as /etc/hostname when configuring hostname.Joey Hess
2014-05-18Fix unattended-upgrades config for !stable.Joey Hess
2014-05-17prep releaseJoey Hess
2014-05-14changelogJoey Hess
2014-05-10Licence changed from GPL to BSD.Joey Hess
2014-04-24prep releaseJoey Hess
2014-04-23propellor spinJoey Hess
2014-04-23propellor spinJoey Hess
2014-04-22Add missing build deps and deps. Closes: #745459Joey Hess
2014-04-19prep releaseJoey Hess
2014-04-19When unattendedUpgrades is enabled on an Unstable or Testing system, ↵Joey Hess
configure it to allow the upgrades.