[PATCH] D6563: test-release.sh: Add ability to do a test build using the trunk or branches.
Hans Wennborg
hans at chromium.org
Wed Jul 15 09:15:18 PDT 2015
hans added a comment.
Thanks! This seems useful.
================
Comment at: release/test-release.sh:97
@@ -76,1 +96,3 @@
+ echo " builds without requiring a tag to be created first"
+ ;;
-triple | --triple )
----------------
I wonder if we could make this simpler by adding just one command-line option, so one could run the script for example like:
./test-relese.sh -svn-path trunk
or
./test-release.sh -svn-path branches/release_37
And that would get baked into the package name. What do you think?
http://reviews.llvm.org/D6563
More information about the llvm-commits
mailing list