Skip to content

Commit

Permalink
(RE-7326) Remove jira class and functionality from packaging
Browse files Browse the repository at this point in the history
We are moving ticket generation automation out of packaging, so remove all the
methods and classes we use for that (as well as the tasks)
  • Loading branch information
mcdonaldseanp committed Jun 13, 2016
1 parent 6a941ab commit 434b6ec
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 2,100 deletions.
14 changes: 0 additions & 14 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,3 @@ group :development, :test do
gem "rubocop", "~> 0.24.1", require: false
end

group :jira do
# The latest versions of ActiveSupport require Ruby 2.2 or greater.
# Instead of forcing a Ruby upgrade, we should constrain the version
# of ActiveSupport to anything less than 5.0.0, where the requirement
# was introduced. I mean, we could probably constrain this in general
# because ActiveSupport is not a thing we want to rely on, but
# being conservative is probably safest.
#
# - Ryan McKern, 2016-01-19
if RUBY_REVISION < 50295
gem "activesupport", "< 5.0.0", require: false
end
gem "jira-ruby"
end
1 change: 0 additions & 1 deletion lib/packaging/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ module Pkg::Util
require 'packaging/util/git'
require 'packaging/util/gpg'
require 'packaging/util/jenkins'
require 'packaging/util/jira'
require 'packaging/util/misc'
require 'packaging/util/net'
require 'packaging/util/os'
Expand Down
167 changes: 0 additions & 167 deletions lib/packaging/util/jira.rb

This file was deleted.

49 changes: 0 additions & 49 deletions spec/lib/packaging/util/jira_spec.rb

This file was deleted.

Loading

0 comments on commit 434b6ec

Please sign in to comment.