From 82efc76a74063bf8b9d47ca0a76c0a8802f00d9d Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Mon, 22 Jul 2024 16:56:43 +0300 Subject: [PATCH] Cleanup 1.28.2 rock (#8) * Removes procps stage package * Creates directory before copying binary to it * chore: Cleans up rockcraft.yaml file --- 1.28.2/rockcraft.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/1.28.2/rockcraft.yaml b/1.28.2/rockcraft.yaml index 4271804..ac784d8 100644 --- a/1.28.2/rockcraft.yaml +++ b/1.28.2/rockcraft.yaml @@ -6,10 +6,10 @@ license: Apache-2.0 version: '1.28.2' summary: Contour is an open source Kubernetes ingress controller. description: | - Contour is an open source Kubernetes ingress controller that works by deploying + Contour is an open source Kubernetes ingress controller that works by deploying the Envoy proxy as a reverse proxy and load balancer. - Overview of Contour Trademarks: This software listing is packaged by Bitnami. - The respective trademarks mentioned in the offering are owned by the respective companies, + Overview of Contour Trademarks: This software listing is packaged by Bitnami. + The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement. platforms: amd64: @@ -34,11 +34,9 @@ parts: source-type: git source-tag: v1.28.2 source-depth: 1 - stage-packages: - - procps build-snaps: - go/1.21/stable override-build: | - make build - cp contour ${CRAFT_PART_INSTALL}/bin/contour - + make build + mkdir -p "${CRAFT_PART_INSTALL}/bin/" + cp contour ${CRAFT_PART_INSTALL}/bin/