This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new 75d222402 BIGTOP-3922: zkcli.sh of Solr does not have executable 
permissions (#1098)
75d222402 is described below

commit 75d2224020cc7bb7a31743e1972afa844e161d7c
Author: guluo <[email protected]>
AuthorDate: Thu Apr 13 23:56:00 2023 +0800

    BIGTOP-3922: zkcli.sh of Solr does not have executable permissions (#1098)
---
 bigtop-packages/src/common/solr/install_solr.sh | 3 +++
 bigtop.bom                                      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bigtop-packages/src/common/solr/install_solr.sh 
b/bigtop-packages/src/common/solr/install_solr.sh
index a8274fca3..565c467a4 100644
--- a/bigtop-packages/src/common/solr/install_solr.sh
+++ b/bigtop-packages/src/common/solr/install_solr.sh
@@ -136,6 +136,9 @@ cp -a ${BUILD_DIR}/bin/oom_solr.sh $PREFIX/$LIB_DIR/bin
 #cp -a ${BUILD_DIR}/server/scripts/cloud-scripts/*.sh $PREFIX/$LIB_DIR/bin
 #cp -a $DISTRO_DIR/zkcli.sh $PREFIX/$LIB_DIR/bin
 chmod 755 $PREFIX/$LIB_DIR/bin/*
+chmod 755 $PREFIX/$LIB_DIR/server/scripts/cloud-scripts/zkcli.sh
+chmod 755 $PREFIX/$LIB_DIR/server/scripts/cloud-scripts/zkcli.bat
+chmod 755 $PREFIX/$LIB_DIR/server/scripts/cloud-scripts/snapshotscli.sh
 
 install -d -m 0755 $PREFIX/$LIB_DIR/licenses
 cp -a  ${BUILD_DIR}/licenses/* $PREFIX/$LIB_DIR/licenses
diff --git a/bigtop.bom b/bigtop.bom
index c423a09ca..fbcfde6f4 100644
--- a/bigtop.bom
+++ b/bigtop.bom
@@ -206,7 +206,7 @@ bigtop {
       name    = 'solr'
       rpm_pkg_suffix = "_" + bigtop.base_version.replace(".", "_")
       relNotes = 'Apache Solr'
-      version { base = '8.11.2'; pkg = base; release = 1 }
+      version { base = '8.11.2'; pkg = base; release = 2 }
       tarball { destination = "$name-${version.base}-src.tgz"
                 source      = destination }
       url     { download_path = "lucene/$name/${version.base}"

Reply via email to