1bpkg-pkg-update(1) General Commands Manual bpkg-pkg-update(1)
2
3
4
6 bpkg-pkg-update - update package
7
9 bpkg pkg-update|update [options] [vars] pkg...
10 bpkg pkg-update|update [options] [vars] --all|-a
11 bpkg pkg-update|update [options] [vars] (--all-pattern <pattern>)...
12
14 The pkg-update command updates the specified packages (the first form),
15 all the held packages (the second form, see bpkg-pkg-status(1)), or all
16 the held packages that match any of the specified wildcard patterns
17 (the third form). Additionally, immediate or all dependencies of these
18 packages can be also updated by specifying the --immediate|-i or --re‐
19 cursive|-r options, respectively. Underneath, this command doesn't do
20 much more than run b update (or one of its update-for-* variants; see
21 --for|-f). In the first form the specified packages must have been pre‐
22 viously configured with bpkg-pkg-build(1) or bpkg-pkg-configure(1).
23
24 Additional command line variables (vars, normally config.*) can be
25 passed to the build system. Such variables apply to all the specified
26 packages but can also be specified to only apply to specific packages
27 using the argument grouping mechanism (see bpkg-argument-grouping(1)
28 for details).
29
31 --all|-a
32 Update all held packages.
33
34 --all-pattern pattern
35 Update held packages that match the specified wildcard pattern.
36 Repeat this option to match multiple patterns. Note that you may
37 need to quote the pattern to prevent expansion by your shell.
38
39 --immediate|-i
40 Also update immediate dependencies.
41
42 --recursive|-r
43 Also update all dependencies, recursively.
44
45 --for|-f operation
46 Instead of the default update build system operation, perform
47 the update-for-operation variant where operation is normally in‐
48 stall or test.
49
50 --directory|-d dir
51 Assume configuration is in dir rather than in the current work‐
52 ing directory.
53
55 The common options are summarized below with a more detailed descrip‐
56 tion available in bpkg-common-options(1).
57
58 -v Print essential underlying commands being executed.
59
60 -V Print all underlying commands being executed.
61
62 --quiet|-q
63 Run quietly, only printing error messages.
64
65 --verbose level
66 Set the diagnostics verbosity to level between 0 and 6.
67
68 --stdout-format format
69 Representation format to use for printing to stdout.
70
71 --jobs|-j num
72 Number of jobs to perform in parallel.
73
74 --no-result
75 Don't print informational messages about the outcome of perform‐
76 ing a command or some of its parts.
77
78 --progress
79 Display progress indicators for long-lasting operations, such as
80 network transfers, building, etc.
81
82 --no-progress
83 Suppress progress indicators for long-lasting operations, such
84 as network transfers, building, etc.
85
86 --build path
87 The build program to be used to build packages.
88
89 --build-option opt
90 Additional option to be passed to the build program.
91
92 --fetch path
93 The fetch program to be used to download resources.
94
95 --fetch-option opt
96 Additional option to be passed to the fetch program.
97
98 --fetch-timeout sec
99 The fetch and fetch-like (for example, git) program timeout.
100
101 --pkg-proxy url
102 HTTP proxy server to use when fetching package manifests and ar‐
103 chives from remote pkg repositories.
104
105 --git path
106 The git program to be used to fetch git repositories.
107
108 --git-option opt
109 Additional common option to be passed to the git program.
110
111 --sha256 path
112 The sha256 program to be used to calculate SHA256 sums.
113
114 --sha256-option opt
115 Additional option to be passed to the sha256 program.
116
117 --tar path
118 The tar program to be used to extract package archives.
119
120 --tar-option opt
121 Additional option to be passed to the tar program.
122
123 --openssl path
124 The openssl program to be used for crypto operations.
125
126 --openssl-option opt
127 Additional option to be passed to the openssl program.
128
129 --auth type
130 Types of repositories to authenticate.
131
132 --trust fingerprint
133 Trust repository certificate with a SHA256 fingerprint.
134
135 --trust-yes
136 Assume the answer to all authentication prompts is yes.
137
138 --trust-no
139 Assume the answer to all authentication prompts is no.
140
141 --pager path
142 The pager program to be used to show long text.
143
144 --pager-option opt
145 Additional option to be passed to the pager program.
146
147 --options-file file
148 Read additional options from file.
149
150 --default-options dir
151 The directory to load additional default options files from.
152
153 --no-default-options
154 Don't load default options files.
155
156 --keep-tmp
157 Don't remove the bpkg's temporary directory at the end of the
158 command execution and print its path at the verbosity level 2 or
159 higher.
160
162 See bpkg-default-options-files(1) for an overview of the default op‐
163 tions files. For the pkg-update command the search start directory is
164 the configuration directory. The following options files are searched
165 for in each directory and, if found, loaded in the order listed:
166
167 bpkg.options
168 bpkg-pkg-update.options
169
170 The following pkg-update command options cannot be specified in the de‐
171 fault options files:
172
173 --directory|-d
174
176 Send bug reports to the users@build2.org mailing list.
177
179 Copyright (c) 2014-2022 the build2 authors.
180
181 Permission is granted to copy, distribute and/or modify this document
182 under the terms of the MIT License.
183
184
185
186bpkg 0.15.0 July 2022 bpkg-pkg-update(1)