]> www.infradead.org Git - users/dedekind/aiaiai.git/commitdiff
aiaiai-project-update: correct function to upstream change
authorJacob Keller <jacob.e.keller@intel.com>
Fri, 4 Apr 2014 22:06:49 +0000 (15:06 -0700)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 7 Apr 2014 10:20:01 +0000 (13:20 +0300)
Upstream used get_cfgfile_projects_list as the name of the function that
determined the full project listing. aiaiai-project-update was missed
in the change.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
email/systemd/aiaiai-project-update

index f0af5fe3d106caa8a5f3c344bd544903b5ad24fd..e8b369d3fedaeaf23c1be33f07c417c8826a6b3a 100755 (executable)
@@ -29,7 +29,7 @@ find_unique_repositories()
 {
        local cfgfile="$1"; shift
 
-       parse_config_supported_projects "$cfgfile" | \
+       get_cfgfile_projects_list "$cfgfile" | \
        while read -r prj; do
                ini_config_get_or_die path "$cfgfile" "prj_$prj" "path"
                printf "%s\n" "$path"