git-changelog-command-line 1.98.0 → 1.99.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +84 -65
- package/build/libs/{git-changelog-command-line-1.98.0-javadoc.jar → git-changelog-command-line-1.99.3-javadoc.jar} +0 -0
- package/build/libs/git-changelog-command-line-1.99.3-javadoc.jar.asc +11 -0
- package/build/libs/git-changelog-command-line-1.99.3-sources.jar +0 -0
- package/build/libs/git-changelog-command-line-1.99.3-sources.jar.asc +11 -0
- package/build/libs/{git-changelog-command-line-1.98.0-tests.jar → git-changelog-command-line-1.99.3-tests.jar} +0 -0
- package/build/libs/git-changelog-command-line-1.99.3-tests.jar.asc +11 -0
- package/build/libs/{git-changelog-command-line-1.98.0.jar → git-changelog-command-line-1.99.3.jar} +0 -0
- package/build/libs/git-changelog-command-line-1.99.3.jar.asc +11 -0
- package/package.json +1 -1
- package/build/libs/git-changelog-command-line-1.98.0-javadoc.jar.asc +0 -11
- package/build/libs/git-changelog-command-line-1.98.0-sources.jar +0 -0
- package/build/libs/git-changelog-command-line-1.98.0-sources.jar.asc +0 -11
- package/build/libs/git-changelog-command-line-1.98.0-tests.jar.asc +0 -11
- package/build/libs/git-changelog-command-line-1.98.0.jar.asc +0 -11
package/README.md
CHANGED
|
@@ -163,8 +163,8 @@ Handlebars.registerHelper('startsWith', function(from, options) {
|
|
|
163
163
|
Or from command line:
|
|
164
164
|
|
|
165
165
|
```shell
|
|
166
|
-
-cl, --custom-issue-link <string> Custom issue link. Supports
|
|
167
|
-
variables like ${PATTERN_GROUP_1} to
|
|
166
|
+
-cl, --custom-issue-link <string> Custom issue link. Supports
|
|
167
|
+
variables like ${PATTERN_GROUP_1} to
|
|
168
168
|
inject variables from pattern.
|
|
169
169
|
<string>: any string
|
|
170
170
|
Default: null
|
|
@@ -174,27 +174,27 @@ Or from command line:
|
|
|
174
174
|
-cp, --custom-issue-pattern <string> Custom issue pattern.
|
|
175
175
|
<string>: any string
|
|
176
176
|
Default: null
|
|
177
|
-
-ct, --custom-issue-title <string> Custom issue title. Supports
|
|
178
|
-
variables like ${PATTERN_GROUP_1} to
|
|
177
|
+
-ct, --custom-issue-title <string> Custom issue title. Supports
|
|
178
|
+
variables like ${PATTERN_GROUP_1} to
|
|
179
179
|
inject variables from pattern.
|
|
180
180
|
<string>: any string
|
|
181
181
|
Default: null
|
|
182
|
-
-df, --date-format <string> Format to use when printing
|
|
182
|
+
-df, --date-format <string> Format to use when printing
|
|
183
183
|
dates.
|
|
184
184
|
<string>: any string
|
|
185
185
|
Default: YYYY-MM-dd HH:mm:ss
|
|
186
|
-
-eh, --extended-headers <string> Extended headers that will send
|
|
186
|
+
-eh, --extended-headers <string> Extended headers that will send
|
|
187
187
|
when access JIRA. e.g. -eh CF-Access-
|
|
188
188
|
Client-ID:abcde12345xyz.access [Supports Multiple occurrences]
|
|
189
189
|
<string>: any string
|
|
190
190
|
Default: Empty list
|
|
191
|
-
-ex, --extended-variables <string> Extended variables that will be
|
|
191
|
+
-ex, --extended-variables <string> Extended variables that will be
|
|
192
192
|
available as {{extended.*}}. -ex "{\"
|
|
193
|
-
var1\": \"val1\"}" will print out
|
|
193
|
+
var1\": \"val1\"}" will print out
|
|
194
194
|
"val1" for a template like "{{extended.
|
|
195
195
|
var1}}"
|
|
196
196
|
<string>: any string
|
|
197
|
-
Default:
|
|
197
|
+
Default:
|
|
198
198
|
-fc, --from-commit <string> From commit.
|
|
199
199
|
<string>: any string
|
|
200
200
|
Default: 0000000000000000000000000000000000000000
|
|
@@ -205,147 +205,166 @@ Or from command line:
|
|
|
205
205
|
github.com/repos/tomasbjerre/git-
|
|
206
206
|
changelog-command-line/
|
|
207
207
|
<string>: any string
|
|
208
|
-
Default:
|
|
208
|
+
Default:
|
|
209
|
+
-ge, --github-enabled Enable parsing for GitHub
|
|
210
|
+
issues.
|
|
211
|
+
Default: disabled
|
|
212
|
+
-gl, --gitlab-enabled Enable parsing for GitLab
|
|
213
|
+
issues.
|
|
214
|
+
Default: disabled
|
|
209
215
|
-glpn, --gitlab-project-name <string> GitLab project name.
|
|
210
216
|
<string>: any string
|
|
211
|
-
Default:
|
|
217
|
+
Default:
|
|
212
218
|
-gls, --gitlab-server <string> GitLab server, like https:
|
|
213
219
|
//gitlab.com/.
|
|
214
220
|
<string>: any string
|
|
215
|
-
Default:
|
|
221
|
+
Default:
|
|
216
222
|
-glt, --gitlab-token <string> GitLab API token.
|
|
217
223
|
<string>: any string
|
|
218
|
-
Default:
|
|
219
|
-
-gtok, --github-token <string> GitHub API OAuth2 token. You
|
|
220
|
-
can get it from: curl -u
|
|
221
|
-
'yourgithubuser' -d '{"note":"Git Changelog
|
|
224
|
+
Default:
|
|
225
|
+
-gtok, --github-token <string> GitHub API OAuth2 token. You
|
|
226
|
+
can get it from: curl -u
|
|
227
|
+
'yourgithubuser' -d '{"note":"Git Changelog
|
|
222
228
|
Lib"}' https://api.github.
|
|
223
229
|
com/authorizations
|
|
224
230
|
<string>: any string
|
|
225
|
-
Default:
|
|
231
|
+
Default:
|
|
226
232
|
-h, --help <argument-to-print-help-for> <argument-to-print-help-for>: an argument to print help for
|
|
227
233
|
Default: If no specific parameter is given the whole usage text is given
|
|
228
|
-
-
|
|
234
|
+
-handlebars-helper-file, -hhf <path> Can be used to add extra
|
|
235
|
+
helpers.
|
|
236
|
+
<path>: a file path
|
|
237
|
+
Default: /home/bjerre/workspace/git-changelog/git-changelog-command-line/.
|
|
238
|
+
-ini, --ignore-commits-without-issue Ignore commits that is not
|
|
229
239
|
included in any issue.
|
|
230
240
|
Default: disabled
|
|
231
|
-
-iot, --ignore-older-than <string> Ignore commits older than
|
|
241
|
+
-iot, --ignore-older-than <string> Ignore commits older than yyyy-
|
|
232
242
|
MM-dd HH:mm:ss.
|
|
233
243
|
<string>: any string
|
|
234
|
-
Default:
|
|
235
|
-
-ip, --ignore-pattern <string> Ignore commits where pattern
|
|
244
|
+
Default:
|
|
245
|
+
-ip, --ignore-pattern <string> Ignore commits where pattern
|
|
236
246
|
matches message.
|
|
237
247
|
<string>: any string
|
|
238
248
|
Default: ^Merge.*
|
|
239
|
-
-itp, --ignore-tag-pattern <string> Ignore tags that matches
|
|
240
|
-
regular expression. Can be used to
|
|
241
|
-
ignore release candidates and only
|
|
249
|
+
-itp, --ignore-tag-pattern <string> Ignore tags that matches
|
|
250
|
+
regular expression. Can be used to
|
|
251
|
+
ignore release candidates and only
|
|
242
252
|
include actual releases.
|
|
243
253
|
<string>: any string
|
|
244
254
|
Default: null
|
|
245
|
-
-jba, --jira-basic-auth <string> Optional token to authenticate
|
|
255
|
+
-jba, --jira-basic-auth <string> Optional token to authenticate
|
|
246
256
|
with Jira.
|
|
247
257
|
<string>: any string
|
|
248
258
|
Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
|
|
259
|
+
-jbt, --jira-bearer <string> Optional token to authenticate
|
|
260
|
+
with Jira.
|
|
261
|
+
<string>: any string
|
|
262
|
+
Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
|
|
263
|
+
-je, --jira-enabled Enable parsing for Jira issues.
|
|
264
|
+
Default: disabled
|
|
249
265
|
-jp, --jira-pattern <string> Jira issue pattern.
|
|
250
266
|
<string>: any string
|
|
251
267
|
Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
|
|
252
|
-
-jpw, --jira-password <string> Optional password to
|
|
268
|
+
-jpw, --jira-password <string> Optional password to
|
|
253
269
|
authenticate with Jira.
|
|
254
270
|
<string>: any string
|
|
255
271
|
Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
|
|
256
|
-
-js, --jiraServer <string>
|
|
257
|
-
is given, the title of the Jira
|
|
272
|
+
-js, --jiraServer, --jira-server <string> Jira server. When a Jira server
|
|
273
|
+
is given, the title of the Jira
|
|
258
274
|
issues can be used in the changelog.
|
|
259
275
|
<string>: any string
|
|
260
276
|
Default: null
|
|
261
|
-
-ju, --jira-username <string> Optional username to
|
|
277
|
+
-ju, --jira-username <string> Optional username to
|
|
262
278
|
authenticate with Jira.
|
|
263
279
|
<string>: any string
|
|
264
280
|
Default: \\b[a-zA-Z]([a-zA-Z]+)-([0-9]+)\\b
|
|
265
|
-
-mavp, --major-version-pattern <string> Commit messages matching this,
|
|
266
|
-
optional, regular expression will trigger
|
|
281
|
+
-mavp, --major-version-pattern <string> Commit messages matching this,
|
|
282
|
+
optional, regular expression will trigger
|
|
267
283
|
new major version.
|
|
268
284
|
<string>: any string
|
|
269
285
|
Default: null
|
|
270
|
-
-mivp, --minor-version-pattern <string> Commit messages matching this,
|
|
271
|
-
optional, regular expression will trigger
|
|
286
|
+
-mivp, --minor-version-pattern <string> Commit messages matching this,
|
|
287
|
+
optional, regular expression will trigger
|
|
272
288
|
new minor version.
|
|
273
289
|
<string>: any string
|
|
274
290
|
Default: ^[Ff]eat.*
|
|
275
|
-
-ni, --no-issue-name <string> Name of virtual issue that
|
|
276
|
-
contains commits that has no issue
|
|
291
|
+
-ni, --no-issue-name <string> Name of virtual issue that
|
|
292
|
+
contains commits that has no issue
|
|
277
293
|
associated.
|
|
278
294
|
<string>: any string
|
|
279
295
|
Default: No issue
|
|
280
296
|
-of, --output-file <string> Write output to file.
|
|
281
297
|
<string>: any string
|
|
282
|
-
Default:
|
|
283
|
-
-pavp, --patch-version-pattern <string> Commit messages matching this,
|
|
284
|
-
optional, regular expression will trigger
|
|
298
|
+
Default:
|
|
299
|
+
-pavp, --patch-version-pattern <string> Commit messages matching this,
|
|
300
|
+
optional, regular expression will trigger
|
|
285
301
|
new patch version.
|
|
286
302
|
<string>: any string
|
|
287
303
|
Default: null
|
|
288
|
-
-phv, --print-highest-version Print the highest version,
|
|
304
|
+
-phv, --print-highest-version Print the highest version,
|
|
289
305
|
determined by tags in repo, and exit.
|
|
290
306
|
Default: disabled
|
|
291
|
-
-phvt, --print-highest-version-tag Print the tag corresponding to
|
|
307
|
+
-phvt, --print-highest-version-tag Print the tag corresponding to
|
|
292
308
|
highest version, and exit.
|
|
293
309
|
Default: disabled
|
|
294
|
-
-pnv, --print-next-version Print the next version,
|
|
295
|
-
determined by commits since highest
|
|
310
|
+
-pnv, --print-next-version Print the next version,
|
|
311
|
+
determined by commits since highest
|
|
296
312
|
version, and exit.
|
|
297
313
|
Default: disabled
|
|
298
|
-
-ptf, --prepend-to-file <string> Add the changelog to top of
|
|
314
|
+
-ptf, --prepend-to-file <string> Add the changelog to top of
|
|
299
315
|
given file.
|
|
300
316
|
<string>: any string
|
|
301
317
|
Default: null
|
|
302
318
|
-r, --repo <string> Repository.
|
|
303
319
|
<string>: any string
|
|
304
320
|
Default: .
|
|
321
|
+
-re, --redmine-enabled Enable parsing for Redmine
|
|
322
|
+
issues.
|
|
323
|
+
Default: disabled
|
|
305
324
|
-rhh, --register-handlebars-helper <string> Handlebar helpers, https:
|
|
306
|
-
//handlebarsjs.com/guide/block-helpers.html,
|
|
307
|
-
to register and use in given
|
|
325
|
+
//handlebarsjs.com/guide/block-helpers.html,
|
|
326
|
+
to register and use in given
|
|
308
327
|
template.
|
|
309
328
|
<string>: any string
|
|
310
|
-
Default:
|
|
311
|
-
-ri, --remove-issue-from-message Dont print any issues in the
|
|
329
|
+
Default:
|
|
330
|
+
-ri, --remove-issue-from-message Dont print any issues in the
|
|
312
331
|
messages of commits.
|
|
313
332
|
Default: disabled
|
|
314
333
|
-rmp, --redmine-pattern <string> Redmine issue pattern.
|
|
315
334
|
<string>: any string
|
|
316
335
|
Default: #([0-9]+)
|
|
317
|
-
-rmpw, --redmine-password <string> Optional password to
|
|
336
|
+
-rmpw, --redmine-password <string> Optional password to
|
|
318
337
|
authenticate with Redmine.
|
|
319
338
|
<string>: any string
|
|
320
|
-
Default:
|
|
321
|
-
-rms, --redmine-server <string> Redmine server. When a Redmine
|
|
322
|
-
server is given, the title of the
|
|
323
|
-
Redmine issues can be used in the
|
|
339
|
+
Default:
|
|
340
|
+
-rms, --redmine-server <string> Redmine server. When a Redmine
|
|
341
|
+
server is given, the title of the
|
|
342
|
+
Redmine issues can be used in the
|
|
324
343
|
changelog.
|
|
325
344
|
<string>: any string
|
|
326
345
|
Default: null
|
|
327
|
-
-rmt, --redmine-token <string> Optional token/api-key to
|
|
346
|
+
-rmt, --redmine-token <string> Optional token/api-key to
|
|
328
347
|
authenticate with Redmine.
|
|
329
348
|
<string>: any string
|
|
330
|
-
Default:
|
|
331
|
-
-rmu, --redmine-username <string> Optional username to
|
|
349
|
+
Default:
|
|
350
|
+
-rmu, --redmine-username <string> Optional username to
|
|
332
351
|
authenticate with Redmine.
|
|
333
352
|
<string>: any string
|
|
334
|
-
Default:
|
|
335
|
-
-rt, --readable-tag-name <string> Pattern to extract readable
|
|
353
|
+
Default:
|
|
354
|
+
-rt, --readable-tag-name <string> Pattern to extract readable
|
|
336
355
|
part of tag.
|
|
337
356
|
<string>: any string
|
|
338
357
|
Default: /([^/]+?)$
|
|
339
358
|
-sf, --settings-file <string> Use settings from file.
|
|
340
359
|
<string>: any string
|
|
341
360
|
Default: null
|
|
342
|
-
--show-debug-info Please run your command with
|
|
343
|
-
this parameter and supply output
|
|
361
|
+
--show-debug-info Please run your command with
|
|
362
|
+
this parameter and supply output
|
|
344
363
|
when reporting bugs.
|
|
345
364
|
Default: disabled
|
|
346
365
|
-std, --stdout Print builder to <STDOUT>.
|
|
347
366
|
Default: disabled
|
|
348
|
-
-t, --template <string> Template to use. A default
|
|
367
|
+
-t, --template <string> Template to use. A default
|
|
349
368
|
template will be used if not specified.
|
|
350
369
|
<string>: any string
|
|
351
370
|
Default: changelog.mustache
|
|
@@ -357,20 +376,20 @@ Or from command line:
|
|
|
357
376
|
Default: null
|
|
358
377
|
-tec, --template-content <string> String to use as template.
|
|
359
378
|
<string>: any string
|
|
360
|
-
Default:
|
|
379
|
+
Default:
|
|
361
380
|
-tps, --template-partial-suffix <string> File ending for partials.
|
|
362
381
|
<string>: any string
|
|
363
382
|
Default: .hbs
|
|
364
383
|
-tr, --to-ref <string> To ref.
|
|
365
384
|
<string>: any string
|
|
366
385
|
Default: refs/heads/master
|
|
367
|
-
-tz, --time-zone <string> TimeZone to use when printing
|
|
386
|
+
-tz, --time-zone <string> TimeZone to use when printing
|
|
368
387
|
dates.
|
|
369
388
|
<string>: any string
|
|
370
389
|
Default: UTC
|
|
371
|
-
-ut, --untagged-name <string> When listing commits per tag,
|
|
372
|
-
this will by the name of a virtual
|
|
373
|
-
tag that contains commits not
|
|
390
|
+
-ut, --untagged-name <string> When listing commits per tag,
|
|
391
|
+
this will by the name of a virtual
|
|
392
|
+
tag that contains commits not
|
|
374
393
|
available in any git tag.
|
|
375
394
|
<string>: any string
|
|
376
395
|
Default: No tag
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.64
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJh1a6JAAoJEJxRmnfYMAu7ttwH/0H18BX60TIrcY6Lqq5DJHbe
|
|
5
|
+
vEcnHF49Dlie0x3okAfWzZw9H69E0Q7wg2vUdopNGlWFfP89OIT0fy3+iroAmKd7
|
|
6
|
+
7jicviE9PyfCR8X08pFcJ+Za7FLwNS17NqRQfyN7WIDK8ZIpNyuKl2hiGaXxmp7a
|
|
7
|
+
3RPSqAgoeOHZ3eOWL5QKkSb7XEc9HMC5R7xXqm3UyHIEEjhreKasAmthymszDl3d
|
|
8
|
+
Geli9wZNXItRVGDIK9TplL1yyUv2YlAl+y3e7PZY20cLqA2CFmVJ64SN1isAFPdf
|
|
9
|
+
YFQj/GB2M5TotPsrI1ykYODtCpyNske4kVBn9YRWW/yPLaJLKxrsZN/eFwLGwdA=
|
|
10
|
+
=mk4U
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.64
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJh1a6JAAoJEJxRmnfYMAu7rVYH/jfaNYJlC0iRrH19p3QHT+2C
|
|
5
|
+
elBBZoJC3RHBy3etBdAd9UwLRUhmHcnvxh3aOsvuyvc/5G0ybed3efpl1//GVwez
|
|
6
|
+
UuI9JwzCFYXFeqbWHCqn7iUOG7l/gfuYsKYcoQsHUAtGKuISn1t9EWLs2MSbAhMS
|
|
7
|
+
3YMwBLqvzZsqZShpgrYkN1hLmyG76GkKsMaK5DqWKKaQqs3we20mXrYo4Jlbs60S
|
|
8
|
+
4Pf2MbtGDpYndXKWT6b9+puRQuHFCCu1ggHAv8Qg9yFA/0BUb5rDNCbNLTkvQwGS
|
|
9
|
+
ZZ0nJyBM7OSPf9bJC24RTiNB8YGXYAEPL9usUntACmhEFcRlXkd8vxED7QWhQx4=
|
|
10
|
+
=Z5Fo
|
|
11
|
+
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.64
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJh1a6JAAoJEJxRmnfYMAu7gBYH/jAt0nZx4vLrkRIg6PwyfLbU
|
|
5
|
+
V68IqpphC6iIxSuKgWwggGACOkmiqcKPLTrCFV6Pf0PYmdvK/TjpIJWLcoIBvqlf
|
|
6
|
+
7lE7Hy7QhCP+CVqhAYI1fVKxRvm+X7gML5RuMOUvKZSZX8j9QvVBUn+615GqbPQc
|
|
7
|
+
fypoRvuiex6624PIsSCgO4D0+7M1IKAWhEYdj4WQ1/jj30MH4yuwnfrgqgQeC3Js
|
|
8
|
+
9kpajKCzhnQ5oQPkfEsriiWHRDsdhnr2OLcL4mS+jCClERhZwdB/v9LmhwP1NXQV
|
|
9
|
+
UkCngDquvehgF2g9eAdQV9X9+j4gUZgctgKlgCoQxsFoIHS737V1hDLcIaUkT+o=
|
|
10
|
+
=Ipyr
|
|
11
|
+
-----END PGP SIGNATURE-----
|
package/build/libs/{git-changelog-command-line-1.98.0.jar → git-changelog-command-line-1.99.3.jar}
RENAMED
|
Binary file
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
-----BEGIN PGP SIGNATURE-----
|
|
2
|
+
Version: BCPG v1.64
|
|
3
|
+
|
|
4
|
+
iQEcBAABCgAGBQJh1a6JAAoJEJxRmnfYMAu7H2UIAIQQyuCJxLIx8hbsEzHkFuIA
|
|
5
|
+
DGO2YAnh1/hZTDDBL/g0lydQOVbrHvl4pOerZEgiu7o82nkU2woApdtj5tsO2v/8
|
|
6
|
+
hudQXo/kaYHRgwANBG+iioiSxpwdAzHAqRruBaq3HxpvlH8UV4QOQv20yw/AxObc
|
|
7
|
+
yUy29nDaqBfA+skrmAmyeYJJhx6hbxEf9GPNIOpGGHoOwFnJK6azX2hXcDCBdfcT
|
|
8
|
+
XmLMr92wseCFqVT3wEMU/6V3Ozqla4c9Fd/Bivj7S0YXepo9bbvokPhXI1ToYvKk
|
|
9
|
+
z47M3qSmV+9WLq02hkZ4ebxo5rFvuGchIN53ooNeZb/smHIejjcAezQ6tzfQ6Pc=
|
|
10
|
+
=7OFw
|
|
11
|
+
-----END PGP SIGNATURE-----
|
package/package.json
CHANGED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.64
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu77LoH/3ffa7ahF46jGpLmzAKOeYtt
|
|
5
|
-
yCpfsOBKxblmKiKkukou8Apnu251f7rsRK3KApOkHLMzlNysEHeTxMVyFphG7YK2
|
|
6
|
-
GmtNrCFm5JO479X3i2qX9chMq6ASwjRu8YkA0J/Frx8qODw8bm/cloYGYkJzIq2U
|
|
7
|
-
lP69fIfK7t3cpZIG5UF5eaJOC/yOfH6HXwXROp8PmbwDwnAUvGaldv08rSH5vhCt
|
|
8
|
-
nHDJ5nfk3+1O9/k2eSooj1p/D2VCcCAGLhivQ71UbDRdAbVDEMhUb0qBfmjk1mfY
|
|
9
|
-
5HXCoStX3tIuyTAxu5hhtSi73J2c5fB2L1K5I2lSulLDBwtgBSz5SfbKnhauNic=
|
|
10
|
-
=ebbW
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.64
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu713UH/jit2r3ow908IebLJzDhNMT1
|
|
5
|
-
dYAi/uJnRkftJwB5DS9wI7WLbMZaxAravw0dgb2XCPnMYu0+Ohl4Ufx2Nuv1/dLe
|
|
6
|
-
bSUbhyR55s+23xdBkHCtHKZ426M2WTIZAzPqarYlScJJRatr1jeCck306BS57+zO
|
|
7
|
-
uNHUkdP0+NDXAzfQa2pQkN3m9HLdtIJbBv2OVvsxcn02PICrhaWLcC0AMoum2g9v
|
|
8
|
-
9kP9xj8FAQFAz9Uay3upJlpWeHMEi21Bjd6kq+OdqvS6RZU5EyQbNBpZkNC2Z3La
|
|
9
|
-
eT5s87QHU76BdaQUHTioN9l6qY0YuP8KdhrgzMCErCVLYTC1iHn/xn9fbU3QEsI=
|
|
10
|
-
=B33G
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.64
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu7XO0H/0r+GDtMg3pQbv+ynPOmdkR4
|
|
5
|
-
5jh+1Y7WETfZWqxALgzkyHWv7NzonoM9LiAyrNFiZnx+WvzmyyQH3Wp7cB9dQRsy
|
|
6
|
-
UpzkJy9hXZC+2+c62rfwMYwNYRt40HXgF8fmfLbo5GRzbnWwIx6aWWfiUdgGB/Pw
|
|
7
|
-
x04UtPwJ3b1Je9p5zdq70WmIdvXowvIh5NjLkya8KVuJNayS8DmLjLYRQdDK1vu2
|
|
8
|
-
d4BB/z/z7GfHQAO/Acrvbmb9KtBitLA1/VHDwY0CDR/PJi+YUzGaRwFC7eVkurTk
|
|
9
|
-
C1anfH+DJ/vvs8fDDnKCCVNZQ8xSDXQ+3soCYSBR359SkvEdUxyiMTiQPD9ZBlw=
|
|
10
|
-
=Bksj
|
|
11
|
-
-----END PGP SIGNATURE-----
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
-----BEGIN PGP SIGNATURE-----
|
|
2
|
-
Version: BCPG v1.64
|
|
3
|
-
|
|
4
|
-
iQEcBAABCgAGBQJhqlLmAAoJEJxRmnfYMAu7TXYH/RNhKO7KnvnInW0oCVthr0lu
|
|
5
|
-
MGGHzXEzoSZpLAwmluHOLLXjPWIe2nXTfATPjrUN6jaqE4twRgMROeYom4BHc0PR
|
|
6
|
-
DWD8foCsvqayuI748QxP/PSUxuEHH/M0cIm2/OoXZPsDr9jdWVyZEHHC8TtkODDd
|
|
7
|
-
SOXvo3x96IjPkPnwwaJAttpoU0C+nPC/HKw4qATToQ+1NT6GdYcmMDeirLzgeDj9
|
|
8
|
-
1cwmLOaYBU51ny91ZjerxudwE1GhRf9ImucrI1GA3DyyJbD3obGjM8hgQ7Gi1jPk
|
|
9
|
-
QOruSLofpCKM4GQ8DFgiAEYMr7GEAjSAi6j4aqYtpyIfCbw/hAY/LqBet2Fl+Vs=
|
|
10
|
-
=nPiT
|
|
11
|
-
-----END PGP SIGNATURE-----
|