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 --git path
71 The git program to be used to fetch git repositories.
72
73 --git-option opt
74 Additional common option to be passed to the git program.
75
76 --sha256 path
77 The sha256 program to be used to calculate SHA256 sums.
78
79 --sha256-option opt
80 Additional option to be passed to the sha256 program.
81
82 --tar path
83 The tar program to be used to extract package archives.
84
85 --tar-option opt
86 Additional option to be passed to the tar program.
87
88 --openssl path
89 The openssl program to be used for crypto operations.
90
91 --openssl-option opt
92 Additional option to be passed to the openssl program.
93
94 --auth type
95 Types of repositories to authenticate.
96
97 --trust fingerprint
98 Trust repository certificate with a SHA256 fingerprint.
99
100 --trust-yes
101 Assume the answer to all authentication prompts is yes.
102
103 --trust-no
104 Assume the answer to all authentication prompts is no.
105
106 --pager path
107 The pager program to be used to show long text.
108
109 --pager-option opt
110 Additional option to be passed to the pager program.
111
112 --options-file file
113 Read additional options from file.
114
115 --default-options dir
116 The directory to load additional default options files from.
117
118 --no-default-options
119 Don't load default options files.
120
122 See bpkg-default-options-files(1) for an overview of the default
123 options files. For the rep-list command the search start directory is
124 the configuration directory. The following options files are searched
125 for in each directory and, if found, loaded in the order listed:
126
127 bpkg.options
128 bpkg-rep-list.options
129
130 The following rep-list command options cannot be specified in the
131 default options files:
132
133 --directory|-d
134
136 Send bug reports to the users@build2.org mailing list.
137
139 Copyright (c) 2014-2019 Code Synthesis Ltd
140
141 Permission is granted to copy, distribute and/or modify this document
142 under the terms of the MIT License.
143
144
145
146bpkg 0.12.0 November 2019 bpkg-rep-list(1)