~rcj/simplestreams/lxd

« back to all changes in this revision

Viewing changes to examples/foocloud-images/streams/v1/streams.sjs

  • Committer: Scott Moser
  • Date: 2013-02-26 05:11:44 UTC
  • mfrom: (117.1.17 keywork)
  • Revision ID: smoser@ubuntu.com-20130226051144-u2iikynlbprjx129
pull in creation of gpg keys here, and example improvements

This does a few things:
 * gpg private and public key in examples/keys
   these were generated via tools/gen-example-key
 * ./tools/tenv sets up environment for running from trunk
   including gpghome so that signing and verifying uses
   the sample keys.
 * examples now all use streams/v1/streams.js
   and have signed .gpg and .sjs
 * tool js2signed to sign a .js file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
-----BEGIN PGP SIGNED MESSAGE-----
 
2
Hash: SHA1
 
3
 
 
4
{
 
5
 "tags": {
 
6
  "release": "pinky", 
 
7
  "version": 12.04, 
 
8
  "build": "server", 
 
9
  "stream": "released"
 
10
 }, 
 
11
 "streams": [
 
12
  {
 
13
   "path": "streams/v1/i386.sjs", 
 
14
   "arch": "i386"
 
15
  }, 
 
16
  {
 
17
   "path": "streams/v1/amd64.sjs", 
 
18
   "arch": "amd64"
 
19
  }
 
20
 ], 
 
21
 "description": "Foovendor Cloud Image streams", 
 
22
 "format": "stream-collection:1.0"
 
23
}
 
24
-----BEGIN PGP SIGNATURE-----
 
25
Version: GnuPG v1.4.12 (GNU/Linux)
 
26
 
 
27
iJwEAQECAAYFAlEsQmgACgkQqXFKIDlnU27f/wP/RoRB0/2FmmVOthgYC/W/ZmRe
 
28
IwcNZVGQQyfwjuANW5a/qiyapQVtXlUS7lPb88PQHxr6RsRFOAAnl1FYZZLHnWPE
 
29
NftbrYgxWMgJkgdlW4Z4QUuytJXdWjaOdJChHcJ9OYiDGEMXHYGK8vy9Zzck2j1V
 
30
2PzLJtKcHyJ6q80q2cw=
 
31
=FhOz
 
32
-----END PGP SIGNATURE-----