Module: TreasureData::Updater
Defined Under Namespace
Modules: ModuleDefinition
Instance Method Summary collapse
Methods included from ModuleDefinition
client_version_from_path, compare_versions, disable, disable?, disable_message, endpoint_root, fetch, get_client_version_file, home_directory, inject_libpath, installed_client_path, jarfile_dest_path, latest_local_version, on_mac?, on_windows?, package_category, raise_error, stream_fetch, update, update_package_endpoint, updated_client_path, updating_lock_path, version_endpoint, wait_for_lock
Instance Method Details
#maven_repo_root ⇒ Object
273 274 275 |
# File 'lib/td/updater.rb', line 273 def maven_repo_root ENV['TD_TOOLBELT_JARUPDATE_ROOT'] || "https://repo1.maven.org" end |