You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using remote build, the name of the log file returned is <snap name>_<arch>-<timestamp>.txt from what I can see.
In cases where the snap has a -, this name get's truncated. For example, the log file I received when remote building signal-desktop was named signal_arm64-<date>.txt rather than signal-desktop_arm64-<date>.txt
@mr-cal that was a quick & dirty hack to get the project name in the PoC that made it into production accidentally. We need to pull the project name out of the project itself.
mr-cal
changed the title
New remote-build returns log files that truncates snap name in file name
remote build: do not truncate snap name in log file
Aug 21, 2024
Bug Description
When using remote build, the name of the log file returned is
<snap name>_<arch>-<timestamp>.txt
from what I can see.In cases where the snap has a
-
, this name get's truncated. For example, the log file I received when remote buildingsignal-desktop
was namedsignal_arm64-<date>.txt
rather thansignal-desktop_arm64-<date>.txt
To Reproduce
git clone https://github.com/snapcrafters/signal-desktop
cd signal-desktop
snapcraft remote-build
Environment
Ubuntu 22.04, Snapcraft 8.2.0
snapcraft.yaml
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: