summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-04libghc-stm-dev package won't be in new versions of debianJoey Hess
In Bootstrap, still try to install the package to support bootstrapping to old systems. If it's not available the bootstrapping will still succeed. The added apt-cache check is only to avoid apt complaining when asked to install a not available package. In debian/control, depend on ghc that includes stm, although propellor still supports being used with older versions of ghc Of course this control file is not being used for the package in debian any longer afaik, so something else will be done there.
2018-12-04remove obsolete stm packageJoey Hess
2018-12-03don't imply that stm is out of buster altogether!spwhitton
2018-12-03post bugspwhitton
2018-12-01clean up after mergeJoey Hess
2018-12-01Merge branch 'joeyconfig'Joey Hess
2018-12-01responseJoey Hess
2018-11-30(no commit message)cmt.miniBill@1ee673129c276f72c8d7c2974091af7618a22c2a
2018-11-16propellor spinJoey Hess
2018-11-16propellor spinJoey Hess
2018-11-11merged libvirtJoey Hess
2018-11-11Merge remote-tracking branch 'spwhitton/libvirt'Joey Hess
2018-11-11propellor spinJoey Hess
2018-11-11propellor spinJoey Hess
2018-11-11propellor spinJoey Hess
2018-11-11setting up joeyconfig after mergeJoey Hess
2018-11-11method for enabling spamd has changed in testing/unstableJoey Hess
2018-11-11fix unused import warningJoey Hess
Propellor.Base re-exports Data.Monoid.
2018-11-10avoid passing an empty arg when the OS variant is unknown, tooSean Whitton
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2018-11-10fix generated virt-install(1) call when NoAutoStartSean Whitton
2018-11-10Added a commentspwhitton
2018-11-10Added a commentspwhitton
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
Suggested-by: Joey Hess <id@joeyh.name>
2018-11-10add virshGetColumnsSean Whitton
2018-11-10Merge branch 'joeyconfig'Joey Hess
2018-11-10User.hasDesktopGroups uses combinePropertiesSean Whitton
Propellor's output should not include a line for every single group the user is added to, but a single line indicating that they have been added to the desktop groups. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
2018-11-09whitespace fixesSean Whitton
2018-11-09note that --os-variant is optionalSean Whitton
2018-11-09specify many more --os-variant valuesSean Whitton
2018-11-09stop passing --os-type to virt-installSean Whitton
This argument is not documented in recent versions of the virt-install(1) manpage, and testing reveals that at least along with --os-variant=debian9, additionally passing --os-type=Linux makes no difference to the generated XML. It makes sense that --os-variant would be sufficient, since it has a superset of the semantic content of --os-type.
2018-11-09kvmDefined -> definedSean Whitton
The VM could be raw QEMU without KVM, and we might later extend the property to be able to Xen domains too.
2018-11-09comment out the QCow2 constructor until that's implementedSean Whitton
2018-11-09newtypes for NumVCPUs and MiBMemorySean Whitton
Less chance of requesting 2048 CPU cores and 2MiB of memory. Suggested-by: Joey Hess <id@joeyh.name>
2018-11-07propellor spinJoey Hess
2018-11-07propellor spinJoey Hess
2018-11-07propellor spinJoey Hess
2018-11-06code reviewJoey Hess
2018-11-06Added a commentspwhitton
2018-11-05libvirt: fix unconditional autostartSean Whitton
2018-11-05libvirt: don't try to start running VMSean Whitton
2018-11-05libvirt: fix exporting type aliasesSean Whitton
2018-11-05fix inverted logicSean Whitton
2018-11-05libvirt: don't try to nuke if it is already nukedSean Whitton
2018-11-05add missing spaces to two of the arguments to virt-installSean Whitton
2018-11-05fix extension of raw imageSean Whitton