diff options
author | akuster <akuster808@gmail.com> | 2020-06-25 10:24:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-28 08:36:56 +0100 |
commit | b3f212d6bc43936d54f330372625456dad4c570a (patch) | |
tree | 9f246b8f49907ada7cbb82a0c4ef1dce63c7ca83 /bitbake | |
parent | 24a4fa5bad7f9b59347035a99087e5503a9388b4 (diff) | |
download | poky-b3f212d6bc43936d54f330372625456dad4c570a.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: 1483d17108da02f5d615e83403d5fd6288ca957c)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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')) |