statik icon indicating copy to clipboard operation
statik copied to clipboard

flag for ignoring file mode / permissions

Open y3llowcake opened this issue 4 years ago • 4 comments

Use of this flag can improve determinism of builds. In my employer's environment the use of git across linux/osx hosts can produce different results for the mode (particularity the 'group' and 'other' permission bits).

y3llowcake avatar Nov 01 '19 19:11 y3llowcake

I think this is a great addition, would you mind adding a unit test for this?

jcchavezs avatar Nov 04 '19 16:11 jcchavezs

I'd rather not add a unit test for 3 lines of code in a main package. If I was to add a test, how would you suggest I do that? Can you point me at a similar test case?

y3llowcake avatar Nov 04 '19 17:11 y3llowcake

Hi @jcchavezs can you point me at an existing test that I could use as a starting point?

y3llowcake avatar Dec 14 '19 20:12 y3llowcake

Whatever happened to this? I'm seeing the same thing happen i.e diff between dev environments and build environments. can I help merge this?

reaVen- avatar Jan 07 '21 06:01 reaVen-