summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-10-28 17:39:57 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-10-28 17:39:57 +0100
commit08efe61e27ac49a7f396d162984f3ebc9e2938f6 (patch)
treee4fa576c798cceb67d12f0df66c9d03bc8f6b095
parent05f04367397306dc191da72ab2482f37367b6e50 (diff)
downloadbuild-08efe61e27ac49a7f396d162984f3ebc9e2938f6.zip
build-08efe61e27ac49a7f396d162984f3ebc9e2938f6.tar.gz
build-08efe61e27ac49a7f396d162984f3ebc9e2938f6.tar.bz2
Do not use roomservice when a repository is missing
Change-Id: I867fa21cd52b1d0e0a49160b953bde3cd84b1639 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--envsetup.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/envsetup.sh b/envsetup.sh
index c411510..e52405f 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -580,17 +580,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?"