addkey.sh: remove adding $FreeBSD$ RCSID, update adding key to repository.
While here, remove $FreeBSD$ RCSID from the script itself. Sponsored by: Rubicon Communications, LLC (netgate.com)
This commit is contained in:
parent
7bbd7b58f8
commit
75c3fd757d
1 changed files with 1 additions and 5 deletions
|
@ -1,7 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
progname=$(basename $(realpath $0))
|
progname=$(basename $(realpath $0))
|
||||||
|
|
||||||
|
@ -116,7 +114,6 @@ fi
|
||||||
keyfile="${me}.key"
|
keyfile="${me}.key"
|
||||||
info "Generating ${keyfile}..."
|
info "Generating ${keyfile}..."
|
||||||
(
|
(
|
||||||
echo '<!-- $''FreeBSD''$ -->'
|
|
||||||
echo '<!--'
|
echo '<!--'
|
||||||
echo "sh ${progname} ${me}" ${keyids} ";"
|
echo "sh ${progname} ${me}" ${keyids} ";"
|
||||||
echo '-->'
|
echo '-->'
|
||||||
|
@ -154,7 +151,6 @@ either pgpkeys-officers.xml or pgpkeys-core.xml instead.
|
||||||
If this is a new entry, don't forget to run the following commands
|
If this is a new entry, don't forget to run the following commands
|
||||||
before committing:
|
before committing:
|
||||||
|
|
||||||
% svn add ${keyfile}
|
% git add ${keyfile}
|
||||||
% svn propset svn:keywords FreeBSD=%H ${keyfile}
|
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue