You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2012/03/06 17:11:42 UTC

svn commit: r1297551 - /tomcat/jk/trunk/tools/jkrelease.sh

Author: mturk
Date: Tue Mar  6 16:11:42 2012
New Revision: 1297551

URL: http://svn.apache.org/viewvc?rev=1297551&view=rev
Log:
Do not distribute KEYS with package. If someone tampers the package he can tamper the KEYS file as well. User must validate againt the KEYS file from ASF web site

Modified:
    tomcat/jk/trunk/tools/jkrelease.sh

Modified: tomcat/jk/trunk/tools/jkrelease.sh
URL: http://svn.apache.org/viewvc/tomcat/jk/trunk/tools/jkrelease.sh?rev=1297551&r1=1297550&r2=1297551&view=diff
==============================================================================
--- tomcat/jk/trunk/tools/jkrelease.sh (original)
+++ tomcat/jk/trunk/tools/jkrelease.sh Tue Mar  6 16:11:42 2012
@@ -33,7 +33,6 @@ JK_OWNER="root"
 JK_GROUP="bin"
 JK_TOOLS="`pwd`"
 
-COPY_TOP="KEYS"
 COPY_JK="BUILD.txt native jkstatus support tools xdocs"
 COPY_NATIVE="LICENSE NOTICE"
 COPY_BUILD="docs"
@@ -210,11 +209,6 @@ if [ $? -ne 0 ]; then
   exit 1
 fi
 
-for item in ${COPY_TOP}
-do
-    svn export $revision "${JK_SVN_URL}/${item}" ${JK_DIST}.tmp/${item}
-done
-
 # Build documentation.
 cd ${JK_DIST}.tmp/jk/xdocs
 ant
@@ -228,7 +222,6 @@ sed -e 's/^#define JK_REVISION .*/#defin
 rm $file.orig
 
 # Copying things into the source distribution
-copy_files ${JK_DIST}.tmp $JK_DIST "$COPY_TOP"
 copy_files ${JK_DIST}.tmp/jk $JK_DIST "$COPY_JK"
 copy_files ${JK_DIST}.tmp/jk/native $JK_DIST "$COPY_NATIVE"
 copy_files ${JK_DIST}.tmp/jk/build $JK_DIST "$COPY_BUILD"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org