IDR / idr-utils

Utility scripts for managing IDR submissions
BSD 2-Clause "Simplified" License
2 stars 6 forks source link

Prevent git-restore-mtime-bare.py from setting timestamps on symlinks #28

Closed sbesson closed 3 years ago

sbesson commented 3 years ago

The usage of follow_symlinks is primarily motivated by the fact that apart from the top-level idr0015§ symlinks, all links are pointing to read-only data on NFS and this script results inPermission Denied`.

joshmoore commented 3 years ago

@manics: is this going to hold on other platforms? I seem to remember running into issues with this based on system-python or virtualenv-python etc. Maybe it's been cleaned up in the mean time.

manics commented 3 years ago

I don't know, so far I've never had problems when using python3

joshmoore commented 3 years ago

I see multiple sentences in https://www.python.org/dev/peps/pep-0394/#for-python-script-publishers that I find conflicting.