[build2] Cannot suppress query to trust certificate

Gerriet.Reents at btc-ag.com Gerriet.Reents at btc-ag.com
Tue Aug 7 12:29:36 UTC 2018


In my case it's the build of the odb compiler. Bpkg sequence here is:

bpkg create -d mingw cc config.cxx=g++ config.install.root=" + install_dir
bpkg build odb at https://stage.build2.org/1
bpkg test odb
bpkg install odb


-----Ursprüngliche Nachricht-----
Von: Boris Kolpackov [mailto:boris at codesynthesis.com] 
Gesendet: Dienstag, 7. August 2018 14:22
An: Reents, Gerriet
Cc: users at build2.org
Betreff: Re: [build2] Cannot suppress query to trust certificate

Gerriet.Reents at btc-ag.com <Gerriet.Reents at btc-ag.com> writes:

> bpkg create --trust-yes --trust 37:CE:2C:A5:1D:CF:93:81:D7:07:46:AD:66:B3:C3:90:83:B8:96:9E:34:F0:E7:B3:A2:B0:6C:EF:66:A4:BE:65 -d mingw cc config.cxx=g++ config.install.root=<somepath>

The --trust* options should be specified during fetching when the
repository is authenticated. I.e., the typical sequence would be:

bpkg create ...
bpkg add ...
bpkg add ...
bpkg fetch --trust ...



More information about the users mailing list