From: Joshua Watt <jpewhacker@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 1/2] sstatesig: Update server URI
Date: Mon, 16 Sep 2019 12:49:44 -0500 [thread overview]
Message-ID: <20190916174945.14562-2-JPEWhacker@gmail.com> (raw)
In-Reply-To: <20190916174945.14562-1-JPEWhacker@gmail.com>
The server no longer uses a "http://" URI, since it has been updated to
use a different protocol.
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
---
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 0c7a6f5ed84..b1ef5c039b3 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:
--
2.21.0
next prev parent reply other threads:[~2019-09-16 17:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-16 17:49 [PATCH 0/2] Update for new hash equivalence server Joshua Watt
2019-09-16 17:49 ` Joshua Watt [this message]
2019-09-16 17:49 ` [PATCH 2/2] Remove SSTATE_HASHEQUIV_SERVER Joshua Watt
2019-09-16 18:02 ` ✗ patchtest: failure for Update for new hash equivalence server Patchwork
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190916174945.14562-2-JPEWhacker@gmail.com \
--to=jpewhacker@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox