Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove pulp-repo-update command #556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions lib/tool_belt/commands/pulp_repository_updater_command.rb

This file was deleted.

156 changes: 0 additions & 156 deletions lib/tool_belt/pulp_repository_updater.rb

This file was deleted.

1 change: 0 additions & 1 deletion tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ class MainCommand < Clamp::Command
subcommand "branch", "Create and push the branch or tag for each repository as specified in the configuration", ToolBelt::Command::BranchCommand
subcommand "branch-docs", "Generate docs for a given release", ToolBelt::Command::BranchDocsCommand
subcommand "setup-environment", "Setup release environment for a given configuration", ToolBelt::Command::SetupEnvironmentCommand
subcommand "pulp-repo-update", "Update Katello's Pulp repository based on parameters", ToolBelt::Command::PulpRepositoryUpdateCommand
subcommand "koji", "Commands for various Koji release related tasks", ToolBelt::Command::KojiCommand
subcommand "mash-scripts", "Generate mash script files for a release", ToolBelt::Command::MashScriptsCommand
subcommand "check-deprecation-warnings", "Check codebase for outdated deprecation warnings", ToolBelt::Command::CheckDeprecationWarningsCommand
Expand Down