update output to 0.9.2

This commit is contained in:
Hannes Mehnert 2017-02-18 10:44:10 +00:00
parent 720082b308
commit 9f2dcfebba

View file

@ -185,6 +185,26 @@ repo$ git diff //abbreviated output
+ ["index" 0x2] + ["index" 0x2]
+ ["digest" ["SHA256" "aCsktJ5M9PI6T+m1NIQtuIFYILFkqoHKwBxwvuzpuzg="]] + ["digest" ["SHA256" "aCsktJ5M9PI6T+m1NIQtuIFYILFkqoHKwBxwvuzpuzg="]]
+ ] + ]
+
+keys: [
+ [
+ [
+ "RSA"
+ """
+-----BEGIN PUBLIC KEY-----
+MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAyUhArwt4XcxLanARyH9S
...
+9KQdg6QnLsQh/j74QKLOZacCAwEAAQ==
+-----END PUBLIC KEY-----"""
+ 0x58A3419F
+ ]
+ [
+ 0x58A79A1D
+ "RSA-PSS-SHA256"
+ "HqqicsDx4hG9pFM5E7"
+ ]
+ ]
+]
``` ```
### Status ### Status
@ -202,10 +222,11 @@ janitors).
```bash ```bash
repo$ conex_author status --quorum 0 arp repo$ conex_author status --quorum 0 arp
author hannesm #0 (created 0) verification error: author hannesm does not have any public keys 3 resources, 0 queued author hannesm #1 (created 0) verified 3 resources, 0 queued
account GitHub hannesm not approved account hannesm 4096 bit RSA key created 1487094175 approved, SHA256: ht9ztjjDwWwD/id6LSVi7nKqVyCHQuQu9ORpr8Zo2aY=
account email hannes@mehnert.org not approved account hannesm account GitHub hannesm approved
package arp authorisation packages arp, authorised ids [hannesm] missing account email hannes@mehnert.org approved
package arp authorisation approved
conex_author: [ERROR] package index arp was not found in repository conex_author: [ERROR] package index arp was not found in repository
``` ```