aboutsummaryrefslogtreecommitdiff
path: root/bpkg/rep-fetch.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-09-04 12:38:40 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-09-04 20:35:03 +0300
commitad8d50be4016e68a4ab8d765bd9b45a9fdae1a6d (patch)
tree2fd90cf0434b2c81f69067352aa2c6fcf5af04ec /bpkg/rep-fetch.hxx
parent7bb44980ced46506c10bad333f526b7bc62ea1db (diff)
Simplify authenticate_*() and rep_fetch() functions semantics
Diffstat (limited to 'bpkg/rep-fetch.hxx')
-rw-r--r--bpkg/rep-fetch.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/bpkg/rep-fetch.hxx b/bpkg/rep-fetch.hxx
index 2445129..9a9a18e 100644
--- a/bpkg/rep-fetch.hxx
+++ b/bpkg/rep-fetch.hxx
@@ -18,9 +18,8 @@ namespace bpkg
// Fetch and authenticate repositories and packages manifests.
//
- // If conf is NULL, then assume not running in a bpkg configuration. If it
- // is empty, then check if the bpkg configuration exists in the current
- // working directory.
+ // If configuration directory is NULL, then assume not running in a bpkg
+ // configuration.
//
class certificate;
@@ -59,7 +58,7 @@ namespace bpkg
//
rep_fetch_data
rep_fetch (const common_options&,
- const dir_path* conf,
+ const dir_path* configuration,
const repository_location&,
bool ignore_unknown,
bool expand_values);