1bpkg-pkg-disfigure(1) General Commands Manual bpkg-pkg-disfigure(1)
2
3
4
6 bpkg-pkg-disfigure - disfigure package
7
9 bpkg pkg-disfigure [options] pkg
10
12 The pkg-disfigure command disfigures the previously configured (via
13 bpkg-pkg-build(1) or bpkg-pkg-configure(1)) package. A source code
14 package is returned to the unpacked state. A system package is removed
15 from the configuration.
16
17 By default pkg-disfigure will also clean the package's output direc‐
18 tory. This behavior can be suppressed with the --keep-out option, for
19 example, if the package is to be reconfigured.
20
22 --keep-out
23 Don't clean the package's output directory.
24
25 --directory|-d dir
26 Assume configuration is in dir rather than in the current work‐
27 ing directory.
28
30 The common options are summarized below with a more detailed descrip‐
31 tion available in bpkg-common-options(1).
32
33 -v Print essential underlying commands being executed.
34
35 -V Print all underlying commands being executed.
36
37 --quiet|-q
38 Run quietly, only printing error messages.
39
40 --verbose level
41 Set the diagnostics verbosity to level between 0 and 6.
42
43 --jobs|-j num
44 Number of jobs to perform in parallel.
45
46 --no-result
47 Don't print informational messages about the outcome of perform‐
48 ing a command.
49
50 --no-progress
51 Suppress progress indicators for long-lasting operations, such
52 as network transfers, building, etc.
53
54 --build path
55 The build program to be used to build packages.
56
57 --build-option opt
58 Additional option to be passed to the build program.
59
60 --fetch path
61 The fetch program to be used to download resources.
62
63 --fetch-option opt
64 Additional option to be passed to the fetch program.
65
66 --fetch-timeout sec
67 The fetch and fetch-like (for example, git) program timeout.
68
69 --pkg-proxy url
70 HTTP proxy server to use when fetching package manifests and ar‐
71 chives from remote pkg repositories.
72
73 --git path
74 The git program to be used to fetch git repositories.
75
76 --git-option opt
77 Additional common option to be passed to the git program.
78
79 --sha256 path
80 The sha256 program to be used to calculate SHA256 sums.
81
82 --sha256-option opt
83 Additional option to be passed to the sha256 program.
84
85 --tar path
86 The tar program to be used to extract package archives.
87
88 --tar-option opt
89 Additional option to be passed to the tar program.
90
91 --openssl path
92 The openssl program to be used for crypto operations.
93
94 --openssl-option opt
95 Additional option to be passed to the openssl program.
96
97 --auth type
98 Types of repositories to authenticate.
99
100 --trust fingerprint
101 Trust repository certificate with a SHA256 fingerprint.
102
103 --trust-yes
104 Assume the answer to all authentication prompts is yes.
105
106 --trust-no
107 Assume the answer to all authentication prompts is no.
108
109 --pager path
110 The pager program to be used to show long text.
111
112 --pager-option opt
113 Additional option to be passed to the pager program.
114
115 --options-file file
116 Read additional options from file.
117
118 --default-options dir
119 The directory to load additional default options files from.
120
121 --no-default-options
122 Don't load default options files.
123
125 See bpkg-default-options-files(1) for an overview of the default
126 options files. For the pkg-disfigure command the search start directory
127 is the configuration directory. The following options files are
128 searched for in each directory and, if found, loaded in the order
129 listed:
130
131 bpkg.options
132 bpkg-pkg-disfigure.options
133
134 The following pkg-disfigure command options cannot be specified in the
135 default options files:
136
137 --directory|-d
138
140 Send bug reports to the users@build2.org mailing list.
141
143 Copyright (c) 2014-2020 the build2 authors.
144
145 Permission is granted to copy, distribute and/or modify this document
146 under the terms of the MIT License.
147
148
149
150bpkg 0.13.0 July 2020 bpkg-pkg-disfigure(1)