Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: Crashpad | 1 Name: Crashpad |
| 2 Short Name: crashpad | 2 Short Name: crashpad |
| 3 URL: https://crashpad.googlecode.com/ | 3 URL: https://crashpad.chromium.org/ |
| 4 Version: unknown | 4 Version: unknown |
| 5 Revision: see DEPS | 5 Revision: 6bebb10829332dee5c7315abafb0a8bf32840c15 |
| 6 License: Apache 2.0 | 6 License: Apache 2.0 |
| 7 License File: crashpad/LICENSE | 7 License File: crashpad/LICENSE |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Description: | 10 Description: |
| 11 Crashpad is a crash-reporting system. It's the successor to Breakpad. | 11 Crashpad is a crash-reporting system. It's the successor to Breakpad. |
| 12 | 12 |
| 13 Crashpad’s authoritative upstream repository is | |
| 14 https://chromium.googlesource.com/crashpad/crashpad. | |
| 15 | |
| 16 Because Crashpad depends on some Chromium code (notably base and build), it is | |
| 17 acceptable to make changes to this in-Chromium copy of Crashpad in order to | |
| 18 conform to interface changes in Chromium. These changes must be noted in the | |
| 19 “local modifications” section below, and should also be reflected in the | |
| 20 authoritative Crashpad repository as soon as practical. | |
| 21 | |
| 22 Substantive development must occur in the authoritative Crashpad repository. If | |
| 23 this type of work is done in the in-Chromium copy, it will be obliterated the | |
| 24 next time Crashpad is imported into Chromium. | |
| 25 | |
| 26 To update the in-Chromium copy of Crashpad: | |
| 27 | |
| 28 git remote add crashpad https://chromium.googlesource.com/crashpad/crashpad | |
| 29 git pull --strategy=subtree --squash crashpad master_or_hash | |
|
Mark Mentovai
2015/12/08 23:36:24
I want to replace this sequence of steps with a sc
scottmg
2015/12/08 23:47:18
Sorry, I don't know. If I was doing it, I have mad
Mark Mentovai
2015/12/09 01:35:26
scottmg wrote:
Robert Sesek
2015/12/09 16:26:13
Try looking at https://git-scm.com/docs/git-merge-
Primiano Tucci (use gerrit)
2015/12/09 16:48:49
I had an internal thread with Mark and scott.
I th
Mark Mentovai
2015/12/09 22:09:45
After some discussion, this turned into the script
| |
| 30 git commit | |
| 31 git remote remove crashpad | |
| 32 | |
| 13 Local Modifications: | 33 Local Modifications: |
| 14 None. | 34 - Cherry-pick upstream 7efdc94f5982a1f9654c53fd4bf5663e5efa66ce. |
| OLD | NEW |