Skip to content

Commit

Permalink
[Dependencies] Rename Enroot+Caps object URL from enroot+caps to enro…
Browse files Browse the repository at this point in the history
…ot-caps to prevent URL encoding issues on RHEL and Debian.

Signed-off-by: Giacomo Marciani <mgiacomo@amazon.com>
  • Loading branch information
gmarciani committed Sep 17, 2024
1 parent 13a71b4 commit c010a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def enroot_url
end

def enroot_caps_url
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot%2Bcaps_#{package_version}-1_#{arch_suffix}.deb"
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot-caps_#{package_version}-1_#{arch_suffix}.deb"
end

def arch_suffix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def enroot_url
end

def enroot_caps_url
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot%2Bcaps-#{package_version}-1.el8.#{arch_suffix}.rpm"
"#{node['cluster']['artifacts_s3_url']}/dependencies/enroot/enroot-caps-#{package_version}-1.el8.#{arch_suffix}.rpm"
end

def arch_suffix
Expand Down

0 comments on commit c010a85

Please sign in to comment.