peridot icon indicating copy to clipboard operation
peridot copied to clipboard

feat: allow rpm import to skip upload OR import step

Open NeilHanlon opened this issue 7 months ago • 4 comments

TL;DR

Add options to buildRpmImport command for skipping upload or import steps, and update version to 0.2.1.

What changed?

  • New flags added: --skip / -s for skipping steps (either 'upload' or 'import').
  • Updated BUILD.bazel with version bump to 0.2.1 and release to 1.
  • Introduced SHA256 hashing for file integrity verification.
  • Reorganized package imports and improved error handling

NeilHanlon avatar Jul 25 '24 23:07 NeilHanlon