-
Notifications
You must be signed in to change notification settings - Fork 416
fix bad signatures #3253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
fix bad signatures #3253
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,38 @@ | ||
| package: | ||
| name: newrelic-prometheus-configurator | ||
| version: 1.4.0 | ||
| epoch: 2 | ||
| description: New Relic Prometheus Configurator | ||
| target-architecture: | ||
| - all | ||
| copyright: | ||
| - license: Apache-2.0 | ||
|
|
||
| environment: | ||
| contents: | ||
| packages: | ||
| - busybox | ||
| - ca-certificates-bundle | ||
| - build-base | ||
| - go | ||
| - git | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/newrelic/newrelic-prometheus-configurator | ||
| tag: v${{package.version}} | ||
| expected-commit: df4034f801f4f254243a38b110cb1b0af6b0aca5 | ||
|
|
||
| - runs: | | ||
| GOOS=$(go env GOOS) | ||
| GOARCH=$(go env GOARCH) | ||
| make GOOS=${GOOS} GOARCH=${GOARCH} build | ||
| install -Dm755 ./bin/prometheus-configurator-${GOOS}-${GOARCH} "${{targets.destdir}}"/usr/bin/prometheus-configurator | ||
| update: | ||
| enabled: true | ||
| github: | ||
| identifier: newrelic/newrelic-prometheus-configurator | ||
| strip-prefix: v | ||
| use-tag: true | ||
| tag-filter: v | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| package: | ||
| name: bazel-6 | ||
| version: 6.2.1 | ||
| epoch: 0 | ||
| description: Bazel is an open-source build and test tool | ||
| copyright: | ||
| - license: Apache-2.0 | ||
|
|
||
| environment: | ||
| contents: | ||
| packages: | ||
| - busybox | ||
| - ca-certificates-bundle | ||
| - build-base | ||
| - python3 | ||
| - zip | ||
| - bash | ||
| - gcc-6 | ||
| - libstdc++-6 | ||
| - libstdc++-6-dev | ||
| - openjdk-11 | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/envoyproxy/envoy | ||
| tag: v${{package.version}} | ||
| expected-commit: c7e8e7356d3a969c1b8e4e1f2687699acd91c6a1 | ||
| destination: envoy | ||
|
|
||
| - runs: | | ||
| export JAVA_HOME=/usr/lib/jvm/openjdk | ||
| mkdir -p .cache/bazel/_bazel_root | ||
|
|
||
| cd envoy | ||
|
|
||
| ./bazel/setup_clang.sh /usr | ||
| echo "build --config=clang" >> user.bazelrc | ||
|
|
||
| bazel build --verbose_failures -c opt envoy | ||
|
|
||
| mkdir -p ${{targets.destdir}}/usr/bin/ | ||
| mv bazel-bin/source/exe/envoy-static ${{targets.destdir}}/usr/bin/envoy | ||
|
|
||
| - uses: strip | ||
|
|
||
| subpackages: | ||
| - name: envoy-oci-entrypoint | ||
| description: Entrypoint for using Envoy in OCI containers | ||
| dependencies: | ||
| runtime: | ||
| - busybox | ||
| pipeline: | ||
| - runs: | | ||
| mkdir -p ${{targets.subpkgdir}}/var/lib/envoy/init | ||
| cp envoy/ci/docker-entrypoint.sh ${{targets.subpkgdir}}/var/lib/envoy/init/envoy-entrypoint.sh | ||
| chmod +x ${{targets.subpkgdir}}/var/lib/envoy/init/envoy-entrypoint.sh | ||
|
|
||
| - name: envoy-config | ||
| description: Default Envoy configuration | ||
| pipeline: | ||
| - runs: | | ||
| mkdir -p ${{targets.subpkgdir}}/etc/envoy | ||
| cp envoy/configs/envoyproxy_io_proxy.yaml ${{targets.subpkgdir}}/etc/envoy/envoy.yaml | ||
|
|
||
| update: | ||
| enabled: true | ||
| github: | ||
| identifier: envoyproxy/envoy | ||
| strip-prefix: v |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,50 @@ | ||
| package: | ||
| name: eks-distro-kubernetes-csi-livenessprobe-1.23 | ||
| version: 1.23.21 | ||
| epoch: 3 | ||
| description: A sidecar container that can be included in a CSI plugin pod to enable integration with Kubernetes Liveness Probe. | ||
| copyright: | ||
| - license: Apache-2.0 | ||
| dependencies: | ||
| provides: | ||
| - eks-distro-kubernetes-csi-livenessprobe=1.23 | ||
|
|
||
| var-transforms: | ||
| - from: ${{package.version}} | ||
| match: \.(\d+)$ | ||
| replace: -eks-$1 | ||
| to: with-eks-package-version | ||
| - from: ${{vars.with-eks-package-version}} | ||
| match: \. | ||
| replace: '-' | ||
| to: mangled-package-version | ||
|
|
||
| environment: | ||
| contents: | ||
| keyring: | ||
| - https://packages.wolfi.dev/os/wolfi-signing.rsa.pub | ||
| repositories: | ||
| - https://packages.wolfi.dev/os | ||
| packages: | ||
| - ca-certificates-bundle | ||
| - busybox | ||
| - go | ||
|
|
||
| pipeline: | ||
| - uses: git-checkout | ||
| with: | ||
| repository: https://github.com/aws/eks-distro | ||
| tag: v${{vars.mangled-package-version}} | ||
| expected-commit: 3ad41b596f2454cd47fc7909f5e5eac1043d4dda | ||
|
|
||
| - runs: | | ||
| make makes-binaries-kubernetes-csi_livenessprobe | ||
| mkdir -p "${{targets.destdir}}"/usr/bin | ||
| ARCH=$(go env GOARCH) | ||
| OS=$(go env GOOS) | ||
| cp ./projects/kubernetes-csi/livenessprobe/_output/1-26/bin/livenessprobe/${OS}-${ARCH}/livenessprobe "${{targets.destdir}}"/usr/bin/livenessprobe | ||
|
|
||
| - uses: strip | ||
|
|
||
| update: | ||
| manual: true # we need to manually update because melange bump doesn't yet handle pipeline mutations for var transforms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,118 @@ | ||
| package: | ||
| name: gtk-3.0 | ||
| version: 3.24.38 | ||
| epoch: 0 | ||
| description: The GTK+ Toolkit (v3) | ||
| copyright: | ||
| - license: LGPL-2.1-or-later | ||
|
|
||
| # creates a new var that contains only the major and minor version to be used in the fetch URL | ||
| # e.g. 2.46.0 will create a new var mangled-package-version=2.46 | ||
| var-transforms: | ||
| - from: ${{package.version}} | ||
| match: (\d+\.\d+)\.\d+ | ||
| replace: $1 | ||
| to: mangled-package-version | ||
|
|
||
| environment: | ||
| contents: | ||
| packages: | ||
| - busybox | ||
| - ca-certificates-bundle | ||
| - build-base | ||
| - autoconf | ||
| - automake | ||
| - git | ||
| - cmake | ||
| - ninja | ||
| - harfbuzz-dev | ||
| - mesa-dev | ||
| - gtk-doc | ||
| - libtool | ||
| - shared-mime-info | ||
| - at-spi2-core-dev | ||
| - gdk-pixbuf-dev | ||
| - glib-dev | ||
| - libepoxy-dev | ||
| - libxext-dev | ||
| - libxi-dev | ||
| - libxinerama-dev | ||
| - libxkbcommon | ||
| - libxkbcommon-dev | ||
| - libatk-bridge-2.0 | ||
| - libxtst-dev | ||
| - dbus-dev | ||
| - cairo-dev | ||
| - cups-dev | ||
| - expat-dev | ||
| - fontconfig-dev | ||
| - gettext-dev | ||
| - gobject-introspection-dev | ||
| - hicolor-icon-theme | ||
| - iso-codes-dev | ||
| - libice-dev | ||
| - libx11-dev | ||
| - libxcomposite-dev | ||
| - libxcursor-dev | ||
| - libxdamage-dev | ||
| - libxfixes-dev | ||
| - libxrandr-dev | ||
| - meson | ||
| - pango-dev | ||
| - tiff-dev | ||
| - wayland-dev | ||
| - wayland-protocols | ||
| - zlib-dev | ||
|
|
||
| pipeline: | ||
| - uses: fetch | ||
| with: | ||
| uri: https://download.gnome.org/sources/gtk+/${{vars.mangled-package-version}}/gtk+-${{package.version}}.tar.xz | ||
| expected-sha512: e99ec10959191b55013fce37e83f0e85bf36597db101e324081479792a2047d032cf0d213d69c02eeb4b7cd6d56d6489b7b2a60904b2bd7af23ea1b9c5a79528 | ||
|
|
||
| - uses: meson/configure | ||
| with: | ||
| opts: | | ||
| -Db_lto=true \ | ||
| -Dman=true \ | ||
| -Dgtk_doc=false \ | ||
| -Dbroadway_backend=true | ||
|
|
||
| - uses: meson/compile | ||
|
|
||
| - uses: meson/install | ||
|
|
||
| - uses: strip | ||
|
|
||
| subpackages: | ||
| - name: gtk-3.0-dev | ||
| pipeline: | ||
| - uses: split/dev | ||
| dependencies: | ||
| runtime: | ||
| - shared-mime-info | ||
| - at-spi2-core-dev | ||
| - gdk-pixbuf-dev | ||
| - glib-dev | ||
| - libepoxy-dev | ||
| - libxext-dev | ||
| - libxi-dev | ||
| - libxinerama-dev | ||
| - libxkbcommon-dev | ||
| - wayland-dev | ||
| description: gtk+3.0 dev | ||
|
|
||
| - name: gtk-3.0-doc | ||
| pipeline: | ||
| - uses: split/manpages | ||
| description: gtk+3.0 manpages | ||
|
|
||
| - name: gtk-3.0-lang | ||
| pipeline: | ||
| - uses: split/locales | ||
| description: gtk+3.0 locales | ||
|
|
||
| update: | ||
| enabled: true | ||
| release-monitor: | ||
| identifier: 311549 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to drop these 1 and 2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch this is a dirty checkin ignore this