summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
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
2014-04-12propellor spinJoey Hess
2014-04-12Merge branch 'joeyconfig'Joey Hess
2014-04-11Merge scheduler bug fix from git-annex.Joey Hess
2014-04-11Merge branch 'joeyconfig'Joey Hess
2014-04-11releaseJoey Hess
2014-04-11Merge branch 'joeyconfig'Joey Hess
2014-04-10depsJoey Hess
2014-04-10Propellor monad is a Reader for HostAttrJoey Hess
So far, the hostname is only used to improve a message in withPrivData, but I anticipate using HostAttr for a lot more.
2014-04-10Use ssh connection caching, especially when bootstrapping.Joey Hess
2014-04-10propellor spinJoey Hess
2014-04-09propellor spinJoey Hess
2014-04-08propellor spinJoey Hess
2014-04-08ipv6to4: Ensure interface is brought up automatically on boot.Joey Hess
2014-04-08Merge branch 'joeyconfig'Joey Hess
2014-04-08prep releaseJoey Hess
2014-04-08Merge branch 'joeyconfig'Joey Hess
Conflicts: Propellor/Property/Docker.hs
2014-04-04docker: When running as effective init inside container, wait on zombies.Joey Hess
2014-04-04propellor spinJoey Hess
2014-04-04propellor spinJoey Hess
2014-04-04Merge branch 'joeyconfig'Joey Hess
Conflicts: config.hs
2014-04-04updateJoey Hess
2014-04-04fix file mode bugJoey Hess
2014-04-03add x backJoey Hess
2014-04-03Revert "ok, so dpkg-buildpackage adds +x.. new method"Joey Hess
This reverts commit 1bfa12b6888943a16369ffb76ffb1873b439689f.
2014-04-03ok, so dpkg-buildpackage adds +x.. new methodJoey Hess
2014-04-03remove -x from debian/rules, so I don't addicentially build a package from ↵Joey Hess
this branch
2014-04-03debianization and a wrapper program for /usr/binJoey Hess