llvm-6502/utils/release
Daniel Sanders fe6ad9692a test-release.sh: Add ability to do a test build using the trunk or branches.
Summary:
Adds '--svn-path BRANCH' that causes the script to export the specified path
from each project. Otherwise the tag specified by -release, -rc, etc. will be
used. The version portion of the package name will be 'test-$path' (any forward
slashes in the branch name are replaced with underscores), for example:
  -svn-path trunk => clang+llvm-test-trunk-mips-linux-gnu.tar.xz
  -svn-path branches/release_35 => 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.

Reviewers: tstellarAMD, hans

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D6563



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242518 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-17 10:40:40 +00:00
..
export.sh Drop Dragonegg from the release export script 2015-04-29 02:36:43 +00:00
findRegressions-nightly.py
findRegressions-simple.py
merge.sh Release merge script: don't actually commit the merge 2015-01-13 00:07:31 +00:00
tag.sh Drop remaining Dragonegg support in release scripts 2015-06-01 15:37:58 +00:00
test-release.sh test-release.sh: Add ability to do a test build using the trunk or branches. 2015-07-17 10:40:40 +00:00