Author: marrs
Date: Wed Nov 13 14:21:31 2013
New Revision: 1541531

URL: http://svn.apache.org/r1541531
Log:
ACE-361 Modified the script to point to our new KEYS location.

Modified:
    ace/trunk/etc/check_staged_ace.sh

Modified: ace/trunk/etc/check_staged_ace.sh
URL: 
http://svn.apache.org/viewvc/ace/trunk/etc/check_staged_ace.sh?rev=1541531&r1=1541530&r2=1541531&view=diff
==============================================================================
--- ace/trunk/etc/check_staged_ace.sh (original)
+++ ace/trunk/etc/check_staged_ace.sh Wed Nov 13 14:21:31 2013
@@ -17,7 +17,7 @@ then
 fi
 
 # Consts
-KEYS_URL="http://www.apache.org/dist/felix/KEYS";
+KEYS_URL="http://www.apache.org/dist/ace/KEYS";
 REL_URL="https://dist.apache.org/repos/dist/dev/ace/apache-ace-${RELEASE}/";
 PWD=`pwd`
 mkdir ${DOWNLOAD} 2>/dev/null


Reply via email to