-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Direct Install lacks options and cleanup #1389
Comments
Thanks @OleVik 😄. I'm definitely interested in tackling this issue. My understandingIf I get you right, here what should be done before solving this issue.
Request for more information on point 2I get you are saying that this might happens only on Windows. |
Folders, as in directories. After running the command, whether it fails or not, it leaves behind a copy of the extracted extension in What happens on Windows is not related to point 1-5, they are merely current deficiencies of the implementation. On Windows two things happen on occasion: |
All right. So I'll stick to this:
|
I'll take a look and make a plan before coding. I'd like create a merge request for each point but we'll see how this goes. I'll try to do this tonight but will do Friday or Saturday at worst. |
Changes to consider after this issue has been resolved
|
What the command does Install
from (.zip only?)
|
@OleVik In the |
The aliases of Essentially, you can force retrying/refreshing data from the GPM and/or pass the generic |
Look likes theres two var I need to check out in |
I don't think Let's see what come out of this. |
Installing an older Grav package delete the
De-packaging 1.1.17 on branch develop probably cause this error. This is probably cause by trying to install a stable release on the |
Following my tests with packages from this comment successful installation clean temporary files. |
I can't get my functional test to work. Instantiating a null output when I call the Grav command is giving me trouble. This doesn't help me: http://stackoverflow.com/questions/18237519/symfony2-console-output-without-outputinterface I get the error
|
Thought I'd tag @akeif for this, since he's been very involved in getting the
directinstall
command working. Whilst the command works well, with only minor infidelities I thus far have blamed on Windows and haven't tracked down fully in debug, two points are worthy of immediate consideration: The command does not register common options, and folders are not deleted on failure or success.For the former,
force
,all-yes
, anddestination
are not available. Just like the rest of GPM, having them available cuts down on development-time significantly. For the latter, I noticed that regardless of whether the installation halts or succeeds, the temporary folders in/tmp/
are not deleted - at least none have been thus far.The text was updated successfully, but these errors were encountered: