Skip to content
Snippets Groups Projects
Commit eb745218 authored by Ricardo Cerqueira's avatar Ricardo Cerqueira
Browse files

Adjust vendorsetup to current build target location

Change-Id: I1f6ff721f65e574cf46e967f1a76dffd3ab384f6
parent e0b729e1
No related branches found
No related tags found
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment