]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
autodetect-project: fix change of function name
authorJacob Keller <jacob.e.keller@intel.com>
Tue, 1 Apr 2014 20:40:24 +0000 (13:40 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Thu, 3 Apr 2014 08:14:00 +0000 (11:14 +0300)
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@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/aiaiai-email-autodetect-project

index 93a33fed4cdb1edb196af92cc4477bfbf98b526b..cba33f7d6631a406910452b5f0a0c5838eae75f7 100755 (executable)
@@ -103,7 +103,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