You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/02/03 22:01:26 UTC

svn commit: r1656915 - /vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.2to2.4.mdtext

Author: jfthomps
Date: Tue Feb  3 21:01:26 2015
New Revision: 1656915

URL: http://svn.apache.org/r1656915
Log:
added block explaining how to validate the script's integrity

Modified:
    vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.2to2.4.mdtext

Modified: vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.2to2.4.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.2to2.4.mdtext?rev=1656915&r1=1656914&r2=1656915&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.2to2.4.mdtext (original)
+++ vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.3.2to2.4.mdtext Tue Feb  3 21:01:26 2015
@@ -24,7 +24,15 @@ then upgrade your system. The script can
 VCL (database, web portal, and management node) or to upgrade each part
 individually.
 
-[Download Upgrade Script (vcl-upgrade.sh)](http://www.apache.org/dist/vcl/vcl-upgrade.sh)
+[Download Upgrade Script (vcl-upgrade.sh)](https://www.apache.org/dist/vcl/vcl-upgrade.sh)
+
+    :::BashLexer
+    wget https://www.apache.org/dist/vcl/vcl-upgrade.sh.sha1
+    sha1sum -c vcl-upgrade.sh.sha1
+    wget https://www.apache.org/dist/vcl/KEYS
+    gpg --import KEYS
+    wget https://www.apache.org/dist/vcl/vcl-upgrade.sh.asc
+    gpg --verify vcl-upgrade.sh.asc
 
 Running the upgrade script with no arguments will step you through upgrading
 all three parts of VCL.