Fixes a regresion in "oeqa/gitarchive: Fix git push URL parameter" due to a 
missing parameter.

Signed-off-by: Richard Purdie <[email protected]>
---
 scripts/oe-git-archive | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/oe-git-archive b/scripts/oe-git-archive
index 9305ed0b0f9..9484fc53c7d 100755
--- a/scripts/oe-git-archive
+++ b/scripts/oe-git-archive
@@ -106,7 +106,7 @@ def main(argv=None):
         gitarchive.gitarchive(args.data_dir, args.git_dir, args.no_create, 
args.bare,
                               args.commit_msg_subject.strip(), 
args.commit_msg_body, args.branch_name,
                               args.no_tag, args.tag_name, 
args.tag_msg_subject, args.tag_msg_body,
-                              args.exclude, args.notes, args.push, keywords, 
log)
+                              args.exclude, args.notes, bool(args.push), 
args.push, keywords, log)
 
     except gitarchive.ArchiveError as err:
         log.error(str(err))
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#229545): 
https://lists.openembedded.org/g/openembedded-core/message/229545
Mute This Topic: https://lists.openembedded.org/mt/117296204/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to