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 --stdout-format format
45 Representation format to use for printing to stdout.
46
47 --jobs|-j num
48 Number of jobs to perform in parallel.
49
50 --no-result
51 Don't print informational messages about the outcome of perform‐
52 ing a command or some of its parts.
53
54 --progress
55 Display progress indicators for long-lasting operations, such as
56 network transfers, building, etc.
57
58 --no-progress
59 Suppress progress indicators for long-lasting operations, such
60 as network transfers, building, etc.
61
62 --build path
63 The build program to be used to build packages.
64
65 --build-option opt
66 Additional option to be passed to the build program.
67
68 --fetch path
69 The fetch program to be used to download resources.
70
71 --fetch-option opt
72 Additional option to be passed to the fetch program.
73
74 --fetch-timeout sec
75 The fetch and fetch-like (for example, git) program timeout.
76
77 --pkg-proxy url
78 HTTP proxy server to use when fetching package manifests and ar‐
79 chives from remote pkg repositories.
80
81 --git path
82 The git program to be used to fetch git repositories.
83
84 --git-option opt
85 Additional common option to be passed to the git program.
86
87 --sha256 path
88 The sha256 program to be used to calculate SHA256 sums.
89
90 --sha256-option opt
91 Additional option to be passed to the sha256 program.
92
93 --tar path
94 The tar program to be used to extract package archives.
95
96 --tar-option opt
97 Additional option to be passed to the tar program.
98
99 --openssl path
100 The openssl program to be used for crypto operations.
101
102 --openssl-option opt
103 Additional option to be passed to the openssl program.
104
105 --auth type
106 Types of repositories to authenticate.
107
108 --trust fingerprint
109 Trust repository certificate with a SHA256 fingerprint.
110
111 --trust-yes
112 Assume the answer to all authentication prompts is yes.
113
114 --trust-no
115 Assume the answer to all authentication prompts is no.
116
117 --pager path
118 The pager program to be used to show long text.
119
120 --pager-option opt
121 Additional option to be passed to the pager program.
122
123 --options-file file
124 Read additional options from file.
125
126 --default-options dir
127 The directory to load additional default options files from.
128
129 --no-default-options
130 Don't load default options files.
131
132 --keep-tmp
133 Don't remove the bpkg's temporary directory at the end of the
134 command execution and print its path at the verbosity level 2 or
135 higher.
136
138 See bpkg-default-options-files(1) for an overview of the default op‐
139 tions files. For the rep-list command the search start directory is the
140 configuration directory. The following options files are searched for
141 in each directory and, if found, loaded in the order listed:
142
143 bpkg.options
144 bpkg-rep-list.options
145
146 The following rep-list command options cannot be specified in the de‐
147 fault options files:
148
149 --directory|-d
150
152 Send bug reports to the users@build2.org mailing list.
153
155 Copyright (c) 2014-2022 the build2 authors.
156
157 Permission is granted to copy, distribute and/or modify this document
158 under the terms of the MIT License.
159
160
161
162bpkg 0.15.0 July 2022 bpkg-rep-list(1)