Dmitriy Kalinin

Results 407 comments of Dmitriy Kalinin

seems like a good suggestion. @gaurav-nelson would you be interested in contributing this change?

cloning happens via this package: https://github.com/vmware-tanzu/carvel-vendir/tree/develop/pkg/vendir/fetch/git and configuration for git is here: https://github.com/vmware-tanzu/carvel-vendir/blob/develop/pkg/vendir/config/directory.go#L56. if you are available give it a go!

@Zebradil yeah, `manual` source was very early addition that doesn't quite fit with methodology of vendir (vendir doesnt want to be "keeping" authoritative content). i would recommend switching to `directory`...

based on your breakdown above i dont think you would be able to do "manual" on the individual files so that already wouldnt work out. but you should be able...

i do like a possibility of what you trying to do with `manual` though. probably should do more thinking around this...

@seanorama that sounds like a good feature. any interest in giving it a shot?

@voor that seems like an oversight when githubRelease was taught to be tagSelection friendly. seems like a reasonable thing to add.

hey @brittonhayes. it looks like when unpackArchive currently is used, we replace the entire downloaded directory with contents that were unpacked. this is a bit weird for the case when...

> I was unsure how much change maintainers were comfortable making to the way the unpacking works, so I kept the tweak to the code base very minimal. @brittonhayes my...