nb/amd/agesa/*/acpi_tables.c: Fix some white spaces issues
[coreboot.git] / Documentation / infrastructure / services.md
blob6d7ddd9f53443195c0f16bd7f73a18cd3e81aedb
1 # Accounts on coreboot.org
3 There are a number of places where you can benefit from creating an account
4 in our community. Since there is no single sign-on system in place (at this
5 time), they come with their own setup routines.
7 ## Gerrit code review
8 We exchange and review patches to the code using our [Gerrit code review
9 system](https://review.coreboot.org).
11 It allows logging in with a Google or GitHub account using OAuth2 as well
12 as with any OpenID provider that you may already use.
14 On the [settings screen](https://review.coreboot.org/settings) you can register
15 all your email addresses you intend to use in the context of coreboot
16 development so that commits with your email address in them are associated with
17 you properly.
19 Below is a list of its SSH host keys and fingerprints.
20 ```Bash
21 [review.coreboot.org]:29418 ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAvNDn8qGHlWM/5ndFltStlg3QTc8xvGOgyjxxZByhMZx8LVE4cfgF38WP3euq0avyFy7gAJNghHorXpYKoOzuQPn2WNi5QhyGsUhg7ZJz9hC7Z2gqxxsZF3E7rku4Uj9sN7hWx9fBngxD4z2tP4y/18FTT5XTMcC3Q2sBCOLM0XVAO5R/nb2GO3d27avy+sanKAFEwJHnZ996IoTlU8JJFyi1Y6g30dC2K75oFgCtzntxf++wvrkkKPa+CFQub8fp20shat9WwX9kXjpRjt/Yv9LgqFCaI5ztJvWXicAmbgghGVzbzz4GoSjjF9cxxJF//KTmNb4iGQqmP3Olm27xuw==
23 [review.coreboot.org]:29418 ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBzlwf/bFejt4EEz1QmbNOfK/HN1NtdcefrRs5Gs42uGnIvjxsff+vEF3//jCTvFPadoy3DrPsbQB3ioQAcYppk=
25 [review.coreboot.org]:29418 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOC3Z32gc+1rJXhKX+SW0vESlXR/h/mhcxd+62B1PWC2
26 ```
28 ```Bash
29 2048 SHA256:WW5prF7YE3MTnkRIxLklr9Gxddj9s5BZKUqWJF5dnTg review.coreboot.org:29418 (RSA)
30 256 SHA256:IuLv/DgrBtVn36eMP1zFD0ISAl3IxIoCeiRms6UDhZc review.coreboot.org:29418 (ECDSA)
31 256 SHA256:QFZieVHy8dCRl9tDib6qiwELnfa7SVU4ZWJ5VrXoC8k review.coreboot.org:29418 (ED25519)
32 ```
34 ### https push access
35 When using the https URLs to git repositories, you can push with the "HTTP
36 Credentials" you can have Gerrit generate for you on that page. By default,
37 git uses `$HOME/.netrc` for http authentication data, so add a line there
38 stating:
40     machine review.coreboot.org login $your-user-name password $your-password
42 ### Gerrit user avatar
43 To setup an avatar to show in Gerrit, clone the avatars repository at
44 https://review.coreboot.org/gerrit-avatars.git and add a file named
45 $your-user-ID.jpg (the user ID is a number shown on the [settings screen](https://review.coreboot.org/settings)).
46 The image must be provided in JPEG format, must be square and have at most 50000
47 bytes.
49 After you push for review, the system will automatically verify your change
50 and, if adhering to these constraints, approve it. You can then immediately
51 submit it.
53 ## Issue tracker
54 We have an [issue tracker](https://ticket.coreboot.org) that is used for
55 coreboot and related code, such as libpayload, as well as for the project's
56 infrastructure.
58 It can be helpful to refer to issues we track there in commit messages:
60     Fixes: https://ticket.coreboot.org/issues/$id