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

Daniel Sanders daniel.sanders at imgtec.com
Thu Jul 16 03:19:11 PDT 2015


dsanders added inline comments.

================
Comment at: release/test-release.sh:97
@@ -76,1 +96,3 @@
+            echo "         builds without requiring a tag to be created first"
+            ;;
         -triple | --triple )
----------------
hans wrote:
> 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?
I don't mind merging them into one option. The reason they're separate is merely that this was originally two patches.

'-test-branch trunk' should already work for testing the trunk so it's a fairly minor change.


http://reviews.llvm.org/D6563







More information about the llvm-commits mailing list