1bpkg-rep-create(1)          General Commands Manual         bpkg-rep-create(1)
2
3
4

NAME

6       bpkg-rep-create - create repository
7

SYNOPSIS

9       bpkg rep-create [options] [dir]
10

DESCRIPTION

12       The  rep-create command regenerates the packages.manifest file based on
13       the files present in the repository directory. If the repositories.man‐
14       ifest  file contains a certificate, then the signature.manifest file is
15       regenerated as well. In this case the --key  option  must  be  used  to
16       specify  the  certificate's  private key. If dir is not specified, then
17       the current working directory is used as the repository root.
18

REP-CREATE OPTIONS

20       --ignore-unknown
21              Ignore unknown manifest entries.
22
23       --key name
24              Private key to use to sign the repository. In  most  cases  name
25              will  be a path to the key file but it can also be a key id when
26              a custom openssl cryptographic engine is used.
27

COMMON OPTIONS

29       The common options are summarized below with a more  detailed  descrip‐
30       tion available in bpkg-common-options(1).
31
32       -v     Print essential underlying commands being executed.
33
34       -V     Print all underlying commands being executed.
35
36       --quiet|-q
37              Run quietly, only printing error messages.
38
39       --verbose level
40              Set the diagnostics verbosity to level between 0 and 6.
41
42       --jobs|-j num
43              Number of jobs to perform in parallel.
44
45       --no-result
46              Don't print informational messages about the outcome of perform‐
47              ing a command.
48
49       --no-progress
50              Suppress progress indicators for long-lasting  operations,  such
51              as network transfers, building, etc.
52
53       --build path
54              The build program to be used to build packages.
55
56       --build-option opt
57              Additional option to be passed to the build program.
58
59       --fetch path
60              The fetch program to be used to download resources.
61
62       --fetch-option opt
63              Additional option to be passed to the fetch program.
64
65       --fetch-timeout sec
66              The fetch and fetch-like (for example, git) program timeout.
67
68       --git path
69              The git program to be used to fetch git repositories.
70
71       --git-option opt
72              Additional common option to be passed to the git program.
73
74       --sha256 path
75              The sha256 program to be used to calculate SHA256 sums.
76
77       --sha256-option opt
78              Additional option to be passed to the sha256 program.
79
80       --tar path
81              The tar program to be used to extract package archives.
82
83       --tar-option opt
84              Additional option to be passed to the tar program.
85
86       --openssl path
87              The openssl program to be used for crypto operations.
88
89       --openssl-option opt
90              Additional option to be passed to the openssl program.
91
92       --auth type
93              Types of repositories to authenticate.
94
95       --trust fingerprint
96              Trust repository certificate with a SHA256 fingerprint.
97
98       --trust-yes
99              Assume the answer to all authentication prompts is yes.
100
101       --trust-no
102              Assume the answer to all authentication prompts is no.
103
104       --pager path
105              The pager program to be used to show long text.
106
107       --pager-option opt
108              Additional option to be passed to the pager program.
109
110       --options-file file
111              Read additional options from file.
112
113       --default-options dir
114              The directory to load additional default options files from.
115
116       --no-default-options
117              Don't load default options files.
118

DEFAULT OPTIONS FILES

120       See  bpkg-default-options-files(1)  for  an  overview  of  the  default
121       options files. For the rep-create command the search start directory is
122       the  repository directory. The following options files are searched for
123       in each directory and, if found, loaded in the order listed:
124
125       bpkg.options
126       bpkg-rep-create.options
127
128       The following rep-create command options cannot  be  specified  in  the
129       remote default options files:
130
131       --key
132

BUGS

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