[PATCH aiaiai] autodetect-project: fix change of function name

Jacob Keller jacob.e.keller at intel.com
Tue Apr 1 13:40:24 PDT 2014


One of the function names changed upstream, so we need to fix it in the
hook also.

Signed-off-by: Jacob Keller <jacob.e.keller at intel.com>
---
 email/aiaiai-email-autodetect-project | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email/aiaiai-email-autodetect-project b/email/aiaiai-email-autodetect-project
index 19aa93b91627..7be707b304b4 100755
--- a/email/aiaiai-email-autodetect-project
+++ b/email/aiaiai-email-autodetect-project
@@ -79,7 +79,7 @@ expected_prj="$(fetch_project_name "$list" "cfg_ownmail")"
 # Loop through every project and check if we can find a base commit. If we're
 # given an expected project in the email address, try it first, so that we
 # don't accidentally land on the wrong one.
-for prj in $expected_prj $(parse_config_supported_projects "$cfgfile"); do
+for prj in $expected_prj $(get_cfgfile_projects_list "$cfgfile"); do
 	# First to be safe, unset the project config variables that we use
 	unset pcfg_branch pcfg_path pcfg_name branch_base
 
-- 
1.8.3.1




More information about the aiaiai mailing list