Pass in the version purpose.

Since this will handle both the host and the bmc images,
need to be able to pass in the version purpose.

Change-Id: If09b3b81d9dc6166c61a4780ddaed7e1bdc021d0
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
2 files changed
tree: c2ba6d3b982e88236167772f869726123cdd9fb4
  1. .gitignore
  2. bootstrap.sh
  3. configure.ac
  4. download_manager.cpp
  5. download_manager.hpp
  6. download_manager_main.cpp
  7. image_manager_main.cpp
  8. LICENSE
  9. Makefile.am
  10. README.md
  11. version.cpp
  12. version.hpp
  13. version_software_manager.cpp
  14. version_software_manager.hpp
  15. watch.cpp
  16. watch.hpp
README.md

To Build

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`.