From f3c9ac3ab06913c90b98d83eca0233391c8485b5 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(-) (limited to 'envsetup.sh') diff --git a/envsetup.sh b/envsetup.sh index cb49f2a..ce056a1 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -619,17 +619,6 @@ function lunch() 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'" echo "** Do you have the right repo manifest?" -- cgit v1.1