summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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-19change joeyconfig back after merging from masterJoey Hess
2014-04-19spit up TODOJoey Hess
2014-04-19add news feedJoey Hess
2014-04-19Merge branch 'joeyconfig'Joey Hess
2014-04-19When unattendedUpgrades is enabled on an Unstable or Testing system, ↵Joey Hess
configure it to allow the upgrades.
2014-04-19Merge branch 'joeyconfig'Joey Hess
2014-04-19Dns primary and secondary properties are now revertable.Joey Hess
2014-04-19Removed root domain records from SOA. Instead, use RootDomain when calling ↵Joey Hess
Dns.primary.
2014-04-19Merge branch 'joeyconfig'Joey Hess
2014-04-19prep releaseJoey Hess
2014-04-19rename aka to aliasJoey Hess
2014-04-19Propellor can configure primary DNS servers, including generating zone ↵Joey Hess
files, which is done by looking at the properties of hosts in a domain.
2014-04-18The `cname` property was renamed to `aka` as it does not always generate ↵Joey Hess
CNAME in the DNS.
2014-04-18All Property combinators now combine together their Attr settings.Joey Hess
So Attr settings can be made inside a propertyList, for example.
2014-04-18get rid of AttrPropertyJoey Hess
Now both Property and RevertableProperty can influence Attr on their own.
2014-04-17Merge branch 'joeyconfig'Joey Hess
2014-04-17Run all cron jobs under chronic from moreutils to avoid unnecessary mails.Joey Hess
2014-04-17Merge branch 'joeyconfig'Joey Hess
2014-04-17prep releaseJoey Hess
2014-04-17use config.simple and allow building debian packagesJoey Hess
This commit should not be merged into the config-joey branch.
2014-04-17add back prevention from building debian package from joeyconfig branchJoey Hess
2014-04-17cron lockingJoey Hess
2014-04-15Merge branch 'joeyconfig'Joey Hess
2014-04-14updateJoey Hess
2014-04-14Merge branch 'joeyconfig'Joey Hess
2014-04-13Standard apt configuration for stable now includes backports.Joey Hess
2014-04-13Properties can now be satisfied differently on different operating systems.Joey Hess
2014-04-13propellor spinJoey Hess