diff options
author | akuster <akuster808@gmail.com> | 2020-06-25 10:24:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-07-02 16:11:40 +0100 |
commit | b6e0f5889eb55d88276807407f75eaad9bf0a96a (patch) | |
tree | 4da27c6e02abc1d9e3fad6270bdbbab6102492c6 | |
parent | 93ef4736915090ac9a2402916df8924ac4439490 (diff) | |
download | poky-b6e0f5889eb55d88276807407f75eaad9bf0a96a.tar.gz |
bitbake: test/fetch: change to better svn source
fixes:
svn: warning: W175002: Unexpected HTTP status 504 'Gateway Timeout' on '/openembedded/bitbake/!svn/vcc/default'
svn: E205011: Failure occurred processing one or more externals definitions
picked pcre2
[Yocto #13948]
(Bitbake rev: 767aa9316603a1c92c9c433a0c11ae98089bbc3a)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 1483d17108da02f5d615e83403d5fd6288ca957c)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index 4697ef59b5..29c96b2b45 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -1031,7 +1031,7 @@ class SVNTest(FetcherTest): | |||
1031 | 1031 | ||
1032 | bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) | 1032 | bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) |
1033 | # Github will emulate SVN. Use this to check if we're downloding... | 1033 | # Github will emulate SVN. Use this to check if we're downloding... |
1034 | bb.process.run("svn propset svn:externals 'bitbake http://github.com/openembedded/bitbake' .", | 1034 | bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", |
1035 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) | 1035 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) |
1036 | bb.process.run("svn commit --non-interactive -m 'Add external'", | 1036 | bb.process.run("svn commit --non-interactive -m 'Add external'", |
1037 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) | 1037 | cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) |