From e4f78c3573ec825b7b9476b22538d172b4364bc9 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Mon, 28 Oct 2013 17:39:57 +0100 Subject: Do not use roomservice when a repository is missing Change-Id: I867fa21cd52b1d0e0a49160b953bde3cd84b1639 Signed-off-by: Paul Kocialkowski --- envsetup.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index 8030ce41c..cf53ec523 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -632,17 +632,6 @@ function lunch() local product=$(echo -n $selection | sed -e "s/-.*$//") check_product $product if [ $? -ne 0 ] - then - # if we can't find a product, try to grab it off the CM github - T=$(gettop) - pushd $T > /dev/null - build/tools/roomservice.py $product - popd > /dev/null - check_product $product - else - build/tools/roomservice.py $product true - fi - if [ $? -ne 0 ] then echo echo "** Don't have a product spec for: '$product'" -- cgit v1.2.3