fuel-main/utils
Alexei Sheplyakov b9a580d2c7 parallel make fixes: add missing dependencies
* packages:
  - build each package in a separate directory so sereral packages can be
    built in parallel.
  - prepare_*_source: make sure git repositories are cloned before using
    them.

* image/centos, bootstrap, docker: add dependency on the locally built
  nailgun, astute and co. RPMs to make sure RPMs are ready before trying
  to install them.

* docker:
  - start an instance of the simple http server per a container being built,
    make sure those processes listen the different ports.
  - fix sporadic build failures due to the HTTP daemon premature exit.
    The simple_http_daemon which serves RPM repository exits in 600 seconds
    by default. However a container might require more time (due to a slow
    machine, a high load, etc), thus the HTTP server might exit before
    the required packages have been downloaded. Set the default timeout
    to infinity to prevent such an obscure error.

* repos.mk: several repositories can be cloned at the same time, so writes
  to version.yaml should be serialized. To keep things simple create
  version.yaml after cloning the repositories (with Fuel components).
  While at it polish the rule which clones the repository.

* packages/rpm, bootstrap: depend only on CentOS repo (more tasks can
  run in parallel).

blueprint support-ubuntu-trusty
Change-Id: I3a72802a7728121581e71227b013bb7aeffaf049
2015-01-13 07:46:52 +03:00
..
git-helper fix all pep8 errors 2014-07-16 18:32:53 +04:00
jenkins Merge "Revert "Add the possibility to work without python virtualenv"" 2014-12-22 16:48:19 +00:00
add_license.sh License information added 2013-06-25 07:49:11 +00:00
create_tags.py Added script which automates tags creation 2014-05-28 18:22:27 -07:00
pairwise_testcases.py Missed renaming for Sahara system tests 2014-08-07 12:42:00 +00:00
reduce-requrements-deb.sh requirements-deb.txt: omit redundant packages 2014-10-21 14:56:41 +04:00
rename.sh Update makesystem for fuel-main repo 2013-09-23 15:35:27 +04:00
simple_http_daemon.py parallel make fixes: add missing dependencies 2015-01-13 07:46:52 +03:00
tftp_probe.py fix all pep8 errors 2014-07-16 18:32:53 +04:00