-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Make staged_path work in installer stanzas #8887
Conversation
@vitorgalvao could you have a look at this? |
Ah, this broke again by some change to some other file. It would be nice to get this patched in core somehow, right now I'm updating this pr every few weeks, but it quickly breaks again later on. |
Hey @ponychicken, sorry about the delay on this. The thing stopping me from just merging this is the fact that we've got some wheels in motion around the upcoming So exposing |
Great to hear, I understand you want to stabilise things first! |
Any reason why this is not merged yet? It kinda blocks me from writing a cask for JDownloader 2. See this comment. |
With #13201 in the works, there's no longer any concern about maintaining multiple installed versions of casks. Merging this now. |
Make staged_path work in installer stanzas
I've tried to use
and got an error:
Does it work for anyone else? |
Ah, my apologies. Should have tried to use it in a cask before merging. I'll push a fix in a bit. |
@sparhomenko Fixed in #15911. |
Works now, thanks. |
This should add support for using staged_path in installer stanzas. It also did work just fine two weeks ago, but now suddenly self.name is always returning KlassPrefixActualname instead of Actualname. Setting name at the start of the recipe doesn't fix it either. How do I get the actual name?