[oe-commits] [openembedded-core] 01/04: sstatesig: Update server URI

git at git.openembedded.org git at git.openembedded.org
Wed Sep 18 11:09:58 UTC 2019


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

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

commit 519561172c48bc7f7a61a3d02edd418fc0895b7b
Author: Joshua Watt <jpewhacker at gmail.com>
AuthorDate: Mon Sep 16 12:49:44 2019 -0500

    sstatesig: Update server URI
    
    The server no longer uses a "http://" URI, since it has been updated to
    use a different protocol.
    
    Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oe/sstatesig.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/lib/oe/sstatesig.py b/meta/lib/oe/sstatesig.py
index 0c7a6f5..b1ef5c0 100644
--- a/meta/lib/oe/sstatesig.py
+++ b/meta/lib/oe/sstatesig.py
@@ -264,7 +264,7 @@ class SignatureGeneratorOEEquivHash(bb.siggen.SignatureGeneratorUniHashMixIn, Si
         super().init_rundepcheck(data)
         autostart = data.getVar('BB_HASHSERVE')
         if autostart:
-            self.server = "http://" + autostart
+            self.server = autostart
         else:
             self.server = data.getVar('SSTATE_HASHEQUIV_SERVER')
         if not self.server:

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


More information about the Openembedded-commits mailing list