summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2006-10-11 20:52:58 +0000
committerDavid Cantrell <dcantrell@redhat.com>2006-10-11 20:52:58 +0000
commit3cf7e98f65bf1695cedafd9ceec53eacbb2f49ec (patch)
tree4405bff1917ad78b7acfc5b6d4e10c88d16df69e /scripts
parent31562e95ae323492785f821b3da61d5bea5a8829 (diff)
downloadparted-3cf7e98f65bf1695cedafd9ceec53eacbb2f49ec.tar.gz
Need the filename: directive as well.
git-svn-id: svn://svn.debian.org/svn/parted/upstream/trunk@858 2d424fd7-7fe2-0310-af74-8bc65edeb173
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release/tarball_upload.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/release/tarball_upload.sh b/scripts/release/tarball_upload.sh
index e8ea3b8..1d060e6 100755
--- a/scripts/release/tarball_upload.sh
+++ b/scripts/release/tarball_upload.sh
@@ -136,6 +136,7 @@ DIRECTIVE=$TARBALL.directive
message "* creating and clearsigning directive file to $DIRECTIVE.asc"
echo "version: 1.1" > $DIRECTIVE
echo "directory: parted" >> $DIRECTIVE
+echo "filename: $TARBALL" >> $DIRECTIVE
if [ $? -ne 0 ]; then
kill $GPGAPID; echo creation FAILED; exit
fi