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 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

PKG-DISFIGURE OPTIONS

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

COMMON OPTIONS

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       --git path
70              The git program to be used to fetch git repositories.
71
72       --git-option opt
73              Additional common option to be passed to the git program.
74
75       --sha256 path
76              The sha256 program to be used to calculate SHA256 sums.
77
78       --sha256-option opt
79              Additional option to be passed to the sha256 program.
80
81       --tar path
82              The tar program to be used to extract package archives.
83
84       --tar-option opt
85              Additional option to be passed to the tar program.
86
87       --openssl path
88              The openssl program to be used for crypto operations.
89
90       --openssl-option opt
91              Additional option to be passed to the openssl program.
92
93       --auth type
94              Types of repositories to authenticate.
95
96       --trust fingerprint
97              Trust repository certificate with a SHA256 fingerprint.
98
99       --trust-yes
100              Assume the answer to all authentication prompts is yes.
101
102       --trust-no
103              Assume the answer to all authentication prompts is no.
104
105       --pager path
106              The pager program to be used to show long text.
107
108       --pager-option opt
109              Additional option to be passed to the pager program.
110
111       --options-file file
112              Read additional options from file.
113
114       --default-options dir
115              The directory to load additional default options files from.
116
117       --no-default-options
118              Don't load default options files.
119

DEFAULT OPTIONS FILES

121       See  bpkg-default-options-files(1)  for  an  overview  of  the  default
122       options files. For the pkg-disfigure command the search start directory
123       is  the  configuration  directory.  The  following  options  files  are
124       searched  for  in  each  directory  and,  if found, loaded in the order
125       listed:
126
127       bpkg.options
128       bpkg-pkg-disfigure.options
129
130       The following pkg-disfigure command options cannot be specified in  the
131       default options files:
132
133       --directory|-d
134

BUGS

136       Send bug reports to the users@build2.org mailing list.
137
139       Copyright (c) 2014-2019 Code Synthesis Ltd
140
141       Permission  is  granted to copy, distribute and/or modify this document
142       under the terms of the MIT License.
143
144
145
146bpkg 0.12.0                      November 2019           bpkg-pkg-disfigure(1)
Impressum