]> andersk Git - gssapi-openssh.git/blame - bundle/scripts/make-src-bundle
o Remove two gsi_openssh* packages from bundle module.
[gssapi-openssh.git] / bundle / scripts / 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
f51c3235 10source ./scripts/version.sh
81c61947 11
12NAME="gsi_openssh_bundle-$VERSION-src.tar.gz"
73559cc1 13XML="gsi_openssh_bundle-src.xml"
277eed3a 14
5ff39d34 15cp scripts/$XML work/
73559cc1 16
5ff39d34 17cd work/
18$GPT_LOCATION/sbin/gpt-bundle -nodeps -nosetups -srcdir=sources/ -output=$NAME -bv=$VERSION -xml=$XML
19mv $NAME ../
20cd ../
This page took 0.385322 seconds and 5 git commands to generate.