summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-19Use isUnpopulated when creating a chroot or restoring a backupignore-lost-n-foundNicolas Schodet
2017-10-19Add isUnpopulated to test for empty directory or file systemNicolas Schodet
2017-10-08commentJoey Hess
2017-10-08Added a comment: Some precisionNicolas.Schodet
2017-10-08Fstab.mounted does not mount if entry existsNicolas.Schodet
2017-10-05Added a comment: Problem with resolvConfedNicolas.Schodet
2017-10-05Added a comment: ipv4/ipv6Nicolas.Schodet
2017-10-05Added a comment: systemd-nspawn with its own network in the containerNicolas.Schodet
2017-10-05Fix formatingNicolas.Schodet
2017-10-04override deploy url with PropellorRepo.hasOriginUrl infoJoey Hess
* Made the PropellorRepo.hasOriginUrl property override the repository url that --spin passes to a host. * PropellorRepo.hasOriginUrl type changed to include HasInfo. (API change) This commit was sponsored by Jake Vosloo on Patreon.
2017-10-04clean up after mergeJoey Hess
2017-10-04commentJoey Hess
2017-10-04setting up joeyconfig after mergeJoey Hess
2017-10-04get deps back in syncJoey Hess
propellor currently still embeds concurrent-output, so the debian package does not need to depend on the library.
2017-10-04avoid propagating non-alias DNS info from container to hostJoey Hess
* When the ipv4 and ipv6 properties are used with a container, avoid propagating the address out to the host. * DnsInfo has been replaced with DnsInfoPropagated and DnsInfoUnpropagated. (API change) * Code that used fromDnsInfo . fromInfo changes to use getDnsInfo. * addDNS takes an additional Bool parameter to control whether the DNS info should propagate out of containers. (API change) This commit was sponsored by Trenton Cronholm on Patreon.
2017-10-04improve commentJoey Hess
2017-10-03(no commit message)Nicolas.Schodet
2017-09-25add news item for propellor 4.8.1Joey Hess
2017-09-25releasing package propellor version 4.8.1Joey Hess
2017-09-25clean up after mergeJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25Merge branch 'master' into joeyconfigJoey Hess
2017-09-25Borg: Fix handling of UseSshKey.Joey Hess
2017-09-25setting up joeyconfig after mergeJoey Hess
2017-09-25Borg: Fix propigation of exit status of borg backup.Joey Hess
2017-09-25add news item for propellor 4.8.0Joey Hess
2017-09-25releasing package propellor version 4.8.0Joey Hess
2017-09-25Merge branch 'joeyconfig'Joey Hess
2017-09-25propellor spinJoey Hess
2017-09-25swapspace needed on clam for stackJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25expand BorgRepo, allowing ssh private key to be specifiedJoey Hess
* Borg: Converted BorgRepo from a String alias to a data type. (API change) * Borg: Allow specifying ssh private key to use when accessing a borg repo by using the BorgRepoUsing constructor with UseSshKey. This commit was sponsored by Jeff Goeke-Smith on Patreon.
2017-09-25borg repo is not necessarily a local fileJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25propellor spinJoey Hess
2017-09-25Apt.isInstalled: Fix handling of packages that are not known at all to apt.Joey Hess
getInstallStatus returns [] when passed only such packages, and all of that list == IsInstalled. So also check that the list contains every package queried.
2017-09-24propellor spinJoey Hess
2017-09-20Added a comment: Blockedspwhitton
2017-09-14Added a commentpicca
2017-09-14(no commit message)picca
2017-09-08Added a commentNicolas.Schodet
2017-09-05Merge branch 'joeyconfig'Joey Hess
2017-09-05updateJoey Hess
2017-09-05updateJoey Hess
2017-09-05remove apparently unncessary newline strippingJoey Hess
blkidTag splits into lines and returns the first (non-empty) line, so as far as I can see, there can't possibly be a newline in what it returns.