[BUG] 🐛 brew tap not tapping things #160

Closed
opened 2023-02-25 07:54:38 +00:00 by jessebot · 1 comment
jessebot commented 2023-02-25 07:54:38 +00:00 (Migrated from github.com)

Describe the bug

brew tap is maybe not tapping anything? In the "running command" output, it shows:

⠹ ♥ Running command: brew tap

Local Environment (please complete the following information):**

  • OS: Ventura 13.2
  • onboardme Version: v0.18.0

Steps To Reproduce

onboardme --log_level debug --steps packages --pkg_managers brew --log_file issue.log

Relevant sections of debug log
[08:46:59] DEBUG run_pkg_mngrs: pkg groups for brew are {'default': ['w3m', 'wget', 'lynx', 'zellij', 'asciinema', 'vim', 'neovim', 'neomutt', 'offlineimap', 'fzf', 'lsd', 'bat', 'rich-cli', 'ranger', 'libsixel', 'imagemagick', 'the_silver_searcher', 'colordiff', 'htop', 'gotop', 'fastfetch', 'duf', 'lolcat', 'figlet', 'toilet', 'less', 'sl', 'cowsay', 'git', 'go', 'node', 'rustup', 'yamllint', 'tidy-html5', 'pandoc', 'jq', 'howdoi', 'tealdeer', 'openssl@3', 'bitwarden-cli', 'clamav', 'gpg-tui', 'spotifyd', 'spotify-tui', 'gh', 'glab'], 'macOS': ['python@3.11', 'curl', 'bash', 'cmake', 'bash-completion@2', 'zathura', 'zathura-pdf-mupdf', '--cask font-mononoki', '--cask font-hack-nerd-font', '--cask rectangle', '--cask firefox', '--cask iterm2', '--cask wez/wezterm/wezterm', 'gnu-sed', '--cask karabiner-elements', '--cask docker', '--cask vlc', '--cask freetube', '--cask lulu', '--cask bitwarden', '--cask protonvpn', '--cask protonmail-bridge', '--cask libreoffice'], 'devops': ['restic', 'terraform', 'tflint', 'terraform-docs', 'kubectl', 'krew', 'k9s', 'helm', 'argocd', 'kind'], 'work': ['--cask slack', '--cask zoom']}
[08:46:59] DEBUG run_subprocess: ['brew', 'tap']
[08:46:59] DEBUG run_subprocess: {}
[08:47:01] DEBUG run_subprocess: (b'browsh-org/browsh\nhomebrew/bundle\nhomebrew/cask\nhomebrew/cask-fonts\nhomebrew/core\nhomebrew/services\nwez/wezterm\nzegervdv/zathura\n', b'')
[08:47:01] INFO subproc: browsh-org/browsh
homebrew/bundle
homebrew/cask
homebrew/cask-fonts
homebrew/core
homebrew/services
wez/wezterm
zegervdv/zathura

[08:47:01] DEBUG install_brew_taps: taps list is: ['wez/wezterm', 'zegervdv/zathura', 'homebrew/cask-fonts']
[08:47:01] DEBUG install_brew_taps: Current taps are: ['browsh-org/browsh', 'homebrew/bundle', 'homebrew/cask', 'homebrew/cask-fonts', 'homebrew/core', 'homebrew/services', 'wez/wezterm', 'zegervdv/zathura', '']
[08:47:01] DEBUG install_brew_taps: index: 0 tap: wez/wezterm
[08:47:01] DEBUG install_brew_taps: index: 1 tap: zegervdv/zathura
[08:47:01] DEBUG install_brew_taps: index: 2 tap: homebrew/cask-fonts
[08:47:01] DEBUG run_subprocess: ['brew', 'update', '--quiet']

Expected behavior

I'd expect an actual repo to be tapped there, and I don't see one.

## Describe the bug brew tap is maybe not tapping anything? In the "running command" output, it shows: ``` ⠹ ♥ Running command: brew tap ``` ### Local Environment (please complete the following information):** - OS: Ventura 13.2 - `onboardme` Version: v0.18.0 ## Steps To Reproduce `onboardme --log_level debug --steps packages --pkg_managers brew --log_file issue.log` <details> <summary>Relevant sections of debug log</summary> ```logging [08:46:59] DEBUG run_pkg_mngrs: pkg groups for brew are {'default': ['w3m', 'wget', 'lynx', 'zellij', 'asciinema', 'vim', 'neovim', 'neomutt', 'offlineimap', 'fzf', 'lsd', 'bat', 'rich-cli', 'ranger', 'libsixel', 'imagemagick', 'the_silver_searcher', 'colordiff', 'htop', 'gotop', 'fastfetch', 'duf', 'lolcat', 'figlet', 'toilet', 'less', 'sl', 'cowsay', 'git', 'go', 'node', 'rustup', 'yamllint', 'tidy-html5', 'pandoc', 'jq', 'howdoi', 'tealdeer', 'openssl@3', 'bitwarden-cli', 'clamav', 'gpg-tui', 'spotifyd', 'spotify-tui', 'gh', 'glab'], 'macOS': ['python@3.11', 'curl', 'bash', 'cmake', 'bash-completion@2', 'zathura', 'zathura-pdf-mupdf', '--cask font-mononoki', '--cask font-hack-nerd-font', '--cask rectangle', '--cask firefox', '--cask iterm2', '--cask wez/wezterm/wezterm', 'gnu-sed', '--cask karabiner-elements', '--cask docker', '--cask vlc', '--cask freetube', '--cask lulu', '--cask bitwarden', '--cask protonvpn', '--cask protonmail-bridge', '--cask libreoffice'], 'devops': ['restic', 'terraform', 'tflint', 'terraform-docs', 'kubectl', 'krew', 'k9s', 'helm', 'argocd', 'kind'], 'work': ['--cask slack', '--cask zoom']} [08:46:59] DEBUG run_subprocess: ['brew', 'tap'] [08:46:59] DEBUG run_subprocess: {} [08:47:01] DEBUG run_subprocess: (b'browsh-org/browsh\nhomebrew/bundle\nhomebrew/cask\nhomebrew/cask-fonts\nhomebrew/core\nhomebrew/services\nwez/wezterm\nzegervdv/zathura\n', b'') [08:47:01] INFO subproc: browsh-org/browsh homebrew/bundle homebrew/cask homebrew/cask-fonts homebrew/core homebrew/services wez/wezterm zegervdv/zathura [08:47:01] DEBUG install_brew_taps: taps list is: ['wez/wezterm', 'zegervdv/zathura', 'homebrew/cask-fonts'] [08:47:01] DEBUG install_brew_taps: Current taps are: ['browsh-org/browsh', 'homebrew/bundle', 'homebrew/cask', 'homebrew/cask-fonts', 'homebrew/core', 'homebrew/services', 'wez/wezterm', 'zegervdv/zathura', ''] [08:47:01] DEBUG install_brew_taps: index: 0 tap: wez/wezterm [08:47:01] DEBUG install_brew_taps: index: 1 tap: zegervdv/zathura [08:47:01] DEBUG install_brew_taps: index: 2 tap: homebrew/cask-fonts [08:47:01] DEBUG run_subprocess: ['brew', 'update', '--quiet'] ``` </details> ### Expected behavior I'd expect an actual repo to be tapped there, and I don't see one.
jessebot commented 2023-02-25 12:57:30 +00:00 (Migrated from github.com)

It was just the output that was confusing, not the actual code.

It was just the output that was confusing, not the actual code.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
jessebot/onboardme#160
No description provided.