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 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1030 Summary of changes available at: | 1030 Summary of changes available at: |
1031 https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh | 1031 https://chromium.googlesource.com/v8/v8/+log/last_rol..roll_hsh |
1032 | 1032 |
1033 Please follow these instructions for assigning/CC'ing issues: | 1033 Please follow these instructions for assigning/CC'ing issues: |
1034 https://github.com/v8/v8/wiki/Triaging%20issues | 1034 https://github.com/v8/v8/wiki/Triaging%20issues |
1035 | 1035 |
1036 Please close rolling in case of a roll revert: | 1036 Please close rolling in case of a roll revert: |
1037 https://v8-roll.appspot.com/ | 1037 https://v8-roll.appspot.com/ |
1038 This only works with a Google account. | 1038 This only works with a Google account. |
1039 | 1039 |
1040 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserve
r.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_
optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel | 1040 CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;master.tryserve
r.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_
optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel;
master.tryserver.chromium.android:android_optional_gpu_tests_rel |
1041 | 1041 |
1042 TBR=reviewer@chromium.org""" | 1042 TBR=reviewer@chromium.org""" |
1043 | 1043 |
1044 # Snippet from the original DEPS file. | 1044 # Snippet from the original DEPS file. |
1045 FAKE_DEPS = """ | 1045 FAKE_DEPS = """ |
1046 vars = { | 1046 vars = { |
1047 "v8_revision": "last_roll_hsh", | 1047 "v8_revision": "last_roll_hsh", |
1048 } | 1048 } |
1049 deps = { | 1049 deps = { |
1050 "src/v8": | 1050 "src/v8": |
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1941 | 1941 |
1942 Review URL: https://codereview.chromium.org/83173002 | 1942 Review URL: https://codereview.chromium.org/83173002 |
1943 | 1943 |
1944 ------------------------------------------------------------------------""") | 1944 ------------------------------------------------------------------------""") |
1945 self.assertEquals( | 1945 self.assertEquals( |
1946 """Prepare push to trunk. Now working on version 3.23.11. | 1946 """Prepare push to trunk. Now working on version 3.23.11. |
1947 | 1947 |
1948 R=danno@chromium.org | 1948 R=danno@chromium.org |
1949 | 1949 |
1950 Committed: https://code.google.com/p/v8/source/detail?r=17997""", body) | 1950 Committed: https://code.google.com/p/v8/source/detail?r=17997""", body) |
OLD | NEW |