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

Search for scripts in staging directory, not current directory #874

Closed
PaulStovell opened this issue Apr 24, 2014 · 2 comments
Closed

Search for scripts in staging directory, not current directory #874

PaulStovell opened this issue Apr 24, 2014 · 2 comments
Labels
kind/bug This issue represents a verified problem we are committed to solving
Milestone

Comments

@PaulStovell
Copy link
Member

Tentacle always extracts the package to a generated staging folder, such as:

C:\Apps\Environment\PackageName\1.0.0

When customers use the custom installation directory option, they can have the files copied to another location during deployment:

C:\MyApp

In the past, when invoking PowerShell scripts, we used to search the generated staging folder for scripts, then see if they existed in the target directory before invoking. But recently during refactoring this was changed so that we search under the target folder instead. Since the target folder may contain a lot more files, this search can take much longer.

We should revert this to the old behaviour.

@PaulStovell PaulStovell added this to the 2.4 milestone Apr 24, 2014
@PaulStovell
Copy link
Member Author

Fixed in 2.4

@lock
Copy link

lock bot commented Nov 28, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 28, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug This issue represents a verified problem we are committed to solving
Projects
None yet
Development

No branches or pull requests

1 participant