Adjust vendorsetup to current build target location
Change-Id: I1f6ff721f65e574cf46e967f1a76dffd3ab384f6
This commit is contained in:
parent
e0b729e1a5
commit
eb74521850
1 changed files with 1 additions and 1 deletions
|
@ -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
|
do
|
||||||
add_lunch_combo $combo
|
add_lunch_combo $combo
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue