The Wayback Machine - http://web.archive.org/web/20220407092407/https://github.com/topics/packaging-tool
Skip to content
#

packaging-tool

Here are 32 public repositories matching this topic...

mortent
mortent commented Oct 14, 2021

We have a small number of e2e tests for kpt live (outside of the bash-based approach). They currently run in serial and requires that a new cluster is created for several of the tests. This causes them to be very slow.

We should improve this by:

  • Reduce the number of times we need to create a new kind cluster, as this takes ~1 minute. Tests should clean up after themselves and we can handle
enhancement good first issue area/live triaged
bsedat
bsedat commented Mar 3, 2022

If a mix release is compiled with a docker image such as hexpm/elixir:1.13.1-erlang-24.1.7-alpine-3.14.2 it seems to be missing the expected releases\<VERSION>\elixir.bat file.
In the mix release output I see this output: "skipping elixir.bat for windows (bin/elixir.bat not found in the Elixir installation)"

I suspect that the hexpm images may not have the windows-specific .bat files presen

bug good first issue
custom-war-packager
oleg-nenashev
oleg-nenashev commented Sep 14, 2020

Custom WAR Packager 2.x uses the Jenkins update center to retrieve the plugin information, and it can also do pluginID => groupId/artifactId mapping . There is no need to strictly require Group IDs in the current Custom WAR Packager implementation.

Acceptance criteria

  • groupId field is now optional when Update Center Plugin plugin info Provider s used
  • There is a groupId resolution
enhancement good first issue
MikaelX
MikaelX commented Feb 10, 2021

We need the ability to change the AC Handling (Overwrite, Replace, Merge, MergePreserve etc) to be settable from config, currently it's hardcoded to replace which breaks our install of multiple packages.

In the Filter section fetch MODE settings from config.options.acHandling, default to replace

Thank you very much

enhancement good first issue

Improve this page

Add a description, image, and links to the packaging-tool topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the packaging-tool topic, visit your repo's landing page and select "manage topics."

Learn more