summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-07 10:53:43 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-07 15:50:32 +0000
commitd8e5d5fc16077a7a66f00842a33c23905b5cde8b (patch)
treeeb5517bbe4f143926f140d692e8157fce330f5c2 /bitbake/lib/bb/tests/fetch.py
parent66914d05dc87452cb00f6eae1449d7a02de7f310 (diff)
downloadpoky-d8e5d5fc16077a7a66f00842a33c23905b5cde8b.tar.gz
bitbake: tests/fetch: Update pcre.org address after github changes
vcs.pcre.org was a redirect to github which we use for subversion testing. With the protocol changes at github and the removal of the redirect, use a direct address for github. (Bitbake rev: 6230ca71eb7eb2a6db162e28a01727d00af5299b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index b83ec06450..6fd919170b 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1137,7 +1137,7 @@ class SVNTest(FetcherTest):
1137 1137
1138 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) 1138 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir)
1139 # Github will emulate SVN. Use this to check if we're downloding... 1139 # Github will emulate SVN. Use this to check if we're downloding...
1140 bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", 1140 bb.process.run("svn propset svn:externals 'bitbake https://github.com/PhilipHazel/pcre2.git' .",
1141 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1141 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))
1142 bb.process.run("svn commit --non-interactive -m 'Add external'", 1142 bb.process.run("svn commit --non-interactive -m 'Add external'",
1143 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1143 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))