]> andersk Git - gssapi-openssh.git/blame - bundle/make-src-bundle
o Add easy version setting to the bundle module.
[gssapi-openssh.git] / bundle / make-src-bundle
CommitLineData
277eed3a 1#!/bin/sh
2#
7e64a5bc 3# Usage:
4#
84c341f1 5# 1) Run the src-bundle creation script:
7e64a5bc 6#
84c341f1 7# ./make-src-bundle
f9b8b363 8#
277eed3a 9
81c61947 10source version.sh
11
12NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
277eed3a 13
14if [ ! -e $NAME ]; then
81c61947 15 $GPT_LOCATION/sbin/gpt-bundle -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=gsi_openssh_bundle-src.xml
16else; then
17 echo "Please remove $NAME before running this script."
277eed3a 18fi
This page took 0.058114 seconds and 5 git commands to generate.