Class: Avm::Git::Launcher::PublishBase
- Inherits:
-
Launcher::Publish::Base
- Object
- Launcher::Publish::Base
- Avm::Git::Launcher::PublishBase
- Includes:
- EacRubyUtils::SimpleCache
- Defined in:
- lib/avm/git/launcher/publish_base.rb
Direct Known Subclasses
Avm::Git::LauncherStereotypes::Git::Publish, Avm::Git::LauncherStereotypes::GitSubrepo::Publish, Avm::Git::LauncherStereotypes::GitSubtree::Publish
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