On Fri, Apr 1, 2022 at 6:50 AM Mark Phippard <markp...@gmail.com> wrote: > I was able to run the script without problem, so I think I am all set. > The release.py script will still fail when it tries to download the > KEYS but I am assuming that is the last step it does in that part of > the process. Presumably if I then drop this file in to the folder it > should be good from that point onward.
I found an easy solution here. After generating the KEYS file I copied it to /tmp then I edited the release.py script and changed the URL it uses to download the file to file:///tmp/KEYS. This worked Thanks Mark