[PATCH aiaiai 4/7] aiaiai-project-update: correct function to upstream change

Jacob Keller jacob.e.keller at intel.com
Fri Apr 4 15:06:49 PDT 2014


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 at intel.com>
---
 email/systemd/aiaiai-project-update | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/email/systemd/aiaiai-project-update b/email/systemd/aiaiai-project-update
index f0af5fe3d106..e8b369d3feda 100755
--- a/email/systemd/aiaiai-project-update
+++ b/email/systemd/aiaiai-project-update
@@ -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"
-- 
1.8.3.1




More information about the aiaiai mailing list