[PATCH] D37099: Added optional validation of svn sources to Dockerfiles.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 24 22:01:51 PDT 2017


mehdi_amini added a comment.

Would this be all obsolete with git repos?

Also all the python code seems complicated to me for what is basically `find | grep -v '/\.git/' | grep -v '/\.svn/' | LC_ALL=C sort | tar -cf - -T - --no-recursion | sha1sum`, can you elaborate why this is needed?


https://reviews.llvm.org/D37099





More information about the llvm-commits mailing list