Michael Altfield

Results 529 comments of Michael Altfield

TOFU 2/3 (Tor, exit in Poland) gives sha256sum = `ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc` ``` user@host:~$ REMOTE_FILES="https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl" CURL="/usr/bin/curl" WGET="/usr/bin/wget --retry-on-host-error --retry-connrefused" PYTHON="/usr/bin/python3" # in tails, we must torify if "`whoami`" == "amnesia" ; then...

TOFU 3/3 (ISP, exit in Ecuador) gives sha256sum = `ba0d021a166865d2265246961bec0152ff124de910c5cc39f1156ce3fa7c69dc` ``` user@disp4805:~$ REMOTE_FILES="https://files.pythonhosted.org/packages/8a/6a/19e9fe04fca059ccf770861c7d5721ab4c2aebc539889e97c7977528a53b/pip-24.0-py3-none-any.whl" CURL="/usr/bin/curl" WGET="/usr/bin/wget --retry-on-host-error --retry-connrefused" PYTHON="/usr/bin/python3" # in tails, we must torify if "`whoami`" == "amnesia" ; then...

Ok, 3/3 TOFU on 3 distinct days matches; adding to the repo ``` Sat 09 Mar 2024 06:05:30 PM UTC Fri 08 Mar 2024 04:26:20 AM UTC Fri 08 Mar...

After upgrading, the linux & windows builds are still working but the MacOS builds are still failing * https://github.com/BusKill/buskill-app/actions/runs/8218763042/job/22475985231 We fixed the issue with SCHEME_KEYS, however, this is something new....

The first noticeable error appears to be when it tries to install PyInstaller ``` 2024-03-10T02:06:14.5875850Z + /usr/local/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/bin/pip3 install --ignore-installed --upgrade --cache-dir build/deps/ --no-index --find-links file:///Users/runner/work/buskill-app/buskill-app/build/deps/ build/deps/pyinstaller-4.7.tar.gz 2024-03-10T02:06:15.0305170Z Looking in links:...

There's also issues installing Kivy. I think I should just go-through and update all the python packages to their latest versions. ``` 2024-03-10T02:06:14.0117250Z + /usr/local/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/bin/pip3 install --ignore-installed --upgrade --cache-dir build/deps/...

While I'm at it, I'll update python to Python v3.12. Python is already securely installed in our linux CI runner, so no manual updates needed there. Python comes installed on...

The documentation on how to verify the signature on python releases wasn't linked-to from the actual download page (where the link to download the signature is available), so I opened...

It looks like the libusb1 dependency for MacOS is signed, but there is no documentation on how to get the release signing key and verify releases after download, so I...

I'm struggling to find the URL for the latest version of the bottle sources in Homebrew for MacOS. This is what we currently have ``` ${WGET} https://homebrew.bintray.com/bottles/wget-1.20.3_2.catalina.bottle.tar.gz ${WGET} https://homebrew.bintray.com/bottles/python-3.7.8.catalina.bottle.tar.gz ${WGET}...