Open allenhouchins opened 2 days ago
More info:
Install Pre-requisites
sudo apt update
sudo apt install python3-pip
sudo apt install build-essential libgtk-3-dev libwebkit2gtk-4.1-dev \
libgl1-mesa-dev libglu1-mesa-dev libjpeg-dev libtiff-dev \
libsdl2-dev libgstreamer-plugins-base1.0-dev freeglut3-dev
pip3 install --upgrade --user --force-reinstall --no-cache-dir --break-system-packages wxPython
Install Debreate
sudo dpkg -i '/path/to/debreate_#version'
Hey team! Please add your planning poker estimate with Zenhub @iansltx @lucasmrod @mostlikelee
Fleet version: 4.59.0
Web browser and operating system: Any
💥 Actual behavior
deb
packages created by Debreate are failing to upload.More info here on the crash this creates: https://fleetdm.slack.com/archives/C03EG80BM2A/p1732032709331329
🧑💻 Steps to reproduce
🕯️ More info (optional)
There is a work around by performing the following steps:
dpkg-deb -R '/path/to/deb/' '/path/to/where/you/want/debfiles'
and then repackaging it using:dpkg-deb --build -Zgzip '/path/to/debfiles'
Unfortunately I haven't validated what compression is used by default but safe to assume once that is determined, this issue could be replicated without Debreate.