You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/12/25 18:12:16 UTC

[1/2] ant git commit: fix small errors in instuctions

Repository: ant
Updated Branches:
  refs/heads/master 5e0632687 -> 09dcf43ff


fix small errors in instuctions


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/66edbcf6
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/66edbcf6
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/66edbcf6

Branch: refs/heads/master
Commit: 66edbcf65dc848378fb945f118b11636012a91a3
Parents: 7081e35
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Dec 25 19:11:12 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Dec 25 19:11:12 2016 +0100

----------------------------------------------------------------------
 ReleaseInstructions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/66edbcf6/ReleaseInstructions
----------------------------------------------------------------------
diff --git a/ReleaseInstructions b/ReleaseInstructions
index fe2cd4f..9c90733 100644
--- a/ReleaseInstructions
+++ b/ReleaseInstructions
@@ -131,8 +131,8 @@ Note: This document was updated in the context of releasing Ant
 
     b. Using gpg
 
-    $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --detach-sign --armor $i; done
-    $ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom; do gpg --detach-sign --armor $i; done
+    $ for i in distribution/*/*.zip distribution/*/*.gz distribution/*/*.bz2; do gpg --use-agent --detach-sign --armor $i; done
+    $ for i in java-repository/org/apache/ant/ant*/*/*.jar java-repository/org/apache/ant/ant*/*/*.pom; do gpg --use-agent --detach-sign --armor $i; done
 
 11. Convert the part of the WHATSNEW file covering the changes
     since the last release into HTML for the README file on the
@@ -170,7 +170,7 @@ Note: This document was updated in the context of releasing Ant
 
     using the build file release/upload.xml - this requires Ivy
 
-      $ ./build.sh -Dupload.user=foo -Dupload.password=secret -lib location_of_ivy_jar -f upload.xml
+      $ ./build.sh -Dupload.user=foo -Dupload.password=secret -lib location_of_ivy_jar -f release/upload.xml
 
     After the upload, you need to access the web interface of nexus
     under https://repository.apache.org login using your Apache


[2/2] ant git commit: Merge branch '1.9.x'

Posted by bo...@apache.org.
Merge branch '1.9.x'


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/09dcf43f
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/09dcf43f
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/09dcf43f

Branch: refs/heads/master
Commit: 09dcf43ff7fab3cd9f21cea6e9849d2710bf95c7
Parents: 5e06326 66edbcf
Author: Stefan Bodewig <bo...@apache.org>
Authored: Sun Dec 25 19:11:56 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Sun Dec 25 19:11:56 2016 +0100

----------------------------------------------------------------------
 ReleaseInstructions | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/09dcf43f/ReleaseInstructions
----------------------------------------------------------------------