You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by jf...@apache.org on 2014/05/15 03:57:23 UTC

git commit: AURORA-392: Add apache- to source distribution name

Repository: incubator-aurora
Updated Branches:
  refs/heads/master 378afd4a3 -> 48f6c917f


AURORA-392: Add apache- to source distribution name

Updates release scripts to prefix the package with Apache namespace.

Testing Done:
Performing dry-run....
apache-aurora-0.5.1-rc0-incubating.tar.gz         apache-aurora-0.5.1-rc0-incubating.tar.gz.md5
apache-aurora-0.5.1-rc0-incubating.tar.gz.asc     apache-aurora-0.5.1-rc0-incubating.tar.gz.sha

Bugs closed: AURORA-392

Reviewed at https://reviews.apache.org/r/21253/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/48f6c917
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/48f6c917
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/48f6c917

Branch: refs/heads/master
Commit: 48f6c917f23dd48f8eb0ffdb0436502eefcc4b13
Parents: 378afd4
Author: Jake Farrell <jf...@apache.org>
Authored: Wed May 14 21:57:03 2014 -0400
Committer: jfarrell <jf...@apache.org>
Committed: Wed May 14 21:57:03 2014 -0400

----------------------------------------------------------------------
 build-support/release/release           | 2 +-
 build-support/release/release-candidate | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/48f6c917/build-support/release/release
----------------------------------------------------------------------
diff --git a/build-support/release/release b/build-support/release/release
index eefd2cb..1ce3634 100755
--- a/build-support/release/release
+++ b/build-support/release/release
@@ -139,7 +139,7 @@ if [[ $publish == 1 ]]; then
   git push origin --tags
 fi
 
-dist_name="aurora-${current_version}-incubating"
+dist_name="apache-aurora-${current_version}-incubating"
 
 dist_dir=${base_dir}/dist
 release_dir=${dist_dir}/${current_version}

http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/48f6c917/build-support/release/release-candidate
----------------------------------------------------------------------
diff --git a/build-support/release/release-candidate b/build-support/release/release-candidate
index 2a86413..fa6e177 100755
--- a/build-support/release/release-candidate
+++ b/build-support/release/release-candidate
@@ -189,7 +189,7 @@ git commit -m "Updating .auroraversion to ${current_version_tag}."
 
 echo "Building the source distribution"
 dist_dir=${base_dir}/dist
-dist_name="aurora-${current_version_tag}-incubating"
+dist_name="apache-aurora-${current_version_tag}-incubating"
 
 mkdir -p ${dist_dir}
 git archive --prefix=${dist_name}/ -o ${dist_dir}/${dist_name}.tar.gz HEAD