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