[oe-commits] [bitbake] branch 1.30 updated: lib/bb/tests/fetch: remove URL that doesn't exist anymore

git at git.openembedded.org git at git.openembedded.org
Tue Sep 13 15:20:21 UTC 2016


rpurdie pushed a commit to branch 1.30
in repository bitbake.

The following commit(s) were added to refs/heads/1.30 by this push:
       new  e64564b   lib/bb/tests/fetch: remove URL that doesn't exist anymore
e64564b is described below

commit e64564bcaa7331f505baa5209fef1f50dfda1469
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Aug 15 15:20:50 2016 +0100

    lib/bb/tests/fetch: remove URL that doesn't exist anymore
    
    The CUPS ipptool URL we were checking now redirects to github where the tarball
    isn't present, so remove it from the test suite.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/tests/fetch.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index 4ba688b..abf08b2 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -767,7 +767,6 @@ class FetchLatestVersionTest(FetcherTest):
 
 class FetchCheckStatusTest(FetcherTest):
     test_wget_uris = ["http://www.cups.org/software/1.7.2/cups-1.7.2-source.tar.bz2",
-                      "http://www.cups.org/software/ipptool/ipptool-20130731-linux-ubuntu-i686.tar.gz",
                       "http://www.cups.org/",
                       "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.1.tar.gz",
                       "http://downloads.yoctoproject.org/releases/sato/sato-engine-0.2.tar.gz",

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


More information about the Openembedded-commits mailing list