summaryrefslogtreecommitdiffstats
path: root/llvm/utils/docker/scripts/llvm_checksum
Commit message (Collapse)AuthorAgeFilesLines
* Python compat - iteritems() vs. items()Serge Guelton2019-01-031-1/+1
| | | | | | | | Always use `items()` and introduce extra `list(...)` call when needed. Differential Revision: https://reviews.llvm.org/D56257 llvm-svn: 350312
* Added optional validation of svn sources to Dockerfiles.Ilya Biryukov2017-09-152-0/+293
Summary: This commit also adds a script to compute sha256 hashes of llvm checkouts. Reviewers: klimek, mehdi_amini Reviewed By: klimek Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D37099 llvm-svn: 313359
OpenPOWER on IntegriCloud