blob: 8161e1aa826aaf5c12d1f2d10eb1e0013917bfea [file] [log] [blame]
Brandon McAnsha0040ca2015-07-01 12:04:25 -04001for combo in $(curl -s https://raw.githubusercontent.com/CyanogenMod/hudson/master/cm-build-targets | sed -e 's/#.*$//' | grep cm-12.1 | awk '{printf "cm_%s-%s\n", $1, $2}')
Koushik Dutta941fc4d2012-08-17 20:17:11 -07002do
3 add_lunch_combo $combo
4done