depot3
depot3 copied to clipboard
A package deployment and patch management system for OS X that enhances the Casper Suite, an enterprise-level management system for Apple devices from JAMF Software
See ruby-jss, issue #8 https://github.com/PixarAnimationStudios/ruby-jss/issues/8
It might be useful for, esp WRT issue #3, to pre-cache packages. either just for puppy-installs, or optionally for any package, or just packages with a 'cachable' setting.
d3 makes no attempts to go find patches and updates out on the web. Integrate autopkg (https://github.com/autopkg/autopkg) to do that.
When exiting d3, make a backup of the rcpt file if it isn't empty.
Currently to use d3admin, the user must provide two usernames and three passwords, which are stored in the keychain. API => user/passwd SQL => user/passwd MasterDistPoint => passwd Devise a...
Allow an installed package to have a firm expiration date, on/after which it will be removed no matter what. This date should accepted either as a specific date in the...
give d3 an 'update-receipt' action, to update a specific receipt from its matching package on demand