annotate tools/roundup.public.pgp.key @ 7228:07ce4e4110f5

flake8 fixes: whitespace, remove unused imports
author John Rouillard <rouilj@ieee.org>
date Sat, 18 Mar 2023 14:16:31 -0400
parents 1e004afe87bb
children 186956a87ad7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7227
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
1 This is the public PGP/GPG key used to sign Roundup distributions. It
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
2 is used starting with the 1.6.0 release. (Note in this file the @ sign
5360
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
3 in emails have been replaced with the word "at".)
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
4
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
5 Key info: Roundup Team (signing key for roundup releases)
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
6 <roundup-devel at lists.sourceforge.net>
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
7 RSA key ID: 756A76D8
7227
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
8 Expires: 2028-07-17
5360
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
9 Key fingerprint = 411E 354B 5D1A F261 25D6 2122 1F2D D0CB 756A 76D8
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
10
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
11 Import the key in this file using:
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
12
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
13 gpg --import roundup.public.pgp.key
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
14
7227
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
15 Then you can use it to verify a downloaded Roundup release from pypi.
5360
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
16 Get the url of the release from:
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
17
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
18 https://pypi.org/project/roundup
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
19
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
20 Example (note there is no 1.5.7 release):
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
21
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
22 https://files.pythonhosted.org/packages/bf/14/d61fac5ed2aaca8c720ac4d4077428b8fdafa356089516ba9ee630975d2a/roundup-1.5.7.tar.gz
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
23
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
24 download the file then download:
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
25
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
26 https://files.pythonhosted.org/packages/bf/14/d61fac5ed2aaca8c720ac4d4077428b8fdafa356089516ba9ee630975d2a/roundup-1.5.7.tar.gz.asc
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
27
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
28 (same url as the file with .asc added at the end).
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
29
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
30 To verify the tar file run:
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
31
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
32 gpg --verify roundup-1.5.7.tar.gz.asc roundup-1.5.7.tar.gz
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
33
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
34 and you should see:
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
35
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
36 gpg: Signature made Wed 11 Jul 2018 08:40:06 PM EDT using RSA key ID 756A76D8
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
37 gpg: checking the trustdb
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
38 [...]
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
39 gpg: Good signature from "Roundup Team (signing key for roundup releases) <roundup-devel at lists.sourceforge.net>"
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
40 [...]
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
41
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
42 which verifies the tarball integrity. If something is wrong you will see:
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
43
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
44 gpg: Signature made Wed 11 Jul 2018 08:40:06 PM EDT using RSA key ID 756A76D8
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
45 gpg: BAD signature from "Roundup Team (signing key for roundup releases) <roundup-devel at lists.sourceforge.net>"
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
46
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
47 *do not use* the tarball if the signature is BAD. Email the
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
48 roundup-devel mailing list if there is a problem.
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
49
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
50 -----BEGIN PGP PUBLIC KEY BLOCK-----
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
51
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
52 mQINBFtGmH4BEADSLfyuTuAMhaTpNkndkkaQTa5CYIS3QMTO5fsk1+EiRe8BlIZO
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
53 GbBYjs9eLn48SLHl+TyM2pNo/9Yr5Jh3/frbARAOg4wwZLagG5w4KKVY2oxxbJla
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
54 dkhnjaf5u6S+ufTnCXmj4ANcntmOXQTEL9tI9mlKc8yB1ZeBrP9mdrELz/Kasxfx
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
55 MMsQqtuHc4xazNN8xI5St+MAP9B1Hos6QRjMiT5CiyAob2UvSoPoG5FkypoNWioF
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
56 E1ZyHSHVgahSyo2y3w8hqmQoHxWV/VWlU+P5sRdqK0wEucB5B7JbKX+kGLkNoSPS
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
57 TgsgOnS59FhGTXB0ZORZUiAP0eaCka/LMGqZYYZW8ILPSb4sZUJONS8147fsxA1p
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
58 uHAOp4TEaGucVX+YUMBrKm33M8tzpSQ4ljKmywuohiK2a/p3aoGq792QoSFCEwTn
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
59 DvZBJwBXxS5sNWYz4nYXtm8H9thqh+0KvsNl/ai8FcQwiEY07Xi0PB3IU0iWCMul
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
60 TXvBR4u0LZ7pg0D5qwQuj52EJCecPp2S1hynbprA6Nql+0PLkE082p+gvk+7bH0O
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
61 x8fERUNuio7TAzvWbs5c41Hf9b4raSeI8vlQc62xfWRkVC6FeNB0qYgTHWEn9gZR
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
62 PYChgwDWlLqIoxrAgTK2XcxptzzZZ0Gmfbw3hjjrO9rq0/7VYDSu00woAQARAQAB
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
63 tFVSb3VuZHVwIFRlYW0gKHNpZ25pbmcga2V5IGZvciByb3VuZHVwIHJlbGVhc2Vz
7227
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
64 KSA8cm91bmR1cC1kZXZlbEBsaXN0cy5zb3VyY2Vmb3JnZS5uZXQ+iQJVBBMBAgA/
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
65 AhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgBYhBEEeNUtdGvJhJdYhIh8t0Mt1
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
66 anbYBQJkE2bjBQkS15tlAAoJEB8t0Mt1anbY+psQAJOCCWZPqN3pckEu9ZVdvZ04
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
67 3JmhhTjl7YlUrBC8SdSHON/hpm41foS5Aj083p9yTAfJFPfPAD6JoYDsGRdinhy5
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
68 I2tplKU5tVv508DigbH6snaNVSAmsecp6HTm6M35e3CZtZpWDtooFI4YeyygN9Hm
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
69 wo95SRs1HRKeA2nD4w3I5beKo74s3qfBviM1qg7gmk8kWhI6fkhlr0VFc1Bzyq9u
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
70 egp2a1WqsDJJzPpTUJI5wYshOdIHcX8xsJ788iE9vsRu4Dp4AQDtyAgkNd8SkzQ+
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
71 rcNI+O+dqCwMfdESaNN8ql2/go5Y2fGPm/gqHQQTWW+R9qgitkFSJfCgdhf9DhJx
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
72 5uvXi31zxITuW7B2c3Pg81oc9iJI0jdC19IZvqzFsBT6/cbGQHvaNe+6ow24LShP
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
73 YKbjXM4XK/A/5o3AmGKiZKXa+NDNeVNBFB4+v8BWBuElBbOLVeKDaDsvUB5B7lbD
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
74 WdlFaYIO9lEBuwXyjs4Kwx34emrm2VrYqlPTofEwfNeNsUJ51kLXq+pnc7hOLlE1
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
75 DCuRXWcsmXak5Ti0YCO9/XaBOhnmQwTQWAvPBjJZB/qUORDdm/fRkrcgDur4L3Pm
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
76 N9gtogMkn9N7VOZUeSHGtfMRStbLES3kzYjQkCWoJ1IOsGSxBAJ3HIeyZRhkXaMp
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
77 8km/HszWFudWlnClRG6RuQINBFtGmH4BEACs3nbnyJu9/zW33o/ZnsGs6Rgq/wjU
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
78 OXOfA1F2oJ4zryRxy7Y3OUgiLakaLJ9WjPxB7ryCBWdUKQAZx1Qfai+mkQVJNjui
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
79 Ilo7QYuY20pPQ/vS45oCNKPYhgPEuYmo5gRmxX5v+hBYo3zLl1/pt4t8dOFUNuQj
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
80 CKuVH3e/Qt+ecq74DmVmVQOFdftFHve0qTBvIP7Yc775lH9pwsekE2UVJtnVRSzI
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
81 KKnxD4xYxBFooE4BsL2wLp1y2xwh7aF99rlKYYtUHvtJAfMnk4PbPnUw45AdUIZf
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
82 S7h3Rt3Cu6IGuq8qZZLa53EN2nlRJh1fdeMH7oN3BJ5p/HYWd+nJ9PtTpgJ1V2o3
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
83 faBSGdmjRWDfapVuxlRf3J3/9Jf9le7dS2D6lCd4ihVzBKPkQemmEck1HwVq3rGF
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
84 vexqEu8CEHOUOq9WEO0qwtoJqyJ0uVoYGqCXOYkjpTs2SI67sYnUi9BJCvdmlOW2
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
85 j9lxbKBU6AOhqYKCLQ0KO9YjwwioKFF1JGjlJtNnNp69l33V1q2u/5ITZAapi//h
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
86 roNAMOo5W9HUPDmcw2WheRGc4rYlOPT5KTdUIyIxhcav3f4mjfJc4sYPTYk7ucvB
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
87 ypSCctvVFAo+8Xjyw5zxO7AlPCnoMJdwMh8tZ2TOnL3vEaVwX2gSEWV1nW24kcia
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
88 kTHCKbJ7LOTKtwARAQABiQI8BBgBAgAmAhsMFiEEQR41S10a8mEl1iEiHy3Qy3Vq
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
89 dtgFAmQTawwFCRLXn44ACgkQHy3Qy3VqdtidLQ//dir7iKXBQ7HCwbenhQM686Ux
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
90 uMOo+K0D6HCBQK6z5iHWrqUeUUjIvZJOYGizW4kZ12RCBtzxouaw8L2BihrxatSO
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
91 GkBt3jkaJ/d52gCZhwPRriwPQuc5VvF0vbNYlzzsrxWNk+Jdp4I9qzEeBP1Zzji2
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
92 eXr7jey69e+rJraXa7w0wPLT4/arx56AFPOChiLoXbAop8Pr/VkvJ6cvN/Epb+DK
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
93 ZG4ibhDaAkFTzAT9lpi2gy55r021NIvChYZWm0fsGiNy538PMKGc2laSZfEn4FvB
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
94 bk0tyooAF1bISG7UfUT7burl35IgI6OqyLwCwA91rz5vAoq5c23vy9eUnPxKWVRl
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
95 fcFq05M/X4O/aL7o+LyA0QbBYQLp0Sw13WkGssuAA31W678XEnWFmMD7l0FAn9vc
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
96 7seyVklDg1YTqGCztiQJqF0wpfvxeyBqLl4xDHVCaClbi5ZB9DFDidCAphl7/b5X
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
97 DpjGKgSUZDn3rfPtIpemVRf87EK0rcmG4PFvmz7Z6C9zqamVMa8scuRN5sRR5WOC
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
98 N/tsktLI+anOBAqOSIqoNS68h94HRIU/RZMS2/6jWonygi1qvsykJinW0Y+/P3qd
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
99 SkU2x8Gh43K/hkK3AmpnFxzdXLw8YbgAbePVhBE9foXvC9oP0Wv7v+1RLReI0qH9
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
100 fJ6edN5eeKJuB9zvi+g=
1e004afe87bb Update expiration date for gpg release signing key to 2028-07-17.
John Rouillard <rouilj@ieee.org>
parents: 5360
diff changeset
101 =GaWC
5360
9deed9569617 Checking in the signing key for the 1.6.0 release.
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
102 -----END PGP PUBLIC KEY BLOCK-----

Roundup Issue Tracker: http://roundup-tracker.org/