Jeffrey Walton via llvm-dev
2018-Nov-24 13:48 UTC
[llvm-dev] How to get URL for updated files in review.llvm.org?
Hi Everyone, Three files changed in https://reviews.llvm.org/D54787 . I want to get the URL for each file so I can wget/overwrite existing files in a tree. How do I determine the URL for updated files in review.llvm.org? Jeff
Eugene Sharygin via llvm-dev
2018-Nov-24 14:20 UTC
[llvm-dev] How to get URL for updated files in review.llvm.org?
Hi Jeff, Jeffrey Walton via llvm-dev <llvm-dev at lists.llvm.org> writes:> Three files changed in https://reviews.llvm.org/D54787 . I want to get > the URL for each file so I can wget/overwrite existing files in a > tree. > > How do I determine the URL for updated files in review.llvm.org?There is "Show Raw File (Right)" option under "View Options" that allows you to download an individual file from the review page. --- Eugene
Jeffrey Walton via llvm-dev
2018-Nov-24 14:26 UTC
[llvm-dev] How to get URL for updated files in review.llvm.org?
On Sat, Nov 24, 2018 at 9:20 AM Eugene Sharygin <eush77 at gmail.com> wrote:> > Jeffrey Walton via llvm-dev <llvm-dev at lists.llvm.org> writes: > > > Three files changed in https://reviews.llvm.org/D54787 . I want to get > > the URL for each file so I can wget/overwrite existing files in a > > tree. > > > > How do I determine the URL for updated files in review.llvm.org? > > There is "Show Raw File (Right)" option under "View Options" that allows > you to download an individual file from the review page.Thanks Eugene. I don't think I have that option: https://postimg.cc/r0XgXHsX (but I've been looking for it for several days). Jeff