From b292cffa4aca01c892385cec9f894292376ab50c Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 5 Aug 2014 12:31:08 +0400 Subject: [PATCH 1/3] changed 3.5 repo path from tag to branch until rc2 is out --- alloy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 238dd924..c18089d5 100755 --- a/alloy.py +++ b/alloy.py @@ -112,7 +112,8 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, if version_LLVM == "trunk": SVN_PATH="trunk" if version_LLVM == "3.5": - SVN_PATH="tags/RELEASE_35/rc1" + # SVN_PATH=/tags/RELEASE_35/rc1 + SVN_PATH="branches/release_35" version_LLVM = "3_5" if version_LLVM == "3.4": SVN_PATH="tags/RELEASE_34/dot2-final" From 02e08892b34a2157d8e4643e4357291708d4c556 Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 5 Aug 2014 12:39:46 +0400 Subject: [PATCH 2/3] tail the run_tests.log (100 lines) --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index 238dd924..e1e52028 100755 --- a/alloy.py +++ b/alloy.py @@ -583,7 +583,7 @@ def validation_run(only, only_targets, reference_branch, number, notify, update, print_debug("\t\t\t" + temp5[1][i][k], True, stability_log) print_debug("__________________Watch stability.log for details_________________\n", False, stability_log) if options.notify != "": - attach_mail_file(msg, stability.in_file, "run_tests_log.log") + attach_mail_file(msg, stability.in_file, "run_tests_log.log", 100) attach_mail_file(msg, stability_log, "stability.log") # *** *** *** From d44c4c05aa15bdf1641995847183b1d1fee3f3ad Mon Sep 17 00:00:00 2001 From: Anton Mitrokhin Date: Tue, 5 Aug 2014 13:32:04 +0400 Subject: [PATCH 3/3] removed leading slash in a comment --- alloy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alloy.py b/alloy.py index c18089d5..513b01b5 100755 --- a/alloy.py +++ b/alloy.py @@ -112,7 +112,7 @@ def build_LLVM(version_LLVM, revision, folder, tarball, debug, selfbuild, extra, if version_LLVM == "trunk": SVN_PATH="trunk" if version_LLVM == "3.5": - # SVN_PATH=/tags/RELEASE_35/rc1 + # SVN_PATH=tags/RELEASE_35/rc1 SVN_PATH="branches/release_35" version_LLVM = "3_5" if version_LLVM == "3.4":