Untar tarball

Untar the tarball to the image dir. The image dir is
<IMG_UPLOAD_DIR>/<id>/. The MANIFEST is first extracted,
the version is read from the MANIFEST and used to compute the id.

Change-Id: Ifed01e980202404e104ce7c20beb85ab23527913
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
3 files changed
tree: 6392980602373ae3d4bd870ce1a0878ed37395de
  1. test/
  2. .gitignore
  3. bmc_version.cpp
  4. bmc_version.hpp
  5. bootstrap.sh
  6. configure.ac
  7. download_manager.cpp
  8. download_manager.hpp
  9. download_manager_main.cpp
  10. image_manager.cpp
  11. image_manager.hpp
  12. image_manager_main.cpp
  13. LICENSE
  14. Makefile.am
  15. README.md
  16. version.cpp
  17. version.hpp
  18. watch.cpp
  19. 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`.