From 0fbc37da655378e6ff61646d8518f6e824a2059e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 19 Nov 2017 15:50:41 -0400 Subject: add news item for propellor 5.0.0 --- doc/news/version_5.0.0.mdwn | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 doc/news/version_5.0.0.mdwn (limited to 'doc') diff --git a/doc/news/version_5.0.0.mdwn b/doc/news/version_5.0.0.mdwn new file mode 100644 index 00000000..dbf678cc --- /dev/null +++ b/doc/news/version_5.0.0.mdwn @@ -0,0 +1,20 @@ +propellor 5.0.0 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * Debootstrap.built now supports bootstrapping chroots for foreign + OS's, using qemu-user-static. + * Machine: New module collecting machine-specific properties for + building bootable images for ARM boards. + Tested working boards: Olimex Lime, CubieTruck, Banana Pi, SheevaPlug. + * Diskimage.imageBuiltFor: New property to build a disk image for a Host, + using partition table information configured via the new properties + hasPartitionTableType, hasPartition and adjustPartition. + * Chroot.noServices moved to Service.noServices and its type changed. + (API change) + * Service: Avoid starting services when noServices is used. + * Add Typeable instance to OriginUrl, fixing build with old versions + of ghc. + * Added Propellor.Property.impossible + * Fail2Ban: Added several additional properties. + Thanks, Félix Sipma. + * Fail2Ban: Renamed jail.d conf file to use .local. + Thanks, Félix Sipma."""]] \ No newline at end of file -- cgit v1.3-2-g0d8e From a19980ea1ae0a7287fd3658e09712d4123f6332e Mon Sep 17 00:00:00 2001 From: spwhitton Date: Mon, 20 Nov 2017 22:44:12 +0000 Subject: submit merge request --- doc/todo/merge_request:_sbuild_overhaul.mdwn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/todo/merge_request:_sbuild_overhaul.mdwn (limited to 'doc') diff --git a/doc/todo/merge_request:_sbuild_overhaul.mdwn b/doc/todo/merge_request:_sbuild_overhaul.mdwn new file mode 100644 index 00000000..a245888b --- /dev/null +++ b/doc/todo/merge_request:_sbuild_overhaul.mdwn @@ -0,0 +1,19 @@ +Please consider merging the `sbuild-overhaul` branch of repo `https://git.spwhitton.name/propellor`. + + * File.isSymlinkedTo now revertable. (minor API change) + * Sbuild module changes: + - Type of Sbuild.built changed to accept additional properties to be ensured + inside schroots. (API change) + See the suggested usage in module's documentation for new syntax. + - Drop Sbuild.installed, Sbuild.builtFor, Sbuild.updated, + Sbuild.updatedFor. (API change) + Use Sbuild.built instead. See suggested usage in module's documentation. + - Propellor no longer sets up apt proxies in chroots automatically. + Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have Propellor + propagate the host's Apt proxy configuration into the chroot. See suggested + usage in module's documentation. + - Internally, Propellor no longer invokes sbuild-createchroot(1) to build + schroots. + - Update documentation. + +--spwhitton -- cgit v1.3-2-g0d8e From 7b7a31a85a86b61c2c326244caa8cac5fa6f286d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 21 Nov 2017 16:34:14 -0400 Subject: merged sbuild overhaul --- debian/changelog | 12 ++++++------ doc/todo/merge_request:_sbuild_overhaul.mdwn | 2 ++ 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/debian/changelog b/debian/changelog index b11e25be..15c058cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,16 +2,16 @@ propellor (5.1.0) UNRELEASED; urgency=medium * File.isSymlinkedTo now revertable. (minor API change) * Sbuild module changes: - - Type of Sbuild.built changed to accept additional properties to be ensured - inside schroots. (API change) + - Type of Sbuild.built changed to accept additional properties to be + ensured inside schroots. (API change) See the suggested usage in module's documentation for new syntax. - Drop Sbuild.installed, Sbuild.builtFor, Sbuild.updated, Sbuild.updatedFor. (API change) Use Sbuild.built instead. See suggested usage in module's documentation. - - Propellor no longer sets up apt proxies in chroots automatically. - Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have Propellor - propagate the host's Apt proxy configuration into the chroot. See suggested - usage in module's documentation. + - Propellor no longer sets up apt proxies in sbuild chroots automatically. + Instead, pass the new Sbuild.useHostProxy to Sbuild.built to have + Propellor propagate the host's Apt proxy configuration into the chroot. + See suggested usage in module's documentation. - Internally, Propellor no longer invokes sbuild-createchroot(1) to build schroots. - Update documentation. diff --git a/doc/todo/merge_request:_sbuild_overhaul.mdwn b/doc/todo/merge_request:_sbuild_overhaul.mdwn index a245888b..9c4b60a5 100644 --- a/doc/todo/merge_request:_sbuild_overhaul.mdwn +++ b/doc/todo/merge_request:_sbuild_overhaul.mdwn @@ -17,3 +17,5 @@ Please consider merging the `sbuild-overhaul` branch of repo `https://git.spwhit - Update documentation. --spwhitton + +> [[merged|done]] --[[Joey]] -- cgit v1.3-2-g0d8e