[Pkg-zsh-devel] Bug#981320: Bug#981320: zplug: Repo not found with from:oh-my-zsh

Axel Beckert abe at debian.org
Wed Feb 10 04:17:32 GMT 2021


Control: tag -1 + moreinfo

Hi Antonio,

Antonio Tapiador wrote:
> Adding a new plugin from oh-my-zsh fails to fetch the plugin
> 
> A line like:
> 
> zplug "plugins/pyenv",      from:oh-my-zsh
> 
> fails to "zplug install" with a "Repo not found" error.

Thanks for the bug report.

While I do see that the oh-my-zsh repo moved inside Github, I also see
that the old URL does redirects. But I can't reproduce your reported
error on "zplug install", just on "zplug status":

~ → zsh -f
c6% . /usr/share/zplug/init.zsh
c6% zplug list
[zplug] no package managed by zplug
c6% zplug "plugins/pyenv",      from:oh-my-zsh
c6% zplug status
[zplug] Start to get remote status 1 plugins in parallel

 ✘  Repo not found        plugins/pyenv

[zplug] Elapsed time: 0.1594 sec.
 ==> All packages are up-to-date!
c6% zplug install
[zplug] Start to install 1 plugins in parallel

 ✔  Installed!            plugins/pyenv

[zplug] Elapsed time: 2.9216 sec.
 ==> Installation finished successfully!
c6% zplug status
[zplug] Start to get remote status 1 plugins in parallel

 ✔  Up-to-date            plugins/pyenv

[zplug] Elapsed time: 1.4144 sec.
 ==> All packages are up-to-date!
c6% zplug info
1 plugs, 15M
c6% zplug info plugins/pyenv
- use: "*.zsh"
- as: "plugin"
- at: "master"
- ignore: ""
- lazy: "no"
- commit: ""
- dir: "/home/abe/.zplug/repos/robbyrussell/oh-my-zsh"
- of: ""
- rename-to: ""
- from: "oh-my-zsh"
- do: ""
- defer: "0"
- hook-load: ""
- file: ""
- name: "plugins/pyenv"
- nice: ""
- if: ""
- depth: "0"
- frozen: "no"
- on: ""
- hook-build: ""
c6%

Seeing the "robbyrussell/oh-my-zsh" in the above path, I also wonder
if changing that path without need would break existing installations.
(I don't use zplug myself, so I have no experience with it.)

		Regards, Axel
-- 
 ,''`.  |  Axel Beckert <abe at debian.org>, https://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5
  `-    |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE



More information about the Pkg-zsh-devel mailing list