You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2017/08/29 20:42:12 UTC

[35/50] [abbrv] incubator-madlib git commit: MADLIB-1133. TLP graduation - remove references to "incubating".

MADLIB-1133. TLP graduation - remove references to "incubating".

o Remove references to "(incubating)" scattered about.

o Remove DISCLAIMER file - not needed as Apache Top-Level Project (TLP)

o Remove incubation paragraphs:

    Apache MADlib 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.

o Rename git repo references:
  example: (from) https://github.com/apache/incubator-madlib.git
           (to)   https://github.com/apache/madlib.git

o Rename mail archive references:
  example: (from) https://mail-archives.apache.org/mod_mbox/incubator-madlib-dev/
           (to)   https://mail-archives.apache.org/mod_mbox/madlib-dev/

o Rename references to git work directories:
  example: (from) ${workdir}/incubator-madlib/*.${extension}"
           (to)   ${workdir}/madlib/*.${extension}"

o The jenkins_build.sh & rat_check.sh scripts are partially
  updated. They will need to be updated again (change value of
  reponame variable) when the actual git repo name changes.

Closes #158


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/67b69eb8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/67b69eb8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/67b69eb8

Branch: refs/heads/latest_release
Commit: 67b69eb8a5eec1ff5d4b947eabb90970d66b2ac5
Parents: 0dc2df9
Author: Ed Espino <ee...@pivotal.io>
Authored: Tue Aug 1 08:44:50 2017 -0700
Committer: Nandish Jayaram <nj...@apache.org>
Committed: Thu Aug 10 14:09:56 2017 -0700

----------------------------------------------------------------------
 DISCLAIMER                                      | 13 ++++-------
 HAWQ_Install.txt                                | 24 ++++++--------------
 LICENSE                                         | 10 ++++----
 NOTICE                                          |  2 +-
 README.md                                       | 14 ++++++------
 RELEASE_NOTES                                   |  2 +-
 Release_Review_HOWTO.txt                        |  9 ++++----
 deploy/CMakeLists.txt                           |  4 ++--
 deploy/PGXN/META.json.in                        |  8 +++----
 deploy/PGXN/ReadMe.txt                          | 21 ++++-------------
 deploy/PackageMaker/Welcome.html                | 17 ++------------
 deploy/description.txt                          | 19 +++-------------
 deploy/gppkg/gppkg_spec.yml.in                  |  2 +-
 deploy/gppkg/madlib.spec.in                     |  4 ++--
 deploy/hawq_install.sh                          |  2 +-
 doc/etc/developer.doxyfile.in                   |  2 +-
 doc/etc/header.html                             |  4 ++--
 doc/mainpage.dox.in                             | 12 +++++-----
 src/madpack/madpack.py                          |  2 +-
 tool/docker/base/Dockerfile_gpdb_4_3_10         | 12 +++++-----
 tool/docker/base/Dockerfile_postgres_9_6        |  2 +-
 .../docker/base/Dockerfile_postgres_9_6_Jenkins |  2 +-
 tool/jenkins/jenkins_build.sh                   | 21 ++++++++++-------
 tool/jenkins/rat_check.sh                       | 13 ++++++-----
 24 files changed, 87 insertions(+), 134 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
index 96c0821..b39708b 100644
--- a/DISCLAIMER
+++ b/DISCLAIMER
@@ -1,11 +1,6 @@
-Apache MADlib is an effort undergoing incubation at the Apache Software
-Foundation (ASF), sponsored by the Apache Incubator PMC.
+Be advised that the registered trademark for MADlib is in the process
+of being transferred to the Apache Software Foundation.
 
-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.
+Please refer to the following for more details:
 
-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.
\ No newline at end of file
+  https://issues.apache.org/jira/browse/PODLINGNAMESEARCH-125

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/HAWQ_Install.txt
----------------------------------------------------------------------
diff --git a/HAWQ_Install.txt b/HAWQ_Install.txt
index 52fd6b1..984ca81 100644
--- a/HAWQ_Install.txt
+++ b/HAWQ_Install.txt
@@ -1,11 +1,12 @@
-Installing Apache MADlib (incubating) on Apache HAWQ (incubating)
+Installing Apache MADlib on Apache HAWQ (incubating)
 =================================================================
 
-Apache MADlib (incubating) is a library of statistics and machine learning
-functions that can be installed in Apache HAWQ. MADlib is installed separately
-from the main HAWQ installation. For a description of the general MADlib
-installation process, refer to the MADlib installation guide for PostgreSQL and
-GPDB: https://cwiki.apache.org/confluence/display/MADLIB/Installation+Guide
+Apache MADlib is a library of statistics and machine learning
+functions that can be installed in Apache HAWQ. MADlib is installed
+separately from the main HAWQ installation. For a description of the
+general MADlib installation process, refer to the MADlib installation
+guide for PostgreSQL and GPDB:
+https://cwiki.apache.org/confluence/display/MADLIB/Installation+Guide
 
 An installation script, hawq_install.sh, installs the MADlib RPM distribution on
 the HAWQ master and segment nodes. It installs the MADlib files but does not
@@ -17,17 +18,6 @@ After adding new segment nodes to HAWQ, MADlib must be installed on the new
 segment nodes. This should be done after the HAWQ binaries are properly
 installed and preferably before running gpexpand.
 
-Apache MADlib 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.
-
 Requirements
 ------------
 

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/LICENSE
----------------------------------------------------------------------
diff --git a/LICENSE b/LICENSE
index ffb7ae3..97d1232 100644
--- a/LICENSE
+++ b/LICENSE
@@ -201,12 +201,12 @@
    limitations under the License.
 
 =======================================================================
-Apache MADlib (incubating) Subcomponents:
+Apache MADlib Subcomponents:
 
-The Apache MADlib (incubating) project contains subcomponents with separate
-copyright notices and license terms. Your use of the source code for these
-subcomponents is subject to the terms and conditions of the following
-licenses.
+The Apache MADlib project contains subcomponents with separate
+copyright notices and license terms. Your use of the source code for
+these subcomponents is subject to the terms and conditions of the
+following licenses.
 
 ***********************************************************************
 

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/NOTICE
----------------------------------------------------------------------
diff --git a/NOTICE b/NOTICE
index 27d5610..fe0292c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Apache MADlib (incubating)
+Apache MADlib
 Copyright 2016-2017 The Apache Software Foundation.
 
 This product includes software developed at

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index ecbb345..4739360 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ machine learning methods for structured and unstructured data.
 
 Installation and Contribution
 ==============================
-See the project website  [`MADlib Home`](http://madlib.incubator.apache.org/) for links to the
+See the project website  [`MADlib Home`](http://madlib.apache.org/) for links to the
 latest binary and source packages. For installation and contribution guides,
 and other useful information
 please refer to the [`MADlib Wiki`](https://cwiki.apache.org/confluence/display/MADLIB/)
@@ -27,12 +27,12 @@ docker pull madlib/postgres_9.6:latest
 ## 2) Launch a container corresponding to the MADlib image, mounting the
 ##    source code folder to the container:
 docker run -d -it --name madlib \
-    -v (path to incubator-madlib directory):/incubator-madlib/ madlib/postgres_9.6
-# where incubator-madlib is the directory where the MADlib source code resides.
+    -v (path to madlib directory):/madlib/ madlib/postgres_9.6
+# where madlib is the directory where the MADlib source code resides.
 
 ################################# * WARNING * #################################
 # Please be aware that when mounting a volume as shown above, any changes you
-# make in the "incubator-madlib" folder inside the Docker container will be
+# make in the "madlib" folder inside the Docker container will be
 # reflected on your local disk (and vice versa). This means that deleting data
 # in the mounted volume from a Docker container will delete the data from your
 # local disk also.
@@ -40,8 +40,8 @@ docker run -d -it --name madlib \
 
 ## 3) When the container is up, connect to it and build MADlib:
 docker exec -it madlib bash
-mkdir /incubator-madlib/build-docker
-cd /incubator-madlib/build-docker
+mkdir /madlib/build-docker
+cd /madlib/build-docker
 cmake ..
 make
 make doc
@@ -68,7 +68,7 @@ Detailed build instructions are available in [`ReadMe_Build.txt`](ReadMe_Build.t
 User and Developer Documentation
 ==================================
 The latest documentation of MADlib modules can be found at [`MADlib
-Docs`](http://madlib.incubator.apache.org/docs/latest/index.html).
+Docs`](http://madlib.apache.org/docs/latest/index.html).
 
 
 Architecture

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index f425283..e9729cc 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -5,7 +5,7 @@ These release notes contain the significant changes in each MADlib release,
 with most recent versions listed at the top.
 
 A complete list of changes for each release can be obtained by viewing the git
-commit history located at https://github.com/apache/incubator-madlib/commits/master.
+commit history located at https://github.com/apache/madlib/commits/master.
 
 Current list of bugs and issues can be found at https://issues.apache.org/jira/browse/MADLIB.
 —-------------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/Release_Review_HOWTO.txt
----------------------------------------------------------------------
diff --git a/Release_Review_HOWTO.txt b/Release_Review_HOWTO.txt
index 9af845b..323e285 100644
--- a/Release_Review_HOWTO.txt
+++ b/Release_Review_HOWTO.txt
@@ -15,10 +15,11 @@ limitations under the License.
 
 Introduction
 ============
-Apache MADlib (incubating) is released as both source tarball and a series
-of binary convenience artifacts for Linux and Mac OS X operating systems.
-MADlib's community takes great care of making sure that each release is
-done in accordance with ASF's release policy: http://www.apache.org/legal/release-policy.html
+Apache MADlib is released as both source tarball and a series of
+binary convenience artifacts for Linux and Mac OS X operating systems.
+MADlib's community takes great care of making sure that each release
+is done in accordance with ASF's release policy:
+http://www.apache.org/legal/release-policy.html
 
 The latest state of the recommended MADlib's release process can be found
 on MADlib's wiki: https://cwiki.apache.org/confluence/display/MADLIB/Release+Process

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/deploy/CMakeLists.txt b/deploy/CMakeLists.txt
index 0bd17a1..a2d2253 100644
--- a/deploy/CMakeLists.txt
+++ b/deploy/CMakeLists.txt
@@ -26,12 +26,12 @@ endif(PACKAGE_SUFFIX)
 
 set(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/description.txt")
 set(CPACK_PACKAGE_DESCRIPTION_SUMMARY
-    "Apache MADlib (incubating) is an Open-Source Library for Scalable in-Database Analytics")
+    "Apache MADlib is an Open-Source Library for Scalable in-Database Analytics")
 set(CPACK_PACKAGE_FILE_NAME
     "madlib${_PACKAGE_SUFFIX}-${MADLIB_VERSION_STRING_NO_HYPHEN}-${CMAKE_SYSTEM_NAME}")
 set(CPACK_PACKAGE_INSTALL_DIRECTORY "madlib")
 set(CPACK_PACKAGE_NAME "MADlib${_PACKAGE_SUFFIX}")
-set(CPACK_PACKAGE_VENDOR "Apache MADlib (incubating)")
+set(CPACK_PACKAGE_VENDOR "Apache MADlib")
 set(CPACK_PACKAGE_VERSION ${MADLIB_VERSION_STRING_NO_HYPHEN})
 set(CPACK_PACKAGE_VERSION_MAJOR ${MADLIB_VERSION_MAJOR})
 set(CPACK_PACKAGE_VERSION_MINOR ${MADLIB_VERSION_MINOR})

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/PGXN/META.json.in
----------------------------------------------------------------------
diff --git a/deploy/PGXN/META.json.in b/deploy/PGXN/META.json.in
index e1196c0..7f6b281 100644
--- a/deploy/PGXN/META.json.in
+++ b/deploy/PGXN/META.json.in
@@ -3,7 +3,7 @@
     "abstract": "An open-source in-database analytics library",
     "description": "An open-source in-database analytics library",
     "version": "@MADLIB_PGXN_VERSION_STR@",
-    "maintainer": "MADlib contributors <de...@madlib.incubator.apache.org>",
+    "maintainer": "MADlib contributors <de...@madlib.apache.org>",
     "license": "apache_2_0",
     "provides": {
         "madlib": {
@@ -13,13 +13,13 @@
         }
     },
     "resources": {
-        "homepage": "http://madlib.incubator.apache.org/",
+        "homepage": "http://madlib.apache.org/",
         "bugtracker": {
             "web": "https://issues.apache.org/jira/browse/MADLIB/"
         },
         "repository": {
-            "url":  "https://github.com/apache/incubator-madlib.git",
-            "web":  "https://github.com/apache/incubator-madlib",
+            "url":  "https://github.com/apache/madlib.git",
+            "web":  "https://github.com/apache/madlib",
             "type": "git"
         }
     },

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/PGXN/ReadMe.txt
----------------------------------------------------------------------
diff --git a/deploy/PGXN/ReadMe.txt b/deploy/PGXN/ReadMe.txt
index 2478d6f..3b1db37 100644
--- a/deploy/PGXN/ReadMe.txt
+++ b/deploy/PGXN/ReadMe.txt
@@ -1,17 +1,17 @@
-Apache MADlib (incubating) Read Me
+Apache MADlib Read Me
 --------------
 
 MADlib is an open-source library for scalable in-database analytics.
 It provides data-parallel implementations of mathematical, statistical
 and machine learning methods for structured and unstructured data.
 
-See the project web site located at http://madlib.incubator.apache.org/ for
+See the project web site located at http://madlib.apache.org/ for
 links to the latest binary and source packages.
 
 For installation and contribution guides, please see the MADlib wiki at
 https://cwiki.apache.org/confluence/display/MADLIB.
 
-The latest documentation of MADlib modules can be found at http://madlib.incubator.apache.org/docs
+The latest documentation of MADlib modules can be found at http://madlib.apache.org/docs
 or can be accessed directly from the MADlib installation directory by opening
 doc/user/html/index.html.
 
@@ -24,7 +24,7 @@ Bundled with source code:
   http://snowballstem.org/
 - m_widen_init "allows compilation with recent versions of gcc with runtime
   dependencies from earlier versions of libstdc++"
-  https://github.com/apache/incubator-madlib/blob/master/licenses/third_party/_M_widen_init.txt
+  https://github.com/apache/madlib/blob/master/licenses/third_party/_M_widen_init.txt
 - PyYAML 3.10 "is a YAML parser and emitter for Python"
   http://pyyaml.org/wiki/PyYAML
 - argparse 1.2.1 "provides an easy, declarative interface for creating command
@@ -60,16 +60,3 @@ upgrading to the next major version:
     individual optimizer parameters (max_iter, optimizer, tolerance).  These
     parameters have been replaced with a single optimizer parameter.
     - All overloaded functions 'margins_logregr'.
-
-
-Apache MADlib 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.

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/PackageMaker/Welcome.html
----------------------------------------------------------------------
diff --git a/deploy/PackageMaker/Welcome.html b/deploy/PackageMaker/Welcome.html
index d18338a..2354f67 100644
--- a/deploy/PackageMaker/Welcome.html
+++ b/deploy/PackageMaker/Welcome.html
@@ -3,25 +3,12 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
-<title>Welcome to Apache MADlib (incubating)</title>
+<title>Welcome to Apache MADlib</title>
 <body>
-<h2>Welcome to Apache MADlib (incubating)</h2>
+<h2>Welcome to Apache MADlib</h2>
 <p>
     This installer will guide you through the process of installing MADlib onto
 your computer.
 </p>
-<p>
-    Apache MADlib 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.
-</p>
 </body>
 </html>

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/description.txt
----------------------------------------------------------------------
diff --git a/deploy/description.txt b/deploy/description.txt
index 2df5724..a1bc0b2 100644
--- a/deploy/description.txt
+++ b/deploy/description.txt
@@ -1,7 +1,6 @@
-Apache MADlib (incubating) is an open-source library for scalable
-in-database analytics. It provides data-parallel implementations
-of mathematical, statistical and machine learning methods for
-structured and unstructured data.
+Apache MADlib analytics. It provides data-parallel implementations of mathematical,
+statistical and machine learning methods for structured and
+unstructured data.
 
 The MADlib mission: to foster widespread development of scalable
 analytic skills, by harnessing efforts from commercial practice,
@@ -9,15 +8,3 @@ academic research, and open-source development.
 
 To more information, please see the MADlib wiki at
 https://cwiki.apache.org/confluence/display/MADLIB
-
-Apache MADlib 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.

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/gppkg/gppkg_spec.yml.in
----------------------------------------------------------------------
diff --git a/deploy/gppkg/gppkg_spec.yml.in b/deploy/gppkg/gppkg_spec.yml.in
index 1212a75..170cbcd 100644
--- a/deploy/gppkg/gppkg_spec.yml.in
+++ b/deploy/gppkg/gppkg_spec.yml.in
@@ -16,4 +16,4 @@ PostInstall:
            echo '       instead of \"install\" ';
            echo 'For additional options run:';
            echo '$ madpack --help';
-           echo 'Release notes and additional documentation can be found at http://madlib.incubator.apache.org';"
+           echo 'Release notes and additional documentation can be found at http://madlib.apache.org';"

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/gppkg/madlib.spec.in
----------------------------------------------------------------------
diff --git a/deploy/gppkg/madlib.spec.in b/deploy/gppkg/madlib.spec.in
index cd5448f..2d0833a 100644
--- a/deploy/gppkg/madlib.spec.in
+++ b/deploy/gppkg/madlib.spec.in
@@ -5,9 +5,9 @@
 %define _madlib_version  @MADLIB_VERSION_STRING@
 
 BuildRoot:      @MADLIB_GPPKG_RPM_SOURCE_DIR@
-Summary:        Apache MADlib (incubating) for @GPDB_VARIANT@ Database
+Summary:        Apache MADlib for @GPDB_VARIANT@ Database
 License:        @CPACK_RPM_PACKAGE_LICENSE@
-Name:           Apache_MADlib_incubating
+Name:           Apache_MADlib
 Version:        @MADLIB_VERSION_STRING_NO_HYPHEN@
 Release:        @MADLIB_GPPKG_RELEASE_NUMBER@
 Group:          @CPACK_RPM_PACKAGE_GROUP@

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/deploy/hawq_install.sh
----------------------------------------------------------------------
diff --git a/deploy/hawq_install.sh b/deploy/hawq_install.sh
index 3ac7985..4b2c416 100755
--- a/deploy/hawq_install.sh
+++ b/deploy/hawq_install.sh
@@ -195,5 +195,5 @@ echo "        This will install MADlib objects into a Greenplum database named \
 echo "        running on server \"mdw\" on port 5432. Installer will try to login as \"gpadmin\""
 echo "        and will prompt for password. The target schema will be \"madlib\"."
 echo "For additional options run: madpack --help"
-echo "Release notes and additional documentation can be found at http://madlib.incubator.apache.org/"
+echo "Release notes and additional documentation can be found at http://madlib.apache.org/"
 

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/doc/etc/developer.doxyfile.in
----------------------------------------------------------------------
diff --git a/doc/etc/developer.doxyfile.in b/doc/etc/developer.doxyfile.in
index 0f6ab3b..a50c303 100644
--- a/doc/etc/developer.doxyfile.in
+++ b/doc/etc/developer.doxyfile.in
@@ -840,7 +840,7 @@ FILTER_SOURCE_PATTERNS =
 # (index.html). This can be useful if you have a project on for instance GitHub
 # and want reuse the introduction page also for the doxygen output.
 
-USE_MDFILE_AS_MAINPAGE = "https://github.com/apache/incubator-madlib/blob/master/README.md"
+USE_MDFILE_AS_MAINPAGE = "https://github.com/apache/madlib/blob/master/README.md"
 
 #---------------------------------------------------------------------------
 # configuration options related to source browsing

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/doc/etc/header.html
----------------------------------------------------------------------
diff --git a/doc/etc/header.html b/doc/etc/header.html
index 679bfca..a1bb339 100644
--- a/doc/etc/header.html
+++ b/doc/etc/header.html
@@ -27,7 +27,7 @@ $extrastylesheet
   m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
   })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
 
-  ga('create', 'UA-45382226-1', 'madlib.incubator.apache.org');
+  ga('create', 'UA-45382226-1', 'madlib.apache.org');
   ga('send', 'pageview');
 
 </script>
@@ -41,7 +41,7 @@ $extrastylesheet
  <tbody>
  <tr style="height: 56px;">
   <!--BEGIN PROJECT_LOGO-->
-  <td id="projectlogo"><a href="http://madlib.incubator.apache.org"><img alt="Logo" src="$relpath^$projectlogo" height="50" style="padding-left:0.5em;" border="0"/ ></a></td>
+  <td id="projectlogo"><a href="http://madlib.apache.org"><img alt="Logo" src="$relpath^$projectlogo" height="50" style="padding-left:0.5em;" border="0"/ ></a></td>
   <!--END PROJECT_LOGO-->
   <!--BEGIN PROJECT_NAME-->
   <td style="padding-left: 0.5em;">

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/doc/mainpage.dox.in
----------------------------------------------------------------------
diff --git a/doc/mainpage.dox.in b/doc/mainpage.dox.in
index 30f566d..ccf58a8 100644
--- a/doc/mainpage.dox.in
+++ b/doc/mainpage.dox.in
@@ -1,6 +1,6 @@
 /**
 @mainpage
-Apache MADlib (incubating) is an open-source library for scalable
+Apache MADlib is an open-source library for scalable
 in-database analytics. It provides data-parallel implementations of
 mathematical, statistical and machine learning methods for structured
 and unstructured data.
@@ -11,11 +11,11 @@ and open-source development.
 
 Useful links:
 <ul>
-<li><a href="http://madlib.incubator.apache.org">MADlib web site</a></li>
+<li><a href="http://madlib.apache.org">MADlib web site</a></li>
 <li><a href="https://cwiki.apache.org/confluence/display/MADLIB">MADlib wiki</a></li>
 <li><a href="https://issues.apache.org/jira/browse/MADLIB/">JIRAs for reporting bugs and reviewing backlog</a></li>
-<li><a href="https://mail-archives.apache.org/mod_mbox/incubator-madlib-user/">User mailing list</a></li>
-<li><a href="https://mail-archives.apache.org/mod_mbox/incubator-madlib-dev/">Dev mailing list</a></li>
+<li><a href="https://mail-archives.apache.org/mod_mbox/madlib-user/">User mailing list</a></li>
+<li><a href="https://mail-archives.apache.org/mod_mbox/madlib-dev/">Dev mailing list</a></li>
 <li>User documentation for earlier releases:
     <a href="../v1.10.0/index.html">v1.10.0</a>,
     <a href="../v1.9.1/index.html">v1.9.1</a>,
@@ -32,10 +32,10 @@ Useful links:
 </ul>
 
 Please refer to the
-<a href="https://github.com/apache/incubator-madlib/blob/master/README.md">ReadMe</a>
+<a href="https://github.com/apache/madlib/blob/master/README.md">ReadMe</a>
 file for information about incorporated third-party material. License information
 regarding MADlib and included third-party libraries can be found inside the
-<a href="https://github.com/apache/incubator-madlib/blob/master/LICENSE">
+<a href="https://github.com/apache/madlib/blob/master/LICENSE">
 License</a> directory.
 
 @defgroup grp_datatrans Data Types and Transformations

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/src/madpack/madpack.py
----------------------------------------------------------------------
diff --git a/src/madpack/madpack.py b/src/madpack/madpack.py
index fe0671d..0380d7a 100755
--- a/src/madpack/madpack.py
+++ b/src/madpack/madpack.py
@@ -695,7 +695,7 @@ def _db_upgrade(schema, dbrev):
                 _info("""Dependency on 'linregr_result' could be due to objects
                         created from the output of the aggregate 'linregr'.
                         Please refer to the Linear Regression documentation
-                        <http://madlib.incubator.apache.org/docs/latest/group__grp__linreg.html#warning>
+                        <http://madlib.apache.org/docs/latest/group__grp__linreg.html#warning>
                         for the recommended solution.
                         """, False)
             abort = True

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/tool/docker/base/Dockerfile_gpdb_4_3_10
----------------------------------------------------------------------
diff --git a/tool/docker/base/Dockerfile_gpdb_4_3_10 b/tool/docker/base/Dockerfile_gpdb_4_3_10
index 620b379..fdb7ffd 100644
--- a/tool/docker/base/Dockerfile_gpdb_4_3_10
+++ b/tool/docker/base/Dockerfile_gpdb_4_3_10
@@ -31,8 +31,8 @@
 #
 #
 #### Build MADlib
-#ADD ./ /incubator-madlib
-##RUN cd incubator-madlib && \
+#ADD ./ /madlib
+##RUN cd madlib && \
 ##     mkdir build && \
 #	 cd build && \
 #	 cmake .. && \
@@ -47,17 +47,17 @@
 #
 #### Steps to use the image for installing MADlib, building changed source code:
 ### Run the container, mounting the source code's folder to the container. For example:
-## 1) docker run -d -it --name gpdb -v (path-to-incubator-madlib)/src:/incubator-madlib/src gpdb bash
+## 1) docker run -d -it --name gpdb -v (path-to-madlib)/src:/madlib/src gpdb bash
 #
 ### When the container is up, connect to it and execute (Install MADlib):
-## 2) docker exec -it gpdb /incubator-madlib/build/src/bin/madpack -p greenplum -c gpadmin@127.0.0.1:5432/gpadmin install
+## 2) docker exec -it gpdb /madlib/build/src/bin/madpack -p greenplum -c gpadmin@127.0.0.1:5432/gpadmin install
 #
 ### Go into the container to build and run commands like install-check for modules:
 ## 3) docker exec -it gpdb sh
 #
 ### The above command gives us terminal access to the container, run commands such as:
-## - cd /incubator-madlib/build
-## - make (This can be run after changing code in the incubator-madlib source code)
+## - cd /madlib/build
+## - make (This can be run after changing code in the madlib source code)
 ## - src/bin/madpack -p postgres  -c postgres/postgres@localhost:5432/postgres install-check -t svm
 ### Install or reinstall MADlib if required:
 ## - src/bin/madpack -p postgres  -c postgres/postgres@localhost:5432/postgres install

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/tool/docker/base/Dockerfile_postgres_9_6
----------------------------------------------------------------------
diff --git a/tool/docker/base/Dockerfile_postgres_9_6 b/tool/docker/base/Dockerfile_postgres_9_6
index 4dc5a4c..68a4aa3 100644
--- a/tool/docker/base/Dockerfile_postgres_9_6
+++ b/tool/docker/base/Dockerfile_postgres_9_6
@@ -53,5 +53,5 @@ RUN wget http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.src.tar.gz && \
       make && \
       make install
 
-## To build an image from this docker file, from incubator-madlib folder, run:
+## To build an image from this docker file, from madlib folder, run:
 # docker build -t madlib/postgres_9.6:latest -f tool/docker/base/Dockerfile_postgres_9_6 .

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/tool/docker/base/Dockerfile_postgres_9_6_Jenkins
----------------------------------------------------------------------
diff --git a/tool/docker/base/Dockerfile_postgres_9_6_Jenkins b/tool/docker/base/Dockerfile_postgres_9_6_Jenkins
index fe6a95a..ed460e2 100644
--- a/tool/docker/base/Dockerfile_postgres_9_6_Jenkins
+++ b/tool/docker/base/Dockerfile_postgres_9_6_Jenkins
@@ -38,5 +38,5 @@ RUN wget https://cmake.org/files/v3.6/cmake-3.6.1.tar.gz && \
       make -j2 && \
       make install
 
-## To build an image from this docker file, from incubator-madlib folder, run:
+## To build an image from this docker file, from madlib folder, run:
 # docker build -t madlib/postgres_9.6:jenkins -f tool/docker/base/Dockerfile_postgres_9_6_Jenkins .

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/tool/jenkins/jenkins_build.sh
----------------------------------------------------------------------
diff --git a/tool/jenkins/jenkins_build.sh b/tool/jenkins/jenkins_build.sh
index 1174473..e4e141b 100644
--- a/tool/jenkins/jenkins_build.sh
+++ b/tool/jenkins/jenkins_build.sh
@@ -19,8 +19,13 @@
 #####################################################################################
 workdir=`pwd`
 user_name=`whoami`
-echo "Build by user $user_name in directory $workdir"
-echo "-------------------------------"
+reponame=incubator-madlib
+
+echo "======================================================================"
+echo "Build user: $user_name"
+echo "Work directory: $workdir"
+echo "Git reponame: $reponame"
+echo "----------------------------------------------------------------------"
 echo "ls -la"
 ls -la
 echo "-------------------------------"
@@ -45,9 +50,9 @@ docker pull madlib/postgres_9.6:jenkins
 # Launch docker container with volume mounted from workdir
 echo "-------------------------------"
 cat <<EOF
-docker run -d --name madlib -v "${workdir}/incubator-madlib":/incubator-madlib madlib/postgres_9.6:jenkins | tee logs/docker_setup.log
+docker run -d --name madlib -v "${workdir}/${reponame}":/madlib madlib/postgres_9.6:jenkins | tee logs/docker_setup.log
 EOF
-docker run -d --name madlib -v "${workdir}/incubator-madlib":/incubator-madlib madlib/postgres_9.6:jenkins | tee logs/docker_setup.log
+docker run -d --name madlib -v "${workdir}/${reponame}":/madlib madlib/postgres_9.6:jenkins | tee logs/docker_setup.log
 echo "-------------------------------"
 
 ## This sleep is required since it takes a couple of seconds for the docker
@@ -57,9 +62,9 @@ sleep 5
 echo "---------- Building package -----------"
 # cmake, make, make install, and make package
 cat <<EOF
-docker exec madlib bash -c 'rm -rf /build; mkdir /build; cd /build; cmake ../incubator-madlib; make clean; make; make install; make package' | tee $workdir/logs/madlib_compile.log
+docker exec madlib bash -c 'rm -rf /build; mkdir /build; cd /build; cmake ../madlib; make clean; make; make install; make package' | tee $workdir/logs/madlib_compile.log
 EOF
-docker exec madlib bash -c 'rm -rf /build; mkdir /build; cd /build; cmake ../incubator-madlib; make clean; make; make install; make package' | tee $workdir/logs/madlib_compile.log
+docker exec madlib bash -c 'rm -rf /build; mkdir /build; cd /build; cmake ../madlib; make clean; make; make install; make package' | tee $workdir/logs/madlib_compile.log
 
 echo "---------- Installing and running install-check --------------------"
 # Install MADlib and run install check
@@ -92,6 +97,6 @@ echo "-------------------------------"
 
 # convert install-check test results to junit format for reporting
 cat <<EOF
-python incubator-madlib/tool/jenkins/junit_export.py $workdir/logs/madlib_install_check.log $workdir/logs/madlib_install_check.xml
+python ${reponame}/tool/jenkins/junit_export.py $workdir/logs/madlib_install_check.log $workdir/logs/madlib_install_check.xml
 EOF
-python incubator-madlib/tool/jenkins/junit_export.py $workdir $workdir/logs/madlib_install_check.log $workdir/logs/madlib_install_check.xml
+python ${reponame}/tool/jenkins/junit_export.py $workdir $workdir/logs/madlib_install_check.log $workdir/logs/madlib_install_check.xml

http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/67b69eb8/tool/jenkins/rat_check.sh
----------------------------------------------------------------------
diff --git a/tool/jenkins/rat_check.sh b/tool/jenkins/rat_check.sh
index 7c12673..cb09f03 100644
--- a/tool/jenkins/rat_check.sh
+++ b/tool/jenkins/rat_check.sh
@@ -22,15 +22,16 @@
 set -exu
 
 workdir=`pwd`
+reponame=incubator-madlib
 
 # Check if NOTICE file year is current
-grep "Copyright 2016-$(date +"%Y") The Apache Software Foundation" "${workdir}/incubator-madlib/NOTICE"
+grep "Copyright 2016-$(date +"%Y") The Apache Software Foundation" "${workdir}/${reponame}/NOTICE"
 
 # Check if pom.xml file version is current
 # With below grep, it's possible to get a "False Positive" (i.e. no error when it should have)
 # but won't give a "False Negative" (i.e. if it fails then there's definitely a problem)
-grep "<version>$(cat "${workdir}/incubator-madlib/src/config/Version.yml" | cut -d" " -f2)</version>" \
-    "${workdir}/incubator-madlib/pom.xml"
+grep "<version>$(cat "${workdir}/${reponame}/src/config/Version.yml" | cut -d" " -f2)</version>" \
+    "${workdir}/${reponame}/pom.xml"
 
 set +x
 
@@ -39,7 +40,7 @@ badfiles_found=false
 
 for extension in ${badfile_extentions}; do
     echo "Searching for ${extension} files:"
-    badfile_count=$(find . -name "${workdir}/incubator-madlib/*.${extension}" | wc -l)
+    badfile_count=$(find . -name "${workdir}/${reponame}/*.${extension}" | wc -l)
     if [ ${badfile_count} != 0 ]; then
         echo "----------------------------------------------------------------------"
         echo "FATAL: ${extension} files should not exist"
@@ -47,7 +48,7 @@ for extension in ${badfile_extentions}; do
         echo "binary (jar) files as users have a hard time verifying their"
         echo "contents."
 
-        find . -name "${workdir}/incubator-madlib/*.${extension}"
+        find . -name "${workdir}/${reponame}/*.${extension}"
         echo "----------------------------------------------------------------------"
         badfiles_found=true
     else
@@ -59,4 +60,4 @@ if [ ${badfiles_found} = "true" ]; then
     exit 1
 fi
 
-set -x
\ No newline at end of file
+set -x