[PATCH] D6563: test-release.sh: Add ability to do a test build using the trunk or branches.
Hans Wennborg
hans at chromium.org
Thu Jul 16 09:21:31 PDT 2015
hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.
Thanks! Looks good to me.
================
Comment at: release/test-release.sh:207
@@ -191,2 +206,3 @@
+ if ! svn ls $Base_url/$proj/$ExportBranch > /dev/null 2>&1 ; then
echo "$proj $Release release candidate $RC doesn't exist!"
exit 1
----------------
This error message should probably include the $ExportBranch now to be more useful.
http://reviews.llvm.org/D6563
More information about the llvm-commits
mailing list