summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-04-18wordingJoey Hess
2019-04-16Ssh.userKeys, Ssh.userKeyAt: Create .ssh directory when it does not yet exist.Joey Hess
2019-04-09Add User.ownsWithPrimaryGroupSean Whitton
2019-04-08change from inChroot to granular container capabilities infoJoey Hess
2019-04-08Fix bug in File.containsShellSettingJoey Hess
2019-04-03remove old cron jobJoey Hess
2019-04-03remove unidiomatic parens before `func`Joey Hess
2019-04-03remove space before tab indentationJoey Hess
2019-04-03make Cron.runPropellor revertableSean Whitton
2019-04-03add Cron.jobDroppedSean Whitton
2019-04-03Sbuild.built applies Localdir.removed to schrootsSean Whitton
2019-04-03add Localdir.removedSean Whitton
2019-04-03add Mount.partialBindMountsOf functionSean Whitton
2019-04-03rename Propellor.Property.{PropellorRepo -> Localdir}Sean Whitton
2019-04-01Added Utility.FileMode to the modules exported by Propellor.UtilitiesJoey Hess
2019-04-01sbuild: break Apt.stdSourcesList out of Sbuilt.builtSean Whitton
2019-03-25propellor spinJoey Hess
2019-02-18updateJoey Hess
2019-01-20fix Libvirt.hs haddock buildSean Whitton
2019-01-20Revert "propellor: fix haddock markup in Propellor.Property.Libvirt"Joey Hess
2019-01-20propellor: fix haddock markup in Propellor.Property.LibvirtSergei Trofimovich
2019-01-18Fix --spin crash when ~/.ssh/ directory did not already exist.Joey Hess
2019-01-18Merge branch 'joeyconfig'Joey Hess
2019-01-18Avoid exposing the constructor of OuterMetaTypesWitness, to avoid the kind of...Joey Hess
2019-01-18avoid unnecessarily using withOS in the implementation of pickOSJoey Hess
2019-01-18Merge branch 'master' into joeyconfigJoey Hess
2019-01-18fix withOS type level bugJoey Hess
2018-12-30Merged Utility changes from git-annexJoey Hess
2018-12-30Merge branch 'master' into joeyconfigJoey Hess
2018-12-30stop importing deprecated Network.BSDJoey Hess
2018-12-30fix bogus ghc 8.6.3 build warningJoey Hess
2018-12-30Fix build with ghc 8.6.3Joey Hess
2018-12-12propellor spinJoey Hess
2018-12-11updateJoey Hess
2018-12-10propellor spinJoey Hess
2018-12-04libghc-stm-dev package won't be in new versions of debianJoey Hess
2018-12-04remove obsolete stm packageJoey Hess
2018-12-01Merge branch 'joeyconfig'Joey Hess
2018-11-16propellor spinJoey Hess
2018-11-11Merge remote-tracking branch 'spwhitton/libvirt'Joey Hess
2018-11-11method for enabling spamd has changed in testing/unstableJoey Hess
2018-11-11fix unused import warningJoey Hess
2018-11-10avoid passing an empty arg when the OS variant is unknown, tooSean Whitton
2018-11-10fix generated virt-install(1) call when NoAutoStartSean Whitton
2018-11-10Libvirt.defined: use DiskImage.imageChrootNotPresentSean Whitton
2018-11-10add DiskImage.imageChrootNotPresentSean Whitton
2018-11-10define the VM without using a shell scriptSean Whitton
2018-11-10Libvirt.defaultNetworkAutostarted additionally starts the networkSean Whitton
2018-11-10rewrite code to start the VM to not use a shell scriptSean Whitton
2018-11-10refactor to reduce parenthesesSean Whitton