Class: Avm::Git::Launcher::PublishBase

Inherits:
Launcher::Publish::Base
  • Object
show all
Includes:
EacRubyUtils::SimpleCache
Defined in:
lib/avm/git/launcher/publish_base.rb

Constant Summary collapse

CHECKERS =
%w[remote_url remote_fetch publish_remote_no_exist remote_equal remote_following
local_following].freeze
DEFAULT_REMOTE_REF =
'master'
REMOTE_UNAVAILABLE_MESSAGES =
['could not resolve host', 'connection timed out',
'no route to host'].map(&:downcase).freeze