Custom Query (894 matches)
Results (64 - 66 of 894)
Ticket | Owner | Reporter | Resolution | Summary | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
#73 | desai | dclark | fixed | Move encap code out from Solaris.py to non-os-specific location | ||||||||||||||||||||||||||||
Description |
There is code to use the epkg package manager / encap package management system in src/lib/Client/Solaris.py ; I'd like to request that this code be moved to Toolset.py or another location where it will be inherated by other platforms (Debian.py, Redhat.py etc.), as encap works across all Posix platforms (and is in no way Solaris-specific), and at my site we often use it instead of the OS package management system for locally-compiled software across many different platforms. |
|||||||||||||||||||||||||||||||
#74 | dclark | dclark | worksforme | encap supported platforms - user reports | ||||||||||||||||||||||||||||
Description |
This ticket is for users of the encap bootstrap code to report success on platforms not listed in the current README file. Please do not close this ticket. If you have done substantial work to add a completely new platform, or are having problems, please open a separate ticket. Please include at least the following information in any reports:
Example:
dc: "Daniel Clark" <mailto:[email protected]…> |
|||||||||||||||||||||||||||||||
#76 | desai | anonymous | worksforme | Permissions not checked | ||||||||||||||||||||||||||||
Description |
It appears that if nothging else is dirty in the bundle, permissions won't be checked. Let's say I have a bundle with: <ConfigFile? name='foo.conf'/> <Permissions name='bar'/> If foo.conf is wrong, bar's permissions will be checked. If foo.conf is clean bar's permissions aren't checked even if they're dirty. |