mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2026-01-27 11:01:24 +01:00
shared-repo-unpack: Fix missing variable
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
7f70683c57
commit
89fbb72693
|
|
@ -26,6 +26,8 @@ targetdir = sys.argv[3]
|
|||
|
||||
ourconfig = utils.loadconfig(__file__)
|
||||
|
||||
stashdir = ourconfig["REPO_STASH_DIR"]
|
||||
|
||||
with open(repojson) as f:
|
||||
repos = json.load(f)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user