[PATCH] test-release.sh: Add ability to do a test build using the trunk or branches.

Daniel Sanders daniel.sanders at imgtec.com
Mon Dec 8 01:58:56 PST 2014


Hi tstellarAMD,

(This isn't needed for the LLVM 3.5.1 release)

Adds --test-trunk and '--test-branch BRANCH' that causes the script to export
the trunk or the specified branch. Otherwise the tag specified by -release, -rc,
etc. will be used. The version portion of the package name will be 'test-trunk'
or 'test-$branch' (any forward slashes in the branch name are replaced with
underscores), for example:
  clang+llvm-test-branches_release_35-mips-linux-gnu.tar.xz

This is primarily useful for bringing new release packages up to standard
without needing to create and maintain a tag for the purpose.

http://reviews.llvm.org/D6563

Files:
  utils/release/test-release.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6563.17034.patch
Type: text/x-patch
Size: 2761 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141208/12e6e773/attachment.bin>


More information about the llvm-commits mailing list