Skip to content

Draft: Bug 33991: Remove unused features

boklm requested to merge boklm/rbm:bug_33991_v5 into master

For simplification, we remove some unused features. Those features can still be reimplemented externally if needed.

For example, the "rbm rpm" command can be replaced with "rbm build --step rpm" and a definition of an rpm step in rbm.conf.

We remove the following options:

  • version_command
  • rpm
  • srpm
  • rpmspec
  • rpm_rel
  • debian_create
  • deb
  • deb_src
  • use_pbuilder
  • debian_revision

And the following commands:

  • rpmspec
  • rpm
  • srpm
  • deb-src
  • deb
  • pkg
  • publish

Closes #33991 (closed).

This is !7 (closed) rebased on master.

Merge request reports