Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug com repositórios diferentes com mesmo nome #114

Open
arvanus opened this issue Aug 30, 2022 · 1 comment
Open

Bug com repositórios diferentes com mesmo nome #114

arvanus opened this issue Aug 30, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@arvanus
Copy link

arvanus commented Aug 30, 2022

Hoje se eu tenho dois repositórios diferentes, mas com nomes iguais eu não consigo usar o segundo repositório (mesmo em projetos diferentes), o Boss acaba misturando os dois, e usando o primeiro repositório.
Exemplo:

boss install owner1/repo
boss uninstall owner1/repo
boss install owner2/repo 
#Aqui irá usar o repo anterior

Se eu limpar o cache o processo funciona corretamente, mas acaba demandando tempo sempre ter que limpar o cache para testar um fork, por exemplo.

boss install owner1/repo
boss uninstall owner1/repo
boss config cache rm
boss install owner2/repo 
#OK

O ideal seria que o cache levassem em consideração a URL completa, e não apenas o nome do pacote.

Obrigado!

@viniciussanchez viniciussanchez added the bug Something isn't working label Sep 1, 2022
@viniciussanchez
Copy link
Member

Obrigado pelo feedback.. isso realmente é um problema. Vamos analisar a melhor forma de resolver.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants