mirror of
git://git.yoctoproject.org/yocto-autobuilder-helper.git
synced 2025-07-19 20:59:02 +02:00
scripts/prepare-shared-repos: fix minor typo in autobuilder logs
Minor typo observed when cheking the "Prepared shared repository" step logs in autobuilder web interface: ==================================================================================================== Intially fetching repo poky (1675810261.1) ==================================================================================================== Signed-off-by: Alexis Lothoré <alexis.lothore@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
a16accc5dd
commit
ff074831d7
|
@ -41,7 +41,7 @@ with tempfile.TemporaryDirectory(prefix="shared-repo-temp-", dir="/home/pokybuil
|
||||||
# gplv2 is no longer built/tested in master
|
# gplv2 is no longer built/tested in master
|
||||||
if repo == "meta-gplv2":
|
if repo == "meta-gplv2":
|
||||||
continue
|
continue
|
||||||
utils.printheader("Intially fetching repo %s" % repo)
|
utils.printheader("Initially fetching repo %s" % repo)
|
||||||
# shallow clones disabled as it doesn't work correctly with revision numbers in the result repo leading to release build failures.
|
# shallow clones disabled as it doesn't work correctly with revision numbers in the result repo leading to release build failures.
|
||||||
if True or args.publish_dir:
|
if True or args.publish_dir:
|
||||||
utils.fetchgitrepo(tempdir, repo, repos[repo], stashdir)
|
utils.fetchgitrepo(tempdir, repo, repos[repo], stashdir)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user