From: "Mikko Rapeli" <mikko.rapeli@bmw.de>
To: <georgi.georgiev@woodward.com>
Cc: <yocto@lists.yoctoproject.org>
Subject: Re: [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python
Date: Tue, 18 Feb 2020 09:00:26 +0000 [thread overview]
Message-ID: <20200218090026.GB104502@korppu> (raw)
In-Reply-To: <e81237bb0cab436681a5c60e01d87a65@Kemp-ExMb1.woodward.com>
On Tue, Feb 18, 2020 at 07:25:15AM +0000, Georgi Georgiev via Lists.Yoctoproject.Org wrote:
> OK,
> I read some code and I added the next line:
>
> --- a/bitbake/lib/bb/fetch2/svn.py
> +++ b/bitbake/lib/bb/fetch2/svn.py
> @@ -145,6 +145,7 @@ class Svn(FetchMethod):
>
> if not ("externals" in ud.parm and ud.parm["externals"] == "nowarn"):
> # Warn the user if this had externals (won't catch them all)
> + svnfetchcmd = self._buildsvncommand(ud, d, "fetch")
> output = runfetchcmd("svn propget svn:externals || true", d, workdir=ud.moddir)
> if output:
> if "--ignore-externals" in svnfetchcmd.split():
>
> This works for me perfectly. I may look little redundant but...
> Any comments?
> @Mikko,
Looks good to me.
> We have only one svn repo in the whole project :-)
Lucky you :)
-Mikko
next prev parent reply other threads:[~2020-02-19 22:39 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-17 12:56 [yocto] Yocto [thud], [zeus] do_fetch and do_unpack failures with offline/online svn build! #yocto #python Georgi Georgiev
2020-02-17 13:03 ` Mikko Rapeli
2020-02-17 13:35 ` Georgi Georgiev
2020-02-17 13:47 ` Mikko Rapeli
2020-02-18 7:25 ` Georgi Georgiev
2020-02-18 9:00 ` Mikko Rapeli [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-05 16:57 Georgi Georgiev
2020-01-31 12:02 georgi.georgiev
2020-01-31 12:13 ` [yocto] " Mikko Rapeli
2020-01-31 18:33 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200218090026.GB104502@korppu \
--to=mikko.rapeli@bmw.de \
--cc=georgi.georgiev@woodward.com \
--cc=yocto@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.