1bpkg-rep-remove(1) General Commands Manual bpkg-rep-remove(1)
2
3
4
6 bpkg-rep-remove - remove repository from configuration
7
9 bpkg rep-remove|remove [options] (rep-name|rep-loc)...
10 bpkg rep-remove|remove [options] --all|-a
11 bpkg rep-remove|remove [options] --clean
12
14 The rep-remove command removes the specified package repositories from
15 the configuration. The repository to remove can be specified either as
16 a repository name or as a repository location (URL or a directory
17 path).
18
19 Alternatively, the --all|-a option can be used to remove all the repos‐
20 itories that were previously added (bpkg-rep-add(1)) to the configura‐
21 tion.
22
23 Finally, the --clean option can be used to revert the repositories to
24 the clean state, as if they were added but never fetched.
25
27 --all|-a
28 Remove all the repositories.
29
30 --clean
31 Clean the repository state.
32
33 --directory|-d dir
34 Assume configuration is in dir rather than in the current work‐
35 ing directory.
36
38 The common options are summarized below with a more detailed descrip‐
39 tion available in bpkg-common-options(1).
40
41 -v Print essential underlying commands being executed.
42
43 -V Print all underlying commands being executed.
44
45 --quiet|-q
46 Run quietly, only printing error messages.
47
48 --verbose level
49 Set the diagnostics verbosity to level between 0 and 6.
50
51 --stdout-format format
52 Representation format to use for printing to stdout.
53
54 --jobs|-j num
55 Number of jobs to perform in parallel.
56
57 --no-result
58 Don't print informational messages about the outcome of perform‐
59 ing a command or some of its parts.
60
61 --structured-result fmt
62 Write the result of performing a command in a structured form.
63
64 --progress
65 Display progress indicators for long-lasting operations, such as
66 network transfers, building, etc.
67
68 --no-progress
69 Suppress progress indicators for long-lasting operations, such
70 as network transfers, building, etc.
71
72 --diag-color
73 Use color in diagnostics.
74
75 --no-diag-color
76 Don't use color in diagnostics.
77
78 --build path
79 The build program to be used to build packages.
80
81 --build-option opt
82 Additional option to be passed to the build program.
83
84 --fetch path
85 The fetch program to be used to download resources.
86
87 --fetch-option opt
88 Additional option to be passed to the fetch program.
89
90 --fetch-timeout sec
91 The fetch and fetch-like (for example, git) program timeout.
92
93 --pkg-proxy url
94 HTTP proxy server to use when fetching package manifests and ar‐
95 chives from remote pkg repositories.
96
97 --git path
98 The git program to be used to fetch git repositories.
99
100 --git-option opt
101 Additional common option to be passed to the git program.
102
103 --sha256 path
104 The sha256 program to be used to calculate SHA256 sums.
105
106 --sha256-option opt
107 Additional option to be passed to the sha256 program.
108
109 --tar path
110 The tar program to be used to extract package archives.
111
112 --tar-option opt
113 Additional option to be passed to the tar program.
114
115 --openssl path
116 The openssl program to be used for crypto operations.
117
118 --openssl-option opt
119 Additional option to be passed to the openssl program.
120
121 --auth type
122 Types of repositories to authenticate.
123
124 --trust fingerprint
125 Trust repository certificate with a SHA256 fingerprint.
126
127 --trust-yes
128 Assume the answer to all authentication prompts is yes.
129
130 --trust-no
131 Assume the answer to all authentication prompts is no.
132
133 --git-capabilities up=pc
134 Protocol capabilities (pc) for a git repository URL prefix (up).
135
136 --pager path
137 The pager program to be used to show long text.
138
139 --pager-option opt
140 Additional option to be passed to the pager program.
141
142 --options-file file
143 Read additional options from file.
144
145 --default-options dir
146 The directory to load additional default options files from.
147
148 --no-default-options
149 Don't load default options files.
150
151 --keep-tmp
152 Don't remove the bpkg's temporary directory at the end of the
153 command execution and print its path at the verbosity level 2 or
154 higher.
155
157 See bpkg-default-options-files(1) for an overview of the default op‐
158 tions files. For the pkg-rep-remove command the search start directory
159 is the configuration directory. The following options files are
160 searched for in each directory and, if found, loaded in the order
161 listed:
162
163 bpkg.options
164 bpkg-rep-remove.options
165
166 The following rep-remove command options cannot be specified in the de‐
167 fault options files:
168
169 --directory|-d
170
172 Send bug reports to the users@build2.org mailing list.
173
175 Copyright (c) 2014-2023 the build2 authors.
176
177 Permission is granted to copy, distribute and/or modify this document
178 under the terms of the MIT License.
179
180
181
182bpkg 0.16.0 June 2023 bpkg-rep-remove(1)