Swabber's update_distro automatically updates the blob now.

Signed-off-by: Alex deVries <alex.devries@windriver.com>
This commit is contained in:
Alex deVries 2010-11-25 11:01:22 -05:00 committed by Richard Purdie
parent b544d01c23
commit 4c72af62b9
1 changed files with 1 additions and 5 deletions

View File

@ -60,12 +60,8 @@ python() {
}
do_generate_swabber_report () {
echo "Updating host data"
# Ensure we have the very latest host information
if [ "${NOSWABBERUPDATE}" != "1" ]; then
update_distro ${HOST_DATA}
fi
update_distro ${HOST_DATA}
# Swabber can't create the directory for us
mkdir -p ${SWABBER_REPORT}