Re: Re: namespace-deploy-map
Harlan Stenn <[email protected]>
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
OK, I'm still a bit confused. I have: <namespace-deploy-map><table> <entry name="/our">/.-ark-deploy</entry> <entry name="/usr/local">/usr/local/.-ark-deploy</entry> <entry name="/">/.-ark-deploy-root</entry> </table></namespace-deploy-map> and you say: <namespace-deploy-map> is simply a table that maps user-visible namespaces (/our, /usr/local, anything really...) to their corresponding "deploy areas". Does this mean that if a package has a user-visible target of: then it will really be written to: /our/whatever /.-ark-deploy-root/whatever /usr/local/whatever /usr/local/.-ark-deploy/whatever /whatever /.-ark-deploy-root/whatever (where "whatever" is a file name, not a directory or a longer path, or maybe the search algorithm is "smart".) If this is true, are symlinks created between the FQ-user-visible name and the deploy area? I think I'll just forge ahead some more in the meantime... H