]> andersk Git - gssapi-openssh.git/blame - bundle/scripts/sign-bundle
o Bump to version 3.0.
[gssapi-openssh.git] / bundle / scripts / sign-bundle
CommitLineData
330e2959 1#!/bin/sh
2#
3
4source ./scripts/version.sh
5
6NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
7
8#
9# sign the bundle
10#
11
12if [ -f $NAME ]; then
13 echo "Signing bundle..."
14 /usr/bin/gpg --armor --output $NAME.asc --detach-sig $NAME
15 /usr/bin/md5sum $NAME > $NAME.md5
16fi
This page took 0.049377 seconds and 5 git commands to generate.