commit | d377ba1f91a32c83c6dc1687ac9fc767587f4c7a | [log] [tgz] |
---|---|---|
author | Saqib Khan <khansa@us.ibm.com> | Mon Oct 16 14:32:30 2017 -0500 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Oct 25 13:10:12 2017 +0000 |
tree | ee09945809719c6a02871b9454effce9f59fcf3b | |
parent | 9953e69b6700d42db8e67d797d2f7920fd978894 [diff] |
Move duplicate image upload log inside image_manager The item_updater is called multiple times to createActivation object when a new image is uploaded. This ends up producing a log in the journal suggesting the image was already uploaded even if the image didn't exist before. Therefore moving the log inside the image_mananger so that its called once when the image is uploaded. Resolves openbmc/openbmc#2261 Change-Id: Ia6590a3a77ccb577c65803de3233b06e7bfb1320 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To full clean the repository again run `./bootstrap.sh clean`.