From b13332c991ce2695626eaca367dd8208b174c9ca Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 14 Apr 2016 17:59:24 +0300 Subject: Add support for repository authentication --- bpkg/cfg-create.cxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/cfg-create.cxx') diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx index e50da8d..6d727fd 100644 --- a/bpkg/cfg-create.cxx +++ b/bpkg/cfg-create.cxx @@ -138,6 +138,10 @@ namespace bpkg // run_b (o, c, "configure(" + c.string () + "/)", true, vars); // Run quiet. + // Create .bpkg/. + // + mk (c / dir_path (".bpkg")); + // Create the database. // database db (open (c, trace, true)); -- cgit v1.1