[build2] Cannot suppress query to trust certificate

Boris Kolpackov boris at codesynthesis.com
Tue Aug 7 12:38:30 UTC 2018


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

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

In this case the add and fetch are implicit. So you can either do:

bpkg build --trust ... odb at https://stage.build2.org/1

Or:

bpkg add https://stage.build2.org/1
bpkg fetch --trust ...
bpkg build odb



More information about the users mailing list