Carl
Carl
There is a `pkg_resources` module which has some version utilities in it per https://stackoverflow.com/a/57634066. The usual catches about making sure it works appropriately apply.
`/usr/local/munki/makecatalogs` itself is using a shebang which will resolve to the Python 2.7 interpreter binary. ``` [jappleseed]:ad-bind # head -n 5 /usr/local/munki/makecatalogs #!/usr/bin/env python # encoding: utf-8 # # Copyright...
Just a note that `sw_vers` will have a means of determining versions of an RSS update if one/more is installed. It's got a new version flag in Ventura.
Interesting - I thought I had a file check in place, but obviously haven't. I've been itching to re-write this again to try and improve a few things, so don't...
Testing downloads for MSAutoUpdate, OneNote, Teams, Defender ATP, Edge, Outlook, Word, PowerPoint, Excel, and Skype For Business all worked - note, where there were recipes for 2019 products, only those...
Some info after modifying `erase-install.sh` with `set -x`, I've removed a large chunk of the output and copied it from after the point the script picks up that this is...
I've been playing around with `PYTHONPATH` and `PYTHONHOME` as documented [here](https://docs.python.org/dev/c-api/init_config.html#python-path-configuration) which "works", but keep in mind that thse exported environment vars will apply to any other installations of Python...
Yes, that's where I had found the URLS.
@flammable @macinandy check out `precache_dev` here: https://github.com/carlashley/precache_dev to see if this resolves the issue. **Note** you will need to have the `requests` module installed. Definitely read through the README as...
Thanks for the PR, I'm not merging this because I'm handling it slightly differently to still facilitate prior versions of app releases.