summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-03animx ip changeJoey Hess
2017-03-29setting up joeyconfig after mergeJoey Hess
2017-03-25propellor spinJoey Hess
2017-03-25switch git url to https for securityJoey Hess
2017-03-24fix diskimage finalization bugJoey Hess
* Fix bug when using setContainerProps with a chroot that prevented properties added to a chroot that way from being seen when propellor was running inside the chroot. This affected disk image creation, and possibly other things that use chroots. The problem was, propagateChrootInfo was being passed the initial version of the Chroot, but then the Chroot got more properties added, and so those were not recorded in the _chroot info. Fix was simply to make InfoPropagator be passed the Chroot as an additional parameter, so Chroot.provisioned' can pass in the final Chroot to it.
2017-03-24Merge branch 'master' into joeyconfigJoey Hess
2017-03-24bug reportJoey Hess
2017-03-24Property.Partition: Update kpartx output parser, as its output format ↵Joey Hess
changed around version 0.6. Both output formats are supported now. Do we trust kpartx to not change again, given how little documented its output format is and that it's changed w/o warning? Little other things like vmdebootstrap depend on its output in the same way.. This commit was sponsored by Ignacio on Patreon.
2017-03-24Property.Partition: Improve loop device detection code used with kpartx when ↵Joey Hess
building disk images. /dev/mapper/loop* symlinks are now detected as block devices.
2017-03-21propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19Apt.mirror can be used to set the preferred apt mirror of a host, overriding ↵Joey Hess
the default CDN. This info is used by Apt.stdSourcesList and Sbuild.builtFor. Thanks, Sean Whitton.
2017-03-19Merge remote-tracking branch 'spwhitton/apt-mirror'Joey Hess
2017-03-19Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2017-03-19add news item for propellor 4.0.1Joey Hess
2017-03-19releasing package propellor version 4.0.1Joey Hess
2017-03-19Merge branch 'joeyconfig'Joey Hess
2017-03-19mention mconcatJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19switch to kite4Joey Hess
lost kite2 ed25519 key
2017-03-19propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19propellor spinJoey Hess
2017-03-19Tor.named, Tor.torPrivKey: Include the new ed25519 public/private key pair ↵Joey Hess
in addition to the old secret_id_key.
2017-03-19prep releaseJoey Hess
2017-03-19shorten names of mirror propertiesSean Whitton
2017-03-19Added a comment: merge requestspwhitton
2017-03-19take ownership of todo itemspwhitton
2017-03-19add Apt.hostMirrorIsSean Whitton
2017-03-19sbuild: use Apt.withHostMirrorSean Whitton
2017-03-19improve error msg from Apt.getHostMirrorSean Whitton
2017-03-19add Ubuntu std mirror to Apt.hsSean Whitton
2017-03-19replace debCdn with stdArchiveLinesSean Whitton
Though stdArchiveLines is not used in Apt.hs, this is the logical replacement for the old debCdn property.
2017-03-19replace use of debCdn in Apt.hsSean Whitton
2017-03-19add withHostMirror helperSean Whitton
2017-03-19add HostMirror info typeSean Whitton
2017-03-18Tor: Restart daemon after installing private key.Joey Hess
2017-03-18clean up after mergeJoey Hess
2017-03-18more old ghc fixesJoey Hess
2017-03-18Fix build with pre-AMP ghc.Joey Hess
2017-03-18Merge branch 'master' into joeyconfigJoey Hess
2017-03-18Fix build with pre-AMP ghc.Joey Hess
2017-03-18propellor spinJoey Hess
2017-03-18propellor spinJoey Hess
2017-03-18propellor spinJoey Hess
2017-03-18propellor spinJoey Hess
2017-03-18propellor spinJoey Hess
2017-03-18setting up joeyconfig after mergeJoey Hess