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       --jobs|-j num
49              Number of jobs to perform in parallel.
50
51       --no-result
52              Don't print informational messages about the outcome of perform‐
53              ing a command or some of its parts.
54
55       --no-progress
56              Suppress  progress  indicators for long-lasting operations, such
57              as network transfers, building, etc.
58
59       --build path
60              The build program to be used to build packages.
61
62       --build-option opt
63              Additional option to be passed to the build program.
64
65       --fetch path
66              The fetch program to be used to download resources.
67
68       --fetch-option opt
69              Additional option to be passed to the fetch program.
70
71       --fetch-timeout sec
72              The fetch and fetch-like (for example, git) program timeout.
73
74       --pkg-proxy url
75              HTTP proxy server to use when fetching package manifests and ar‐
76              chives from remote pkg repositories.
77
78       --git path
79              The git program to be used to fetch git repositories.
80
81       --git-option opt
82              Additional common option to be passed to the git program.
83
84       --sha256 path
85              The sha256 program to be used to calculate SHA256 sums.
86
87       --sha256-option opt
88              Additional option to be passed to the sha256 program.
89
90       --tar path
91              The tar program to be used to extract package archives.
92
93       --tar-option opt
94              Additional option to be passed to the tar program.
95
96       --openssl path
97              The openssl program to be used for crypto operations.
98
99       --openssl-option opt
100              Additional option to be passed to the openssl program.
101
102       --auth type
103              Types of repositories to authenticate.
104
105       --trust fingerprint
106              Trust repository certificate with a SHA256 fingerprint.
107
108       --trust-yes
109              Assume the answer to all authentication prompts is yes.
110
111       --trust-no
112              Assume the answer to all authentication prompts is no.
113
114       --pager path
115              The pager program to be used to show long text.
116
117       --pager-option opt
118              Additional option to be passed to the pager program.
119
120       --options-file file
121              Read additional options from file.
122
123       --default-options dir
124              The directory to load additional default options files from.
125
126       --no-default-options
127              Don't load default options files.
128

DEFAULT OPTIONS FILES

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

BUGS

145       Send bug reports to the users@build2.org mailing list.
146
148       Copyright (c) 2014-2021 the build2 authors.
149
150       Permission is granted to copy, distribute and/or modify  this  document
151       under the terms of the MIT License.
152
153
154
155bpkg 0.14.0                      October 2021            bpkg-pkg-disfigure(1)
Impressum