Manifests
Matt Holgate <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Just one wee (boring) thing for the ARK wishlist. It would be great if
the patterns in deployment and revelation manifests could match
directories. This could be easily implemented by making sure all
directory names are compared with a trailing /, ie:
<revelation-manifest>
/*$ copy root root 755 # match all directories
. copy root root 644 # match all files
</revelation-manifest>
Just I'm getting things like:
<deployment-manifest>
^share$ copy root root 755
^share/user-setup$ copy root root 755
^share/user-setup/verilab1$ copy root root 755
^share/user-setup/skel$ copy root root 755
. copy root root 644
<deployment-manifest>
where I have to specify each directory separately...
Thanks,
Matt