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
While packaging 6183e42, and do a very simple-minded verification by running $exe --help, it turned out the app does not run at all unless the log directory exist:
[ 29s] Executing(%check): /usr/bin/bash -e /var/tmp/rpm-tmp.9Gik3M
[ 29s] + umask 022
[ 29s] + cd /home/abuild/rpmbuild/BUILD
[ 29s] + cd trustauthority-cli-1.11.0
[ 29s] + mkdir -vp /home/abuild/.config
[ 29s] + ./v1 --help
[ 29s] Error opening/creating log file: open /home/abuild/.config/trustauthorityctl/logs/trustauthorityctl.log: no such file or directo
ry
[ 29s] error: Bad exit status from /var/tmp/rpm-tmp.9Gik3M (%check)
The text was updated successfully, but these errors were encountered:
While packaging 6183e42, and do a very simple-minded verification by running
$exe --help
, it turned out the app does not run at all unless the log directory exist:The text was updated successfully, but these errors were encountered: