openwrt / packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
GNU General Public License v2.0
3.9k stars 3.41k forks source link

auc: show output of `sysupgrade` process #16431

Open aparcar opened 2 years ago

aparcar commented 2 years ago

Maintainer: @dangowrt Environment: SNAPSHOTS

Description: If there are issues post image build, e.g. a missing opkg key or any other message from sysupgrade, that message should be shown rather than the stdout and stderr from the server, which is currently the case. If the server responds a build error stdout and stderr are helpful.

dangowrt commented 2 years ago

Both are shown right now, local and remote output. I thought that even in case of local errors it may be useful to see the remote stdout and stderr as that may contain a hint towards why the image failed locally.

aparcar commented 2 years ago

I wonder if we should show the local error after the remote build log since it tends to be very long.