summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2016-02-29Merge branch 'joeyconfig'Joey Hess
2016-02-29apt upgrade improvementsJoey Hess
* Apt.upgrade: Run dpkg --configure -a first, to recover from interrupted upgrades. * Apt: Add safeupgrade.
2016-02-27Merge branch 'joeyconfig'Joey Hess
2016-02-27reorderJoey Hess
2016-02-27Merge branch 'joeyconfig'Joey Hess
2016-02-27prep releaseJoey Hess
2016-02-26Merge branch 'joeyconfig'Joey Hess
2016-02-26Removed Ssh.unauthorizedKey and made Ssh.authorizedKey revertable. (API change)Joey Hess
2016-02-26Merge branch 'joeyconfig'Joey Hess
2016-02-26Ssh.authorizedKey: Fix bug preventing it from working when the ↵Joey Hess
authorized_keys file does not yet exist.
2016-02-25FooBuntu -> BuntishJoey Hess
Seems that Canonical have trademarked numerous words ending in "buntu", and would like to trademark anything ending in that to the extent their lawyers can make that happen.
2016-02-25changelogJoey Hess
2016-02-24Merge branch 'joeyconfig'Joey Hess
2016-02-19trademark nonsenseJoey Hess
Removed references to *buntu from code and documentation because of an unfortunate trademark use policy. http://joeyh.name/blog/entry/trademark_nonsense/ That included changing a data constructor to "FooBuntu", an API change.
2016-02-19Obnam: Only let one backup job run at a time when a host has multiple ↵Joey Hess
different backup properties, to avoid concurrent jobs fighting over scarce resources (particularly memory). Other jobs block on a lock file.
2016-02-11Merge branch 'joeyconfig'Joey Hess
2016-02-11prep releaseJoey Hess
2016-02-08Merge branch 'joeyconfig'Joey Hess
2016-02-08Allow using combineProperties and propertyList with lists of RevertableProperty.Joey Hess
2016-02-07Merge branch 'joeyconfig'Joey Hess
2016-02-07letsencryptJoey Hess
* Added Propellor.Property.LetsEncrypt * Apache.httpsVirtualHost: New property, setting up a https vhost with the certificate automatically obtained using letsencrypt.
2016-02-07Delete /etc/apt/apt.conf.d/50unattended-upgrades.ucf-dist when ↵Joey Hess
unattended-upgrades is installed, to work around #812380 which results in many warnings from apt, including in cron mails.
2016-02-06Obnam: To cause old generations to be forgotten, keepParam can be passed to ↵Joey Hess
a backup property; this causes obnam forget to be run.
2016-01-18Merge branch 'joeyconfig'Joey Hess
2016-01-18changelogJoey Hess
2016-01-12Merge branch 'joeyconfig'Joey Hess
2016-01-12prep releaseJoey Hess
2016-01-12changelogJoey Hess
2016-01-05Merge branch 'joeyconfig'Joey Hess
2016-01-05changelogJoey Hess
2016-01-03Merge branch 'joeyconfig'Joey Hess
2016-01-03prep releaseJoey Hess
2016-01-03update changelogJoey Hess
2016-01-03Merge branch 'joeyconfig'Joey Hess
2016-01-03changelogJoey Hess
2015-12-31Postfix: Add service property to enable/disable services in master.cf.Joey Hess
2015-12-31spin --via: Avoid committing on relay host.Joey Hess
2015-12-30Bootstrap apt-get installs run with deconf noninteractive frontend.Joey Hess
Debconf was prompting because installing git needed a new libc, which prompts for service restarts..
2015-12-30Merge branch 'joeyconfig'Joey Hess
2015-12-30changeogJoey Hess
2015-12-19cleanupJoey Hess
2015-12-19Merge branch 'joeyconfig'Joey Hess
2015-12-19prep releaseJoey Hess
(cherry picked from commit 6f0fe3614f3c55c4a9e312aa6fa6730316fe5ec7)
2015-12-19Merge branch 'joeyconfig'Joey Hess
2015-12-19Clean build with ghc 7.10.Joey Hess
Import Prelude after modules that cause warnings due to AMP change
2015-12-19prep releaseJoey Hess
2015-12-19Merge branch 'joeyconfig'Joey Hess
2015-12-17changelogJoey Hess
2015-12-15Merge branch 'joeyconfig'Joey Hess
2015-12-15Merged Utility changes from git-annex.Joey Hess