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
make 'mkswu show' print signature common name (and serial if -v):
```
$ mkswu --show initial_setup.swu
# initial_setup.swu
# Built with mkswu 6.5-13-g1105c8bca349
# signed by "Armadillo swupdate public one-time key"
[...]
$ mkswu -v --show initial_setup.swu | grep signed
# signed by "Armadillo swupdate public one-time key", serial: 26AD60D893F09C775E7B3698E26C9F2428F54898
$ mkswu -v --show baseos*.swu | grep signed
# signed by "Armadillo swupdate key" <-- old releases
# signed by "Armadillo swupdate key #2" <-- new releases
```
Change-Id: I05f275fb6588683251719fac6f7f9610dd6ef685
0 commit comments