From 52b18b628c2ffab8f6d14389c77ebb7234afa52a Mon Sep 17 00:00:00 2001 From: Antoine Levy-Lambert Date: Mon, 28 Aug 2006 03:20:11 +0000 Subject: [PATCH] some minor edits git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437517 13f79535-47bb-0310-9956-ffa450edef68 --- ReleaseInstructions | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/ReleaseInstructions b/ReleaseInstructions index 9a01ce2ed..f62af5883 100644 --- a/ReleaseInstructions +++ b/ReleaseInstructions @@ -79,9 +79,16 @@ Note: This document was updated in the context of releasing Ant 1.6. on the branch. It is important that this be a clean build. Label this with a tag ANT_16_B1. + C:\dev\asf\ant-core> + svn copy https://svn.apache.org/repos/asf/ant/core/trunk \ + https://svn.apache.org/repos/asf/ant/core/tags/ANT_170_B1 \ + -m "Tagging version 1.7.0Beta1 of Ant" + + Revision 437509 ?\195?\188bertragen. + 8. Sign the distribution files using the following simple script #!/bin/sh - for i in distribution/* + for i in `/usr/bin/find distribution \( -name "*.bz2" -o -name "*.zip" -o -name "*.gz" \)` do echo "Signing " $i gpg -a -b --force-v3-sigs $i