Better installation flow for developing.#180
Better installation flow for developing.#180
Conversation
tbranyen
commented
Jun 20, 2014
- Detects if libgit2 is already fetched instead of constantly fetching.
- Removes outdated libgit2 files.
- Provides more meta information about libgit2 inside package.json.
- Detects if libgit2 is already fetched instead of constantly fetching. - Provides more meta information about libgit2 inside package.json.
|
About fetching |
|
Yes, that is a good point. What would you suggest to handle this? Should I write out a tracking file named something like |
|
Actually I could just write a file named identical to the sha and |
|
I think, will be enough to parse |
|
Your solution will be simple |
|
If this looks good to you @3y3 can you merge? |
package.json
Outdated
There was a problem hiding this comment.
Where is used pkg.libgit2.libgit2?
There was a problem hiding this comment.
Nowhere, must be remnant from something else. Good catch, removed.
|
Ok, I'm ready to merge it. |
|
@3y3 the checking is between python2 and python3 not python1. On systems like Arch Linux |
Better installation flow for developing.
|
Oh - now it's clearly. Merged. |
|
Awesome, thanks! |