blob: 8ac1ceac0a92907698502adb7945e967a3d79764 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# archlinux-lcpu Community Repository Packager PGP Keyring
* [中文版本](#archlinux-lcpu-社区源打包者-pgp-keyring)
This repository contains the PGP keyring for Arch Linux LCPU community repository packagers.
## archlinux-lcpu Packagers
To add a new key, please submit a PR following these steps:
1. Submit your public key to a public keyserver, ensuring that `gpg --keyserver --recv-keys <fingerprint>` can retrieve your public key.
2. Add your public key fingerprint to `master-keyids` in the following format:
```
<fingerprint> <username> <keyserver>
```
3. Run the following commands:
```bash
updpkgsums
makepkg
makepkg --printsrcinfo > .SRCINFO
```
* Ensure that your public key can be retrieved and that a `<username>.asc` file containing your public key is created in the `src/master` directory.
1. In your commit, make sure that `master-keyids` includes your fingerprint and **also** includes modifications to both `PKGBUILD` and `.SRCINFO`
# archlinux-lcpu 社区源打包者 PGP keyring
* [English Version](#archlinux-lcpu-community-repository-packager-pgp-keyring)
这里存放 Arch Linux LCPU 社区源打包者 PGP keyring
## archlinux-lcpu 打包者
如需添加新 key ,请按照以下方式提出 PR :
1. 将您的 pubkey 提交到某个公开的 keyserver ,确保 `gpg --keyserver --recv-keys <fingerprint>` 可接收到您的 pubkey 。
2. 将您的 pubkey fingerprint 填入 master-keyids ,格式为
```
<fingerprint> <username> <keyserver>
```
3. 执行:
```bash
updpkgsums
makepkg
makepkg --printsrcinfo > .SRCINFO
```
* 确保能接收到您的 pubkey ,在 `src/master` 文件夹创建了含有您用户名的 `<username>.asc` 的 pubkey 。
4. 在 commit 中确保 master-keyids 包含了您的 fingerprint,且**务必**同时包含对于 `PKGBUILD` 和 `.SRCINFO` 的修改。
|