Browse Source

some minor edits

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@437517 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
52b18b628c
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      ReleaseInstructions

+ 8
- 1
ReleaseInstructions View File

@@ -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


Loading…
Cancel
Save