Adjust vendorsetup to current build target location

Change-Id: I1f6ff721f65e574cf46e967f1a76dffd3ab384f6
This commit is contained in:
Ricardo Cerqueira 2012-12-15 21:12:15 +00:00
parent e0b729e1a5
commit eb74521850
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
for combo in $(cat vendor/cm/jenkins-build-targets)
for combo in $(wget -o /dev/null -O - https://raw.github.com/CyanogenMod/hudson/master/cm-daily-build-targets | grep cm-10.1 | awk {'print $1'})
do
add_lunch_combo $combo
done