You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by ri...@apache.org on 2018/09/11 23:00:56 UTC

[5/6] brooklyn-dist git commit: Fix name of RPM package

Fix name of RPM package


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/5f942563
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/5f942563
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/5f942563

Branch: refs/heads/1.0.0-M1
Commit: 5f9425636826c97865225eab1b61e8e9599c01a9
Parents: 0bdb6af
Author: Richard Downer <ri...@apache.org>
Authored: Tue Sep 11 22:58:04 2018 +0000
Committer: Richard Downer <ri...@apache.org>
Committed: Tue Sep 11 22:58:04 2018 +0000

----------------------------------------------------------------------
 release/make-release-artifacts.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/5f942563/release/make-release-artifacts.sh
----------------------------------------------------------------------
diff --git a/release/make-release-artifacts.sh b/release/make-release-artifacts.sh
index 9a86225..298ea81 100755
--- a/release/make-release-artifacts.sh
+++ b/release/make-release-artifacts.sh
@@ -259,7 +259,7 @@ mv ${bin_staging_dir}/brooklyn-vagrant-${current_version} ${bin_staging_dir}/${r
 ###############################################################################
 # RPM artifacts
 
-cp ${src_staging_dir}/brooklyn-dist/rpm-packaging/target/rpm/apache-brooklyn-noarch/RPMS/noarch/apache-brooklyn-${current_version}-1.noarch.rpm ${artifact_dir}/${artifact_name}-1.noarch.rpm
+cp ${src_staging_dir}/brooklyn-dist/rpm-packaging/target/rpm/apache-brooklyn-noarch/RPMS/noarch/apache-brooklyn-${current_version}_1.noarch.rpm ${artifact_dir}/${artifact_name}_1.noarch.rpm
 
 ###############################################################################
 # deb artifacts