summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Keller <jacob.e.keller@intel.com>2014-04-04 15:06:49 -0700
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2014-04-07 13:20:01 +0300
commit00f5aa1988db9671c6958ab6683f10ec4c66725a (patch)
treed8ae026a2e6a46643873f7941a37da68a5ab6802
parentdaea3fdb654cf7830cd8d2910cc9036219124f8c (diff)
downloadaiaiai-00f5aa1988db9671c6958ab6683f10ec4c66725a.tar.gz
aiaiai-project-update: correct function to upstream change
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>
-rwxr-xr-xemail/systemd/aiaiai-project-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/email/systemd/aiaiai-project-update b/email/systemd/aiaiai-project-update
index f0af5fe..e8b369d 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"