diff options
author | Stefan K. Berg <stefan.k.berg@ericsson.com> | 2016-05-31 14:49:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-05-31 14:49:36 +0000 |
commit | ec0c7698cd363b71694ca33e87f65fc382acda8d (patch) | |
tree | 3472b6dbb13612ce59f00c8ef1630fd9c3ed25ed /build/fuel_build_loop | |
parent | ebb5b355ba542fc22b8f96f952439251d4b2c90b (diff) | |
parent | 6d672885e96f25309ef36da9a6b3c93968ec0c5e (diff) |
Merge "Build system uplift to Fuel 9.0/Mitaka"
Diffstat (limited to 'build/fuel_build_loop')
-rwxr-xr-x | build/fuel_build_loop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/fuel_build_loop b/build/fuel_build_loop index 7e26b98b8..4a0dda6f4 100755 --- a/build/fuel_build_loop +++ b/build/fuel_build_loop @@ -12,7 +12,7 @@ echo "MIRROR_MOS_UBUNTU_ROOT=${MIRROR_MOS_UBUNTU_ROOT}" echo "MIRROR_FUEL=${MIRROR_FUEL}" -maxcount=10 +maxcount=3 cnt=0 rc=1 while [ $cnt -lt $maxcount ] && [ $rc -ne 0 ] |