build: select_ubuntu_repo: break on err 69/26269/4
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 19 Dec 2016 23:49:47 +0000 (00:49 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Tue, 20 Dec 2016 18:09:57 +0000 (19:09 +0100)
commit592d5a420bdcc8e78530ee42527fe05f82371b5b
tree453069f9111fd8ca06ae723f7e1cf0a7c52c5dce
parentf3e8720ea4ca033bf90521258f2e08f99a56d572
build: select_ubuntu_repo: break on err

Stop ISO build process if no sane Ubuntu mirrors are available,
instead of continuing with an empty URL, which is bound to fail
later.

While at it, skip re-assesing the output of select_ubuntu_repo.sh if
the URL var already is set.

Also, stderr and stdout were both captured in UBUNTU_MIRROR_URL,
so disable debug by default, and only print debug info in case no
valid mirror is found.

v2 -> v3:
- allow "One hour behind" mirror state to be considered, since
  we already accept "Six hours behind" mirrors;

JIRA: FUEL-240

Change-Id: I791942da234304528ff5cae1891415602e1a62b2
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
build/Makefile
build/f_isoroot/f_repobuild/select_ubuntu_repo.sh