summaryrefslogtreecommitdiffstats
path: root/bitbake
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-12 17:27:58 +0000
commit679e630732ef2eaa8148576ef998c6ce827fdd54 (patch)
tree280b026f536960051fc5e135268de6206b4d53c8 /bitbake
parenta48e0bb5ecc8e89d5b191f47dfd2a4c3cc0d61bb (diff)
downloadpoky-679e630732ef2eaa8148576ef998c6ce827fdd54.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: 85eb90edb4b912b4befb10128d60d342d0525eb3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 6230ca71eb7eb2a6db162e28a01727d00af5299b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-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 25abf67ac7..7edbf50b5d 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1136,7 +1136,7 @@ class SVNTest(FetcherTest):
1136 1136
1137 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir) 1137 bb.process.run("svn co %s svnfetch_co" % self.repo_url, cwd=self.tempdir)
1138 # Github will emulate SVN. Use this to check if we're downloding... 1138 # Github will emulate SVN. Use this to check if we're downloding...
1139 bb.process.run("svn propset svn:externals 'bitbake svn://vcs.pcre.org/pcre2/code' .", 1139 bb.process.run("svn propset svn:externals 'bitbake https://github.com/PhilipHazel/pcre2.git' .",
1140 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1140 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))
1141 bb.process.run("svn commit --non-interactive -m 'Add external'", 1141 bb.process.run("svn commit --non-interactive -m 'Add external'",
1142 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk')) 1142 cwd=os.path.join(self.tempdir, 'svnfetch_co', 'trunk'))