Logo
Explore Help
Sign In
admin/brew
1
0
Fork 0
You've already forked brew
Code Issues Packages Projects Releases 6 Wiki Activity
brew/Library/Homebrew/extend/os/linux/tap.rb

11 lines
249 B
Ruby
Raw Normal View History

Move type annotations into files.
2020-10-10 14:16:11 +02:00
# typed: true
Add frozen_string_literal to all files.
2019-04-19 15:38:03 +09:00
# frozen_string_literal: true
CoreTap.default_remote: Use Linuxbrew/core [Linux]
2018-10-02 15:43:16 -07:00
class CoreTap < Tap
Fix check_coretap_git_origin check_coretap_git_origin was not working as intended. Permit Linuxbrew/homebrew-core as a valid origin. Factor out check_coretap_git_branch.
2019-01-24 22:51:33 -08:00
# @private
def initialize
super "Homebrew", "core"
Migrate linuxbrew-core to homebrew-core on update. - Only for HOMEBREW_DEVELOPER - Except for HOMEBREW_CORE_MERGE_MAINTAINER - Except for GitHub Actions CI Co-authored-by: Rylan Polster <rslpolster@gmail.com> Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-10-07 11:16:03 +01:00
@full_name = "Homebrew/linuxbrew-core" if HOMEBREW_CORE_DEFAULT_GIT_REMOTE.include?("Homebrew/linuxbrew-core")
CoreTap.default_remote: Use Linuxbrew/core [Linux]
2018-10-02 15:43:16 -07:00
end
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 1059ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API