summaryrefslogtreecommitdiffstats
path: root/schemas/rules.xsd
Commit message (Collapse)AuthorAgeFilesLines
* Options: schema changes for changes made for new parserChris St. Pierre2013-06-271-0/+8
|
* removed deprecated PostInstall supportChris St. Pierre2013-01-171-13/+0
|
* generate XML schema docs from XML schemas themselvesChris St. Pierre2012-12-101-9/+105
|
* added builtin support for creating users and groupsChris St. Pierre2012-12-031-0/+14
|
* added selinux supportChris St. Pierre2012-07-031-44/+69
|
* Remove svn keywordsSol Jerome2012-02-191-1/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* cleaned up genshi schemaChris St. Pierre2012-01-231-14/+2
|
* Action: Add "build" attribute to Schema and docsHolger Weiß2011-09-221-0/+1
| | | | | Add the "build" attribute for <Action> entries to the XML Schema and to the documentation.
* added Defaults pluginChris St. Pierre2011-09-191-5/+5
|
* bcfg2-lint: Update schema with new vcs valuesSol Jerome2011-07-311-0/+3
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* POSIX: Add recursive permissions (Ticket #871)Sol Jerome2011-06-181-0/+1
| | | | | | | This allows for a recursive='true' attribute such that the owner/group can be set recursively for a directory when using Path type='permissions'. Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* doc: Better document PostInstall entriesSol Jerome2011-05-161-0/+5
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* A number of schema changes/fixes/updates:Chris St. Pierre2011-04-081-47/+26
| | | | | | | | * altsrc attr is not allowed on Service and Action tags * Removed duplicate definition of PackageType, fixed required attrs * Removed deprecated <Ignore> tags in BoundPackage Instances * Added Genshi schema, made Genshi bundles validate * Use builtin xs:boolean type where possible
* POSIX: Remove client-side support for old POSIX typesSol Jerome2010-10-181-26/+0
| | | | Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
* Tighten schema for package entries in Rules (Resolves root cause of #894)Narayan Desai2010-06-211-1/+43
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5945 ce84e21b-d406-0410-9b95-82705330c041
* Schema: Add missing 'to' attribute for Path entries (Reported by Thorsten ↵Sol Jerome2009-11-111-0/+1
| | | | | | | | Lockert) [bugfix] Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5571 ce84e21b-d406-0410-9b95-82705330c041
* Schema: Add missing element/attributes [bugfix]Sol Jerome2009-11-111-0/+2
| | | | | | | | | | * Add missing 'prune' attribute for Path entries * Allow for Path entries to be grouped in Rules (Reported by Thorsten Lockert) * Add 'target' attribute for new service mode Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5570 ce84e21b-d406-0410-9b95-82705330c041
* POSIX: Add block/character/fifo devices (ticket #477)Sol Jerome2009-10-011-0/+13
| | | | | | | | | | This commit adds support for posix device types via Path entries in Bundler. The 'type' attribute for Path entries is now all lowercase. Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5470 ce84e21b-d406-0410-9b95-82705330c041
* Add BoundEntry support to bundle schemaSol Jerome2009-02-271-42/+10
| | | | | | | Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5090 ce84e21b-d406-0410-9b95-82705330c041
* Implement sequence number support for services (Patch from DanP) (Resolves ↵Narayan Desai2008-01-301-0/+1
| | | | | | Ticket #504) [bugfix] git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4309 ce84e21b-d406-0410-9b95-82705330c041
* Implement prune mode for directories (only bundle entries are allowed in the ↵Narayan Desai2007-10-021-0/+1
| | | | | | directory) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3772 ce84e21b-d406-0410-9b95-82705330c041
* Add supervision support to schemaNarayan Desai2007-05-031-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@3089 ce84e21b-d406-0410-9b95-82705330c041
* Fix rules validation (Resolves Ticket #404)Narayan Desai2007-02-161-9/+27
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2830 ce84e21b-d406-0410-9b95-82705330c041
* Add extra service fields to the rules schemaNarayan Desai2007-02-161-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2827 ce84e21b-d406-0410-9b95-82705330c041
* Implement Action supportNarayan Desai2007-01-241-1/+11
| | | | | | | | | | - Schema addition for bundles/rules - Tool driver for actions - Frame support for pre-actions and post-actions - Frame blacklist support (to preclude blocked entries from getting installed on the post-clobber pass) git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2713 ce84e21b-d406-0410-9b95-82705330c041
* Implement negation for bundles, base, pkgmgr, svcmgr, and rulesNarayan Desai2007-01-101-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2643 ce84e21b-d406-0410-9b95-82705330c041
* One more service schema updateNarayan Desai2006-11-101-0/+1
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2482 ce84e21b-d406-0410-9b95-82705330c041
* Fix permissions validationNarayan Desai2006-08-051-0/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2045 ce84e21b-d406-0410-9b95-82705330c041
* Fix the rules schemaNarayan Desai2006-04-111-2/+2
| | | | git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1841 ce84e21b-d406-0410-9b95-82705330c041
* schema updateNarayan Desai2006-04-111-0/+69
pkgmgr bugfix git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@1835 ce84e21b-d406-0410-9b95-82705330c041