1bpkg-rep-remove(1)          General Commands Manual         bpkg-rep-remove(1)
2
3
4

NAME

6       bpkg-rep-remove - remove repository from configuration
7

SYNOPSIS

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

DESCRIPTION

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

REP-REMOVE OPTIONS

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

COMMON OPTIONS

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       --jobs|-j num
52              Number of jobs to perform in parallel.
53
54       --no-result
55              Don't print informational messages about the outcome of perform‐
56              ing a command.
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

DEFAULT OPTIONS FILES

133       See  bpkg-default-options-files(1)  for  an  overview  of  the  default
134       options  files.  For the pkg-rep-remove command the search start direc‐
135       tory is the configuration directory. The following  options  files  are
136       searched  for  in  each  directory  and,  if found, loaded in the order
137       listed:
138
139       bpkg.options
140       bpkg-rep-remove.options
141
142       The following rep-remove command options cannot  be  specified  in  the
143       default options files:
144
145       --directory|-d
146

BUGS

148       Send bug reports to the users@build2.org mailing list.
149
151       Copyright (c) 2014-2020 the build2 authors.
152
153       Permission  is  granted to copy, distribute and/or modify this document
154       under the terms of the MIT License.
155
156
157
158bpkg 0.13.0                        July 2020                bpkg-rep-remove(1)
Impressum