[oe-commits] [openembedded-core] 62/62: oeqa/runtime/buildcpio: Use our own mirror for source

git at git.openembedded.org git at git.openembedded.org
Sat Jan 6 10:15:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch rocko
in repository openembedded-core.

commit 01df65be2ae4bc337e10babeb9c2394d71ddff84
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Fri Jan 5 16:09:47 2018 +0000

    oeqa/runtime/buildcpio: Use our own mirror for source
    
    We see occasional network glitches which break this test. Use our own
    mirror (which has a .gz instead of .bz2) to avoid the errors, we're not
    trying to test network connectivity.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/cases/buildcpio.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/lib/oeqa/runtime/cases/buildcpio.py b/meta/lib/oeqa/runtime/cases/buildcpio.py
index 59edc9c..79b22d0 100644
--- a/meta/lib/oeqa/runtime/cases/buildcpio.py
+++ b/meta/lib/oeqa/runtime/cases/buildcpio.py
@@ -9,8 +9,7 @@ class BuildCpioTest(OERuntimeTestCase):
 
     @classmethod
     def setUpClass(cls):
-        uri = 'https://ftp.gnu.org/gnu/cpio'
-        uri = '%s/cpio-2.12.tar.bz2' % uri
+        uri = 'https://downloads.yoctoproject.org/mirror/sources/cpio-2.12.tar.gz'
         cls.project = TargetBuildProject(cls.tc.target,
                                          uri,
                                          dl_dir = cls.tc.td['DL_DIR'])

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list