depot3 icon indicating copy to clipboard operation
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

Results 24 depot3 issues
Sort by recently updated
recently updated
newest added

If you run `d3 install something-123-1 --freeze` and that edition is not installed yet, then the right thing happens. However, if that edition is already installed, the command exits without...

d3 should fail to install, with a warning, and d3admin should allow you to edit the pkg to remove the offending group from the pkg settings

Currently a failed `d3 install` or `d3 freeze` command exits with a 0 status code, which makes it hard to write a reliable shell script that uses d3. Repro: `sudo...

what's installed does not match https://raw.githubusercontent.com/wiki/PixarAnimationStudios/depot3/d3.conf.example

https://github.com/PixarAnimationStudios/depot3/wiki/Setup-add-first-package ``` d3admin show An error occurred: ArgumentError: Usage: d3admin action target [options] Action, must be one of add, edit, live, delete, info, search, report, config, help ``` `d3admin s`...

Documentation is incorrect for current PKG version: > Make a copy of the ruby-jss.conf.example file. > > - If you installed d3 with the .pkg it will be in /etc/...

d3admin would either automatically build a pkg putting the .app into /Appliations, or perhaps ask the user for a target folder and build a pkg putting it there.

It would be great if there was a per-basename, per-host notes field, where administrators could leave a short text note for other admins. This comes up, for example, when someone...

NoSuchItemError shouldn't prevent changes with `d3admin edit`. ``` d3admin edit package_name-1-5 An error occurred: JSS::NoSuchItemError: No JSS script with id '1234' ```

Package method update_master_filename not implemented in edit module