OLD | NEW |
(Empty) | |
| 1 Short Name: libcxx |
| 2 Name: Descriptive name of the package |
| 3 Short Name: Name the package is distributed under (ex. libxml, openssl, etc) |
| 4 Security Critical: Yes |
| 5 License: MIT |
| 6 License File: LICENSE.TXT |
| 7 Version: 0 |
| 8 Revision: 245965 |
| 9 URL: http://libcxx.llvm.org/ |
| 10 |
| 11 To upload: |
| 12 python ~/depot_tools/upload_to_google_storage.py -b chromium-libcpp third_part
y/libc++-static.a |
| 13 |
| 14 To initialize gsutil's credentials: |
| 15 python ~/depot_tools/third_party/gsutil/gsutil config |
| 16 |
| 17 That will give a URL which you should log into with your web browser. The |
| 18 username should be the one that is on the ACL for the "chromium-libcpp" |
| 19 bucket (probably your @google.com address). Contact the build team for help |
| 20 getting access if necessary. |
| 21 |
| 22 Copy the code back to the command line util. Ignore the project ID (it's OK |
| 23 to just leave blank when prompted). |
| 24 |
| 25 gsutil documentation: |
| 26 https://developers.google.com/storage/docs/gsutil |
| 27 |
| 28 |
| 29 To build: Run `third_party/libc++-static/build.sh`. It'll upload to google |
| 30 storage and update the .sha1 file. |
OLD | NEW |