Hi,
Am Dienstag, den 22.06.2021, 15:05 +0200 schrieb Marc Kleine-Budde:
> On 6/22/21 6:36 AM, Denis Osterland-Heim wrote:
> > Please have a look at
> > https://git.pengutronix.de/cgit/ptxdist/commit/?id=4b3be8225f389c7db0e2d665e8e600cb2cf52b91
> > .
> > This should answer your question.
>
> Thanks.
You're welcome.
>
> However that doesn't work, as the proprietary I'm using refuses to work with
> https_proxy="" and I don't want to add more binary patches to the lib.
:-/
Maybe it would be an option to add a configuration switch to disable this
behavior.
So your code-signing-provider may select this.
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -397,7 +397,7 @@ ptxd_make_world_init() {
#
# try to prevent downloads outside the get stage
#
- if [ "${pkg_stage}" != "get" ]; then
+ if [ "${pkg_stage}" != "get" ] && [ -z "${PTXCONF_DISABLE_DOWNLOAD_CHECK}"
]; then
pkg_env="HTTPS_PROXY=- HTTP_PROXY=- https_proxy=- http_proxy=-
${pkg_env}"
fi
Not sure if this is really works.
Regards, Denis
>
> regards,
> Marc
>
Diehl Connectivity Solutions GmbH
Geschäftsführung: Horst Leonberger
Sitz der Gesellschaft: Nürnberg - Registergericht: Amtsgericht
Nürnberg: HRB 32315
________________________________
Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese E-Mail
enthaelt vertrauliche und/oder rechtlich geschuetzte Informationen.
Informieren Sie uns bitte, wenn Sie diese E-Mail faelschlicherweise erhalten
haben. Bitte loeschen Sie in diesem Fall die Nachricht.
Jede unerlaubte Form der Reproduktion, Bekanntgabe, Aenderung, Verteilung
und/oder Publikation dieser E-Mail ist strengstens untersagt.
- Informationen zum Datenschutz, insbesondere zu Ihren Rechten, erhalten Sie
unter:
https://www.diehl.com/group/de/transparenz-und-informationspflichten/
The contents of the above mentioned e-mail is not legally binding. This e-mail
contains confidential and/or legally protected information. Please inform us if
you have received this e-mail by
mistake and delete it in such a case. Each unauthorized reproduction,
disclosure, alteration, distribution and/or publication of this e-mail is
strictly prohibited.
- For general information on data protection and your respective rights please
visit:
https://www.diehl.com/group/en/transparency-and-information-obligations/
_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]