From aece6f8901711fa9e662b63f4f6b12cb90b84503 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 30 Oct 2012 09:05:23 -0400 Subject: removed deprecated PostInstall support --- schemas/bundle.xsd | 9 --------- 1 file changed, 9 deletions(-) (limited to 'schemas/bundle.xsd') diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 68e793920..81bb9f0b5 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -80,15 +80,6 @@ - - - - PostInstall entries are deprecated in favor of Action - entries. Actions can do everything PostInstall entries can - do and more. - - - -- cgit v1.2.3-1-g7c22 From 0fc1f472a0fb18911bde1cb99f03142681804476 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 30 Oct 2012 10:22:02 -0400 Subject: removed deprecated plugins: TGenshi, TCheetah, Account, Hostbase, Snapshots, Statistics, Editor --- schemas/bundle.xsd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'schemas/bundle.xsd') diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 81bb9f0b5..863e10b4b 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -35,10 +35,7 @@ Abstract implementation of a Path entry. The entry will - either be handled by Cfg, TGenshi, or another - Generator plugin; or handled by Rules, in which case - the full specification of this entry will be included in - Rules. + be handled by a Generator plugin, like Cfg or Rules. -- cgit v1.2.3-1-g7c22 From 1f6cb52d0c43f842766f3ecd6c8286f0f4eed5c2 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Mon, 4 Feb 2013 16:20:46 -0500 Subject: Bundler: various changes * Deprecated use of an explicit name attribute * Deprecated .genshi bundles * Minor restructuring for better performance * bcfg2-lint updates --- schemas/bundle.xsd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'schemas/bundle.xsd') diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 863e10b4b..1b997ede3 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -256,11 +256,12 @@ - + - The name of the bundle. This must match the bundle - filename, minus the extension. + The name of the bundle. If present, this must match the + bundle filename, minus the extension. Specifying the name + explicitly is deprecated. -- cgit v1.2.3-1-g7c22 From 398be2c5cb613d9506e0c115510c1b55881ca64e Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Fri, 8 Feb 2013 13:43:40 -0500 Subject: Bundler: added support for independent bundles --- schemas/bundle.xsd | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'schemas/bundle.xsd') diff --git a/schemas/bundle.xsd b/schemas/bundle.xsd index 1b997ede3..e180d265a 100644 --- a/schemas/bundle.xsd +++ b/schemas/bundle.xsd @@ -256,12 +256,22 @@ + + + + If set to ``true``, indicates that the bundle is a + collection of independent entries, and that service restarts + and modified actions should not be performed. See + :ref:`server-plugins-structures-bundler-magic` for more. + + + - The name of the bundle. If present, this must match the - bundle filename, minus the extension. Specifying the name - explicitly is deprecated. + **Deprecated.** The name of the bundle. If present, this + must match the bundle filename, minus the extension. + Specifying the name explicitly is deprecated. -- cgit v1.2.3-1-g7c22