Skip to content
Snippets Groups Projects
Forked from The Tor Project / Applications / RBM
Source project has a limited visibility.
  • boklm's avatar
    777bab01
    Bug 33991: Remove unused features · 777bab01
    boklm authored
    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
     - rpmbuild
     - 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
    777bab01
    History
    Bug 33991: Remove unused features
    boklm authored
    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
     - rpmbuild
     - 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