lp:~tycho-s/simplestreams/keyring-support

Created by Tycho Andersen and last modified
Get this branch:
bzr branch lp:~tycho-s/simplestreams/keyring-support
Only Tycho Andersen can upload to this branch. If you are Tycho Andersen please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tycho Andersen
Project:
simplestreams
Status:
Development

Recent revisions

279. By Tycho Andersen

Re-arrange lint command

278. By Tycho Andersen

Add support for --keyring argument to gpg

277. By Scott Moser

add license / copyright headers

276. By Scott Moser

add license information to download streams

This just adds a link to
'http://www.canonical.com/intellectual-property-policy'
under the 'license' tag in top level.

275. By Scott Moser

use detached signature for .gpg, not actually signed data

274. By Scott Moser

sstream-sync: remove debug print statement

273. By Scott Moser

hook-image-id: fail if no url provided, do not split up url

if you invoked without a url, it would pass empty string to
sstream-sync which would fail oddly.

Also, since sstream-sync now splits up a url if you give it a
full path rather than (mirror, path), no need to do so here.

272. By Scott Moser

util.py::read_possibly_signed: fix issue with python3 by using subp

$ ./tools/tenv python3 bin/sstream-query \
    exdata/data/released/streams/v1/index.sjson
Traceback (most recent call last):
  File "bin/sstream-query", line 140, in <module>
    main()
  File "bin/sstream-query", line 137, in main
    tmirror.sync(smirror.reader, path)
  File "trunk/simplestreams/mirrors/__init__.py", line 54, in sync
    (payload, _sig) = util.read_possibly_signed(path, reader)
  File "trunk/simplestreams/util.py", line 230, in read_possibly_signed
    (out, _err) = sp.communicate(content)
  ....
TypeError: 'str' does not support the buffer interface

It worked with python2, but not python3.

271. By Scott Moser

Makefile: add test2 for testing python2, add entries to .PHONY

270. By Scott Moser

make 'shell' parame work to util.subp

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~smoser/simplestreams/trunk
This branch contains Public information 
Everyone can see this information.

Subscribers