File: jetring-signindex.1

package info (click to toggle)
jetring 0.14
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 436 kB
  • ctags: 21
  • sloc: perl: 400; sh: 172; makefile: 24
file content (21 lines) | stat: -rw-r--r-- 756 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.\" -*- nroff -*-
.TH JETRING-SIGNINDEX 1 "" "" "jetring commands"
.SH NAME
jetring-signindex \- gpg sign an index file
.SH SYNOPSIS
.B jetring-signindex dir
.SH DESCRIPTION
This command uses gpg to sign the dir/index file. 
.P
This is a low-level command, that is run by higher-level commands in
jetring. Any jetring command that modifies a jetring directory and needs to
add a changeset to its index file, will run jetring-signindex at the end,
if the index file was previously signed, or if JETRING_SIGN is set.
.P
So nornally, you don't need to call this command by hand, though it can be
useful when first creating a changeset directory, to force the index file
to get signed.
.SH AUTHOR 
Joey Hess, <joey@kitenet.net>.
.SH "SEE ALSO"
.BR jetring (7)