OLD | NEW |
1 #!/usr/bin/env python | 1 #!/usr/bin/env python |
2 # Copyright 2013 the V8 project authors. All rights reserved. | 2 # Copyright 2013 the V8 project authors. All rights reserved. |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following | 10 # copyright notice, this list of conditions and the following |
(...skipping 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1036 Summary of changes available at: | 1036 Summary of changes available at: |
1037 https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh | 1037 https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh |
1038 | 1038 |
1039 Please follow these instructions for assigning/CC'ing issues: | 1039 Please follow these instructions for assigning/CC'ing issues: |
1040 https://github.com/v8/v8/wiki/Triaging%20issues | 1040 https://github.com/v8/v8/wiki/Triaging%20issues |
1041 | 1041 |
1042 Please close rolling in case of a roll revert: | 1042 Please close rolling in case of a roll revert: |
1043 https://v8-roll.appspot.com/ | 1043 https://v8-roll.appspot.com/ |
1044 This only works with a Google account. | 1044 This only works with a Google account. |
1045 | 1045 |
1046 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel;tryserver.chromium.linux:linu
x_optional_gpu_tests_rel | 1046 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_blink_rel;master.tryserver.chrom
ium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optiona
l_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel |
1047 | 1047 |
1048 TBR=reviewer@chromium.org""" | 1048 TBR=reviewer@chromium.org""" |
1049 | 1049 |
1050 # Snippet from the original DEPS file. | 1050 # Snippet from the original DEPS file. |
1051 FAKE_DEPS = """ | 1051 FAKE_DEPS = """ |
1052 vars = { | 1052 vars = { |
1053 "v8_revision": "last_roll_hsh", | 1053 "v8_revision": "last_roll_hsh", |
1054 } | 1054 } |
1055 deps = { | 1055 deps = { |
1056 "src/v8": | 1056 "src/v8": |
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1575 | 1575 |
1576 Review URL: https://codereview.chromium.org/83173002 | 1576 Review URL: https://codereview.chromium.org/83173002 |
1577 | 1577 |
1578 ------------------------------------------------------------------------""") | 1578 ------------------------------------------------------------------------""") |
1579 self.assertEquals( | 1579 self.assertEquals( |
1580 """Prepare push to trunk. Now working on version 3.23.11. | 1580 """Prepare push to trunk. Now working on version 3.23.11. |
1581 | 1581 |
1582 R=danno@chromium.org | 1582 R=danno@chromium.org |
1583 | 1583 |
1584 Committed: https://code.google.com/p/v8/source/detail?r=17997""", body) | 1584 Committed: https://code.google.com/p/v8/source/detail?r=17997""", body) |
OLD | NEW |