Graham Pugh

Results 52 issues of Graham Pugh

### Issue raised in MacAdmins Slack DM by Kornel: If using a certificate for authenticating via API, so we not only need to provide API credentials in Autopkg prefs file...

enhancement

Sometimes we get this error which makes a recipe fail. I suspect it's something to do with the way we are measuring expiry of tokens.

bug

Since the code is slightly different between the standalone scripts and the AutoPkg processors, it's slightly tedious to merge in changes from one to the other. It should be possible...

enhancement

Hi again (oh no not me again!) I just attempted to install git2jss on a new Mac (running 10.14.6) and the installation fails due to keyring not installing properly. It...

Hi, probably not an important one, but I recently screwed up my path experimenting with a Homebrew installation method, and afterwards `git2jss` failed with `OSError: [Errno 2] No such file...

Modern Apple Archives fail to be extracted using `ditto`. Case in point is TeamViewer.pkg in justinrimmel-recipes. In Slack's `#autopkg` channel we have established that the `aa` command can do the...

The `chrome-enable-autoupdates.py` script has started failing with version 80. It seems that the `install.py` file is no longer provided. Not sure if that's something that can be addressed. ``` install_script...

Time moves on, and `pkgbuild` has more functions than were present when AutoPkg was created. Each of the following functions would be awesome to add into the core `packager.py` script...

**Describe the bug** `--credentials=XYZ` not implemented (only works without the equals sign) **Fix** Needs this option adding to the script.

bug

I had made an assumption that the output of `/api/oauth/token` would be the same as that of `/api/v1/auth/token`, but it is not. In `/api/v1/auth/token`, the token key is `token` and...

bug