You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2013/07/22 21:47:17 UTC

svn commit: r870637 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/download.js

Author: buildbot
Date: Mon Jul 22 19:47:17 2013
New Revision: 870637

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/download.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 22 19:47:17 2013
@@ -1 +1 @@
-1505773
+1505780

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Jul 22 19:47:17 2013
@@ -1 +1 @@
-1505773
+1505780

Modified: websites/staging/ooo-site/trunk/content/download/download.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/download.js (original)
+++ websites/staging/ooo-site/trunk/content/download/download.js Mon Jul 22 19:47:17 2013
@@ -12,7 +12,8 @@
  * Define global variables
  */
 
-var LANG_ISO, LANG_ARRAY, PLATFORM, UI_PLATFORM, FILENAME, EXTENSION, CHECKSUM_ASC, CHECKSUM_MD5, CHECKSUM_SHA256 = "";
+var LANG_ISO, LANG_ARRAY, PLATFORM, UI_PLATFORM, FILENAME, EXTENSION, CHECKSUM_KEYS, CHECKSUM_ASC, CHECKSUM_MD5,
+    CHECKSUM_SHA256 = "";
 
 /*
  * Get array and ISO code for language
@@ -136,6 +137,7 @@ function getLink() {
 		chk_link        = APACHE_DIST_BASE_URL + NL_LANGUAGE + "/Apache_OpenOffice_" + VERSION + "_" + PLATFORM;
 		chk_link        = chk_link + "_" + NL_LANGUAGE + EXTENSION;
 
+		CHECKSUM_KEYS   = "http://www.apache.org/dist/openoffice/KEYS";
 		CHECKSUM_ASC    = chk_link + ".asc";
 		CHECKSUM_MD5    = chk_link + ".md5";
 		CHECKSUM_SHA256	= chk_link + ".sha256";