[PATCH] D70353: test-release.sh: Update to fetch source from GitHub

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 12:03:27 PST 2019


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

Looks great to me. Thanks!



================
Comment at: llvm/utils/release/test-release.sh:310
+  # GitHub allows you to download a tarball of any commit using the URL:
+  # https:://github.com/$organization/$repo/achive/$ref.tar.gz
+  curl -L https://github.com/llvm/llvm-project/archive/$git_ref.tar.gz | \
----------------
Nit: :: -> :, and achive -> archive.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70353/new/

https://reviews.llvm.org/D70353





More information about the llvm-commits mailing list