replicant-vendor_replicant/vendorsetup.sh
Michael Limb 407450598a vendorsetup: Grab from cm-11.0 build targets
Change-Id: I99c0cc694d9551a2ed4a54eb92739e746d660616
2013-11-27 00:03:42 +00:00

5 lines
179 B
Bash

for combo in $(curl -s https://raw.github.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-11.0 | awk {'print $1'})
do
add_lunch_combo $combo
done