aboutsummaryrefslogtreecommitdiff
path: root/dev/audit-release
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2014-03-02 01:00:16 -0800
committerReynold Xin <rxin@apache.org>2014-03-02 01:00:16 -0800
commit1fd2bfd3dd6c27a54880f0d7a658b39f358aa804 (patch)
treefe6cfbc3e2b975163b52a43e40c6ab3ec9cb8ae6 /dev/audit-release
parentb70823c91d4dff9be81badf6567e25aa1df4c574 (diff)
downloadspark-1fd2bfd3dd6c27a54880f0d7a658b39f358aa804.tar.gz
spark-1fd2bfd3dd6c27a54880f0d7a658b39f358aa804.tar.bz2
spark-1fd2bfd3dd6c27a54880f0d7a658b39f358aa804.zip
Remove remaining references to incubation
This removes some loose ends not caught by the other (incubating -> tlp) patches. @markhamstra this updates the version as you mentioned earlier. Author: Patrick Wendell <pwendell@gmail.com> Closes #51 from pwendell/tlp and squashes the following commits: d553b1b [Patrick Wendell] Remove remaining references to incubation
Diffstat (limited to 'dev/audit-release')
-rwxr-xr-xdev/audit-release/audit_release.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev/audit-release/audit_release.py b/dev/audit-release/audit_release.py
index 4408658f5e..52c367d9b0 100755
--- a/dev/audit-release/audit_release.py
+++ b/dev/audit-release/audit_release.py
@@ -31,10 +31,10 @@ import time
import urllib2
## Fill in release details here:
-RELEASE_URL = "http://people.apache.org/~pwendell/spark-0.9.0-incubating-rc5/"
+RELEASE_URL = "http://people.apache.org/~pwendell/spark-1.0.0-rc1/"
RELEASE_KEY = "9E4FE3AF"
RELEASE_REPOSITORY = "https://repository.apache.org/content/repositories/orgapachespark-1006/"
-RELEASE_VERSION = "0.9.0-incubating"
+RELEASE_VERSION = "1.0.0"
SCALA_VERSION = "2.10.3"
SCALA_BINARY_VERSION = "2.10"
##
@@ -191,10 +191,6 @@ for artifact in artifacts:
test("NOTICE" in base_files, "Tarball contains NOTICE file")
test("LICENSE" in base_files, "Tarball contains LICENSE file")
- os.chdir(os.path.join(WORK_DIR, dir_name))
- readme = "".join(open("README.md").readlines())
- disclaimer_part = "is an effort undergoing incubation"
- test(disclaimer_part in readme, "README file contains disclaimer")
os.chdir(WORK_DIR)
for artifact in artifacts: