Update path for build roster

Change-Id: Idb7a4bb326a59b990c47b7a3b6258dcb3fe81cba
This commit is contained in:
Ricardo Cerqueira 2013-01-07 22:13:27 +00:00
parent f0074035cd
commit 13e5cb0e65
1 changed files with 1 additions and 1 deletions

View File

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