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

wilfred-s pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/yunikorn-release.git


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 84b8c90  [YUNIKORN-3105] move release staging out of the tools 
directory (#206)
84b8c90 is described below

commit 84b8c9055bb118783aaaa85cc084a105b0e5be8d
Author: Michael Chu <[email protected]>
AuthorDate: Thu Jun 11 17:14:26 2026 +1000

    [YUNIKORN-3105] move release staging out of the tools directory (#206)
    
    Move the generated artifacts from release scripts to the build directory
    like used in all other repos.
    
    Closes: #206
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
    (cherry picked from commit bc42a230799187d272b39bd92467b35c7742c6f2)
---
 release-tools/build-image.py   | 2 +-
 release-tools/build-release.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/release-tools/build-image.py b/release-tools/build-image.py
index 6aec9d3..94a8c9d 100755
--- a/release-tools/build-image.py
+++ b/release-tools/build-image.py
@@ -75,7 +75,7 @@ def load_config():
         fail("load config: repository list not found")
     repo_list = data["repositories"]
 
-    staging_dir = os.path.join(os.path.dirname(tools_dir), "staging")
+    staging_dir = os.path.join(os.path.dirname(tools_dir), "build", "staging")
     release_base = os.path.join(staging_dir, release_package_name)
 
     print("release meta info:")
diff --git a/release-tools/build-release.py b/release-tools/build-release.py
index 6e91860..fe6e1db 100755
--- a/release-tools/build-release.py
+++ b/release-tools/build-release.py
@@ -62,7 +62,7 @@ def build_release(email_address):
     print(" - main version: %s" % version)
     print(" - release package name: %s" % release_package_name)
 
-    staging_dir = os.path.join(os.path.dirname(tools_dir), "staging")
+    staging_dir = os.path.join(os.path.dirname(tools_dir), "build", "staging")
     release_base = os.path.join(staging_dir, release_package_name)
     release_top_path = os.path.join(os.path.dirname(tools_dir), 
"release-top-level-artifacts")
     helm_chart_path = os.path.join(os.path.dirname(tools_dir), "helm-charts")


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

Reply via email to