Author: jfthomps
Date: Fri Jun 22 10:40:26 2012
New Revision: 1352834

URL: http://svn.apache.org/viewvc?rev=1352834&view=rev
Log:
removed incubator related stuff from INSTALLATION/README/UPGRADE/RELEASE_NOTES

Modified:
    incubator/vcl/trunk/INSTALLATION
    incubator/vcl/trunk/README
    incubator/vcl/trunk/RELEASE_NOTES
    incubator/vcl/trunk/UPGRADE
    incubator/vcl/trunk/managementnode/lib/VCL/utils.pm

Modified: incubator/vcl/trunk/INSTALLATION
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/INSTALLATION?rev=1352834&r1=1352833&r2=1352834&view=diff
==============================================================================
--- incubator/vcl/trunk/INSTALLATION (original)
+++ incubator/vcl/trunk/INSTALLATION Fri Jun 22 10:40:26 2012
@@ -13,11 +13,11 @@ I. Install & Configure the Database
       a. If you have not already done so, download and the Apache VCL source to
          the database server: 
 
-         wget 
http://www.apache.org/dist/incubator/vcl/apache-VCL-2.3-incubating.tar.bz2
+         wget http://www.apache.org/dist/vcl/apache-VCL-2.3.tar.bz2
 
       b. Extract the files: 
 
-         tar -jxvf apache-VCL-2.3-incubating.tar.bz2
+         tar -jxvf apache-VCL-2.3.tar.bz2
 
    2. Install MySQL Server
       a. Install MySQL Server 5.x: 
@@ -74,7 +74,7 @@ I. Install & Configure the Database
 
       e. Import the vcl.sql file into the database: 
 
-         mysql vcl < apache-VCL-2.3-incubating/mysql/vcl.sql
+         mysql vcl < apache-VCL-2.3/mysql/vcl.sql
 
          The vcl.sql file is included in the mysql directory within the Apache
          VCL source code 
@@ -153,7 +153,7 @@ II. Install & Configure the Web Componen
       a. Copy the web directory to a location under the web root of your web
          server and navigate to the destination .ht-inc subdirectory: 
 
-         cp -r apache-VCL-2.3-incubating/web/ /var/www/html/vcl
+         cp -r apache-VCL-2.3/web/ /var/www/html/vcl
          cd /var/www/html/vcl/.ht-inc 
 
       b. Copy secrets-default.php to secrets.php: 
@@ -662,7 +662,7 @@ III. Install & Configure the Management 
       Copy the managementnode directory to the location where you want it to
       reside (typically /usr/local): 
 
-         cp -r apache-VCL-2.3-incubating/managementnode /usr/local/vcl 
+         cp -r apache-VCL-2.3/managementnode /usr/local/vcl 
 
    2. Install the Required Linux Packages & Perl Modules
       Run the install_perl_libs.pl script:

Modified: incubator/vcl/trunk/README
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/README?rev=1352834&r1=1352833&r2=1352834&view=diff
==============================================================================
--- incubator/vcl/trunk/README (original)
+++ incubator/vcl/trunk/README Fri Jun 22 10:40:26 2012
@@ -1,13 +1,3 @@
-ASF Incubation Disclaimer: Apache VCL is an effort undergoing incubation at the
-Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
-Incubation is required of all newly accepted projects until a further review
-indicates that the infrastructure, communications, and decision making process
-have stabilized in a manner consistent with other successful ASF projects. 
While
-incubation status is not necessarily a reflection of the completeness or
-stability of the code, it does indicate that the project has yet to be fully
-endorsed by the ASF.
-
-
 Please see the INSTALLATION file or the Install guide at the apache vcl
 site. (https://cwiki.apache.org/VCL/new-install.html)
 This file is only a list of requirements, which are also stated in the Install 
guide.

Modified: incubator/vcl/trunk/RELEASE_NOTES
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/RELEASE_NOTES?rev=1352834&r1=1352833&r2=1352834&view=diff
==============================================================================
--- incubator/vcl/trunk/RELEASE_NOTES (original)
+++ incubator/vcl/trunk/RELEASE_NOTES Fri Jun 22 10:40:26 2012
@@ -60,10 +60,9 @@ III. Getting Involved in the ASF VCL Com
 There are five ways to become involved in the ASF VCL community.
 
 * Join the mailing lists and participate in discussion
-  There are two mailing lists: vcl-u...@incubator.apache.org and 
-  vcl-...@incubator.apache.org. To join vcl-user, send an empty message to
-  vcl-user-subscr...@incubator.apache.org. To join vcl-dev, send an empty
-  message to vcl-dev-subscr...@incubator.apache.org.
+  There are two mailing lists: u...@vcl.apache.org and d...@vcl.apache.org.
+  To join user, send an empty message to user-subscr...@vcl.apache.org.
+  To join dev, send an empty message to dev-subscr...@vcl.apache.org.
 
 * Submit bug reports and feature requests to our JIRA bug tracking system.
   See section IV below for more information on doing this.

Modified: incubator/vcl/trunk/UPGRADE
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/UPGRADE?rev=1352834&r1=1352833&r2=1352834&view=diff
==============================================================================
--- incubator/vcl/trunk/UPGRADE (original)
+++ incubator/vcl/trunk/UPGRADE Fri Jun 22 10:40:26 2012
@@ -1,6 +1,6 @@
 This file explains how to upgrade an existing install of Apache VCL
 to Apache VCL 2.3. It assumed that you extracted the release archive
-to /root/apache-VCL-2.3-incubating
+to /root/apache-VCL-2.3
 
 The basic steps that will be performed:
 
@@ -30,7 +30,7 @@ if necessary.
 
 This step updates the mysql schema.
 
-   cd /root/apache-VCL-2.3-incubating
+   cd /root/apache-VCL-2.3
    mysql vcl < mysql/update-vcl.sql
 
 One item of note: A new resource group is added in update-vcl.sql - 
@@ -78,7 +78,7 @@ vcl web code at /var/www/html/vcl. If yo
 
    b. copy the new code in place
 
-      cd /root/apache-VCL-2.3-incubating
+      cd /root/apache-VCL-2.3
       cp -r web /var/www/html/vcl
 
    c. copy your config files from the previous version:
@@ -227,7 +227,7 @@ you've added.
    b. Copy in the 2.3 code base to /usr/local, copying in should preserve any
       drivers or other files you've added.
 
-      /bin/cp -r /root/apache-VCL-2.3-incubating/managementnode/* 
/usr/local/vcl
+      /bin/cp -r /root/apache-VCL-2.3/managementnode/* /usr/local/vcl
 
    c. (upgrading from 2.1 only) Make changes related to vcld.conf settings
 

Modified: incubator/vcl/trunk/managementnode/lib/VCL/utils.pm
URL: 
http://svn.apache.org/viewvc/incubator/vcl/trunk/managementnode/lib/VCL/utils.pm?rev=1352834&r1=1352833&r2=1352834&view=diff
==============================================================================
--- incubator/vcl/trunk/managementnode/lib/VCL/utils.pm (original)
+++ incubator/vcl/trunk/managementnode/lib/VCL/utils.pm Fri Jun 22 10:40:26 2012
@@ -7606,7 +7606,7 @@ EOF
                $user_info->{affiliation}{sitewwwaddress} = 
'http://cwiki.apache.org/VCL';
        }
        if (!$user_info->{affiliation}{helpaddress}) {
-               $user_info->{affiliation}{helpaddress} = 
'vcl-u...@incubator.apache.org';
+               $user_info->{affiliation}{helpaddress} = 'nob...@example.com';
        }
        
        #notify($ERRORS{'DEBUG'}, 0, "retrieved info for user 
'$user_identifier', affiliation: '$affiliation_identifier':\n" . 
format_data($user_info));


Reply via email to