Skip to content

Changes

Started by timer
Started 4 hr 47 min ago
Queued 0.51 sec
Took 13 min on built-in

Summary

  1. es9p_client: Fix type conversion in installation result notification (details)
  2. es9p_client: MAke install notification code execute at all (details)
Commit 4e35e2c357f3a959ba04aff3990816d01f5a3b08 by laforge
es9p_client: Fix type conversion in installation result notification

The asn.1 encoder expects bytes-like objects, we cannot simply pass
hex-strings to it without conversion

Change-Id: I83ad047e043dc6b3462b188ce6dd0b2cc0e52e87
The file was modifiedcontrib/es9p_client.py
Commit 22c3797a89bc3e93c82194dab1af7ffa18f2b977 by laforge
es9p_client: MAke install notification code execute at all

The caller specified 'install' but the do_notification() function
compared with 'download' :(

Change-Id: I2d441cfbc1457688eb163301d3d91a1f1fdc7a8c
The file was modifiedcontrib/es9p_client.py