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

jialiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ambari-infra.git


The following commit(s) were added to refs/heads/master by this push:
     new cc48de8  AMBARI-26321: Fix Ambari infra rpm package error (#57)
cc48de8 is described below

commit cc48de866cf5e0a2c71b7f190cba91390b3d1339
Author: jialiang <[email protected]>
AuthorDate: Tue Mar 11 11:57:51 2025 +0800

    AMBARI-26321: Fix Ambari infra rpm package error (#57)
---
 ambari-infra-solr-client/src/main/python/migrationConfigGenerator.py | 2 +-
 ambari-infra-solr-client/src/main/python/migrationHelper.py          | 2 +-
 ambari-infra-solr-client/src/main/python/solrDataManager.py          | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/ambari-infra-solr-client/src/main/python/migrationConfigGenerator.py 
b/ambari-infra-solr-client/src/main/python/migrationConfigGenerator.py
index 8166e3f..bf3811f 100755
--- a/ambari-infra-solr-client/src/main/python/migrationConfigGenerator.py
+++ b/ambari-infra-solr-client/src/main/python/migrationConfigGenerator.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 '''
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/ambari-infra-solr-client/src/main/python/migrationHelper.py 
b/ambari-infra-solr-client/src/main/python/migrationHelper.py
index 62d186e..8855493 100755
--- a/ambari-infra-solr-client/src/main/python/migrationHelper.py
+++ b/ambari-infra-solr-client/src/main/python/migrationHelper.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 '''
 Licensed to the Apache Software Foundation (ASF) under one
diff --git a/ambari-infra-solr-client/src/main/python/solrDataManager.py 
b/ambari-infra-solr-client/src/main/python/solrDataManager.py
index c3a0a1c..8f6d610 100755
--- a/ambari-infra-solr-client/src/main/python/solrDataManager.py
+++ b/ambari-infra-solr-client/src/main/python/solrDataManager.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
 
 '''
 Licensed to the Apache Software Foundation (ASF) under one


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to