Ideally the https://github.com/elastic/package-registry repository should contain only the registry code. The first step to come closer to the final result is moving away the `import-beats` script. Action items: - [x] Copy `dev/import-beats` script to the `integrations` repo - [x] update `import-beats` docs: README and CONTRIBUTING - [x] Copy `testing/environment` script to the integrations and make it working (package registry in different repo) - [x] Add CI to integrations to still validate packages (copy from package-storage) - https://github.com/elastic/package-registry/issues/414 - [x] Adjust dev build / container build to potentially also include the packages from the integrations repo - https://github.com/elastic/package-registry/pull/435 - [x] Remove copied artifacts from package-registry (remove once everything works as intended)
Ideally the https://github.com/elastic/package-registry repository should contain only the registry code.
The first step to come closer to the final result is moving away the
import-beatsscript.Action items:
dev/import-beatsscript to theintegrationsrepoimport-beatsdocs: README and CONTRIBUTINGtesting/environmentscript to the integrations and make it working (package registry in different repo)