1bpkg-rep-list(1) General Commands Manual bpkg-rep-list(1)
2
3
4
6 bpkg-rep-list - list repositories in configuration
7
9 bpkg rep-list|list [options]
10
12 The rep-list command lists the repositories in the configuration.
13
14 For each repository a line containing the repository name and location
15 is printed to stdout. If the --complements|-c and/or --prerequisites|-p
16 options are specified, then it is followed by the list of complement
17 and/or prerequisite repositories, recursively.
18
20 --complements|-c
21 List complement repositories.
22
23 --prerequisites|-p
24 List prerequisite repositories.
25
26 --directory|-d dir
27 Assume configuration is in dir rather than in the current work‐
28 ing directory.
29
31 The common options are summarized below with a more detailed descrip‐
32 tion available in bpkg-common-options(1).
33
34 -v Print essential underlying commands being executed.
35
36 -V Print all underlying commands being executed.
37
38 --quiet|-q
39 Run quietly, only printing error messages.
40
41 --verbose level
42 Set the diagnostics verbosity to level between 0 and 6.
43
44 --jobs|-j num
45 Number of jobs to perform in parallel.
46
47 --no-result
48 Don't print informational messages about the outcome of perform‐
49 ing a command.
50
51 --no-progress
52 Suppress progress indicators for long-lasting operations, such
53 as network transfers, building, etc.
54
55 --build path
56 The build program to be used to build packages.
57
58 --build-option opt
59 Additional option to be passed to the build program.
60
61 --fetch path
62 The fetch program to be used to download resources.
63
64 --fetch-option opt
65 Additional option to be passed to the fetch program.
66
67 --fetch-timeout sec
68 The fetch and fetch-like (for example, git) program timeout.
69
70 --pkg-proxy url
71 HTTP proxy server to use when fetching package manifests and ar‐
72 chives from remote pkg repositories.
73
74 --git path
75 The git program to be used to fetch git repositories.
76
77 --git-option opt
78 Additional common option to be passed to the git program.
79
80 --sha256 path
81 The sha256 program to be used to calculate SHA256 sums.
82
83 --sha256-option opt
84 Additional option to be passed to the sha256 program.
85
86 --tar path
87 The tar program to be used to extract package archives.
88
89 --tar-option opt
90 Additional option to be passed to the tar program.
91
92 --openssl path
93 The openssl program to be used for crypto operations.
94
95 --openssl-option opt
96 Additional option to be passed to the openssl program.
97
98 --auth type
99 Types of repositories to authenticate.
100
101 --trust fingerprint
102 Trust repository certificate with a SHA256 fingerprint.
103
104 --trust-yes
105 Assume the answer to all authentication prompts is yes.
106
107 --trust-no
108 Assume the answer to all authentication prompts is no.
109
110 --pager path
111 The pager program to be used to show long text.
112
113 --pager-option opt
114 Additional option to be passed to the pager program.
115
116 --options-file file
117 Read additional options from file.
118
119 --default-options dir
120 The directory to load additional default options files from.
121
122 --no-default-options
123 Don't load default options files.
124
126 See bpkg-default-options-files(1) for an overview of the default
127 options files. For the rep-list command the search start directory is
128 the configuration directory. The following options files are searched
129 for in each directory and, if found, loaded in the order listed:
130
131 bpkg.options
132 bpkg-rep-list.options
133
134 The following rep-list command options cannot be specified in the
135 default options files:
136
137 --directory|-d
138
140 Send bug reports to the users@build2.org mailing list.
141
143 Copyright (c) 2014-2020 the build2 authors.
144
145 Permission is granted to copy, distribute and/or modify this document
146 under the terms of the MIT License.
147
148
149
150bpkg 0.13.0 July 2020 bpkg-rep-list(1)