1virt-index-validate(1)      Virtualization Support      virt-index-validate(1)
2
3
4

NAME

6       virt-index-validate - Validate virt-builder index file
7

SYNOPSIS

9        virt-index-validate index
10

DESCRIPTION

12       virt-builder(1) uses an index file to store metadata about templates
13       that it knows how to use.  This index file has a specific format which
14       virt-index-validate knows how to validate.
15
16       Note that virt-index-validate can validate either the signed or
17       unsigned index file (ie. either index or index.asc).  It can only
18       validate a local file, not a URL.
19

OPTIONS

21       --compat-1.24.0
22           Check for compatibility with virt-builder 1.24.0.  (Using this
23           option implies --compat-1.24.1, so you don't need to use both.)
24
25           In particular:
26
27           ·   This version of virt-builder could not handle "[...]"  (square
28               brackets) in field names (eg. "checksum[sha512]=...").
29
30           ·   It required detached signatures ("sig=...").
31
32       --compat-1.24.1
33           Check for compatibility with virt-builder ≥ 1.24.1.
34
35           In particular:
36
37           ·   This version of virt-builder could not handle "." (period) in
38               field names or "," (comma) in subfield names.
39
40           ·   It could not handle comments appearing in the file.
41
42       --help
43           Display help.
44
45       -V
46       --version
47           Display version number and exit.
48

EXIT STATUS

50       This program returns 0 if the index file validates, or non-zero if
51       there was an error.
52

SEE ALSO

54       virt-builder(1), http://libguestfs.org/.
55

AUTHOR

57       Richard W.M. Jones http://people.redhat.com/~rjones/
58
60       Copyright (C) 2013 Red Hat Inc.
61

LICENSE

63       This program is free software; you can redistribute it and/or modify it
64       under the terms of the GNU General Public License as published by the
65       Free Software Foundation; either version 2 of the License, or (at your
66       option) any later version.
67
68       This program is distributed in the hope that it will be useful, but
69       WITHOUT ANY WARRANTY; without even the implied warranty of
70       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
71       General Public License for more details.
72
73       You should have received a copy of the GNU General Public License along
74       with this program; if not, write to the Free Software Foundation, Inc.,
75       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
76

BUGS

78       To get a list of bugs against libguestfs, use this link:
79       https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools
80
81       To report a new bug against libguestfs, use this link:
82       https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools
83
84       When reporting a bug, please supply:
85
86       ·   The version of libguestfs.
87
88       ·   Where you got libguestfs (eg. which Linux distro, compiled from
89           source, etc)
90
91       ·   Describe the bug accurately and give a way to reproduce it.
92
93       ·   Run libguestfs-test-tool(1) and paste the complete, unedited output
94           into the bug report.
95
96
97
98libguestfs-1.42.0                 2020-03-09            virt-index-validate(1)
Impressum