From d32d8dc04885b8ebcbeb21862e0c2a20596dad72 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 23 Mar 2022 13:17:55 +0100 Subject: [PATCH] repo.yml: Specify full path in upstream This is required so that versionist can automatically include nested changelogs from renovate PRs. Changelog-entry: Specify full path in repo.yml upstreams Signed-off-by: Alex Gonzalez --- repo.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/repo.yml b/repo.yml index ff4ebbf..655d82a 100644 --- a/repo.yml +++ b/repo.yml @@ -2,9 +2,7 @@ type: 'yocto-based OS image' reviewers: 1 upstream: - - repo: 'meta-resin' - url: 'http://github.com/resin-os/meta-resin' - - repo: 'meta-balena' + - repo: 'layers/meta-balena' url: 'http://github.com/balena-os/meta-balena' - repo: 'balena-yocto-scripts' url: 'http://github.com/balena-os/balena-yocto-scripts'