From: Thibault Saunier Date: Mon, 5 Nov 2018 12:42:29 +0000 (-0300) Subject: update: Fix the manifest commit dictionnary format X-Git-Tag: 1.19.3~481^2~280 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52c0086c5a92568291a92fe1bce6cdbffb25ac85;p=platform%2Fupstream%2Fgstreamer.git update: Fix the manifest commit dictionnary format The structure was changed in last commit but a code path was not properly updated --- diff --git a/git-update b/git-update index a9259c5..87e6f7c 100755 --- a/git-update +++ b/git-update @@ -28,7 +28,7 @@ def manifest_get_commits(manifest): if remote: res[name] = ['FETCH_HEAD', [os.path.join(remotes[remote], name), child.attrib['revision']]] else: - res[name] = child.attrib["revision"] + res[name] = [child.attrib["revision"], []] return res