Merge "Remove MAKEKUBEAPI package"

This commit is contained in:
Zuul 2024-06-03 20:12:05 +00:00 committed by Gerrit Code Review
commit e498d0257c
3 changed files with 0 additions and 14 deletions

View File

@ -2,5 +2,3 @@ etc/sudoers.d/helm
usr/sbin/helm
usr/local/sbin/helm-upload
usr/local/share/helm
usr/local/share/helm/plugins
usr/local/share/helm/plugins/mapkubeapis

View File

@ -10,16 +10,12 @@ export HELM_VERSION = 3.14.4
export HELM_EXECUTABLE = linux-amd64/helm
export HELM_PKG = helm-v$(HELM_VERSION)-linux-amd64.tar.gz
export HELM_MAPKUBEAPIS_VERSION = 0.4.1
export HELM_MAPKUBEAPIS_PKG = helm-mapkubeapis_$(HELM_MAPKUBEAPIS_VERSION)_linux_amd64.tar.gz
%:
dh $@
override_dh_auto_build:
# Extract the third party helm package downloaded in dl_hook.
tar xfz $(HELM_PKG)
tar xfz $(HELM_MAPKUBEAPIS_PKG)
override_dh_auto_install:
install -d -m 755 $(SBINDIR)
@ -29,10 +25,6 @@ override_dh_auto_install:
install -d -m 755 $(SUDOERDIR)
install -p -D -m 440 helm.sudo $(SUDOERDIR)/helm
install -d -m 755 $(ROOT)/usr/local/share/helm
install -d -m 755 $(ROOT)/usr/local/share/helm/plugins
cp -R mapkubeapis $(ROOT)/usr/local/share/helm/plugins/
install -d -m 755 $(ROOT)/usr/local/share/helm/plugins/mapkubeapis/bin
mv $(ROOT)/usr/local/share/helm/plugins/mapkubeapis/mapkubeapis $(ROOT)/usr/local/share/helm/plugins/mapkubeapis/bin/
override_dh_usrlocal:
# Do Nothing

View File

@ -7,10 +7,6 @@ dl_files:
topdir: linux-amd64
url: https://get.helm.sh/helm-v3.14.4-linux-amd64.tar.gz
sha256sum: a5844ef2c38ef6ddf3b5a8f7d91e7e0e8ebc39a38bb3fc8013d629c1ef29c259
helm-mapkubeapis_0.4.1_linux_amd64.tar.gz:
topdir: mapkubeapis
url: https://github.com/helm/helm-mapkubeapis/releases/download/v0.4.1/helm-mapkubeapis_0.4.1_linux_amd64.tar.gz
sha256sum: e90a22c4acee76774589042f6a5901e136ee33c10630790d6cff37d169905a78
revision:
dist: $STX_DIST