1bpkg-pkg-disfigure(1)       General Commands Manual      bpkg-pkg-disfigure(1)
2
3
4

NAME

6       bpkg-pkg-disfigure - disfigure package
7

SYNOPSIS

9       bpkg pkg-disfigure [options] pkg
10

DESCRIPTION

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 remove the package's build system config‐
18       uration (config.build) and also clean its output directory. This behav‐
19       ior can be suppressed with the --keep-config  and  --keep-out  options,
20       respectively, for example, if the package is to be reconfigured.
21

PKG-DISFIGURE OPTIONS

23       --keep-out
24              Don't clean the package's output directory.
25
26       --keep-config
27              Don't  remove  the  package's  build  system configuration (con‐
28              fig.build).
29
30       --directory|-d dir
31              Assume configuration is in dir rather than in the current  work‐
32              ing directory.
33

COMMON OPTIONS

35       The  common  options are summarized below with a more detailed descrip‐
36       tion available in bpkg-common-options(1).
37
38       -v     Print essential underlying commands being executed.
39
40       -V     Print all underlying commands being executed.
41
42       --quiet|-q
43              Run quietly, only printing error messages.
44
45       --verbose level
46              Set the diagnostics verbosity to level between 0 and 6.
47
48       --stdout-format format
49              Representation format to use for printing to stdout.
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 or some of its parts.
57
58       --progress
59              Display progress indicators for long-lasting operations, such as
60              network transfers, building, etc.
61
62       --no-progress
63              Suppress progress indicators for long-lasting  operations,  such
64              as network transfers, building, etc.
65
66       --build path
67              The build program to be used to build packages.
68
69       --build-option opt
70              Additional option to be passed to the build program.
71
72       --fetch path
73              The fetch program to be used to download resources.
74
75       --fetch-option opt
76              Additional option to be passed to the fetch program.
77
78       --fetch-timeout sec
79              The fetch and fetch-like (for example, git) program timeout.
80
81       --pkg-proxy url
82              HTTP proxy server to use when fetching package manifests and ar‐
83              chives from remote pkg repositories.
84
85       --git path
86              The git program to be used to fetch git repositories.
87
88       --git-option opt
89              Additional common option to be passed to the git program.
90
91       --sha256 path
92              The sha256 program to be used to calculate SHA256 sums.
93
94       --sha256-option opt
95              Additional option to be passed to the sha256 program.
96
97       --tar path
98              The tar program to be used to extract package archives.
99
100       --tar-option opt
101              Additional option to be passed to the tar program.
102
103       --openssl path
104              The openssl program to be used for crypto operations.
105
106       --openssl-option opt
107              Additional option to be passed to the openssl program.
108
109       --auth type
110              Types of repositories to authenticate.
111
112       --trust fingerprint
113              Trust repository certificate with a SHA256 fingerprint.
114
115       --trust-yes
116              Assume the answer to all authentication prompts is yes.
117
118       --trust-no
119              Assume the answer to all authentication prompts is no.
120
121       --pager path
122              The pager program to be used to show long text.
123
124       --pager-option opt
125              Additional option to be passed to the pager program.
126
127       --options-file file
128              Read additional options from file.
129
130       --default-options dir
131              The directory to load additional default options files from.
132
133       --no-default-options
134              Don't load default options files.
135
136       --keep-tmp
137              Don't remove the bpkg's temporary directory at the  end  of  the
138              command execution and print its path at the verbosity level 2 or
139              higher.
140

DEFAULT OPTIONS FILES

142       See bpkg-default-options-files(1) for an overview of  the  default  op‐
143       tions  files.  For the pkg-disfigure command the search start directory
144       is  the  configuration  directory.  The  following  options  files  are
145       searched  for  in  each  directory  and,  if found, loaded in the order
146       listed:
147
148       bpkg.options
149       bpkg-pkg-disfigure.options
150
151       The following pkg-disfigure command options cannot be specified in  the
152       default options files:
153
154       --directory|-d
155

BUGS

157       Send bug reports to the users@build2.org mailing list.
158
160       Copyright (c) 2014-2022 the build2 authors.
161
162       Permission  is  granted to copy, distribute and/or modify this document
163       under the terms of the MIT License.
164
165
166
167bpkg 0.15.0                        July 2022             bpkg-pkg-disfigure(1)
Impressum