Skip to content
This repository has been archived by the owner on Dec 4, 2020. It is now read-only.

Commit

Permalink
Dont need to show "Finding build targets" when it takes < 0.5 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Nov 29, 2013
1 parent 50b9681 commit d127819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-sh/pbi-manager10/pbi-manager
Expand Up @@ -6008,7 +6008,7 @@ do_pbi_autob() {
if [ $done -eq 1 ] ; then continue ; fi

# Builder idle, lets figure out the next build
echo "==> Finding target for build process [$build]"
#echo "==> Finding target for build process [$build]"
start_next_ab_target "$build"
if [ $? -eq 0 ] ; then
# Nothing left to build, lets wait for any existing build to finish before exiting
Expand Down

0 comments on commit d127819

Please sign in to comment.