lp://staging/~rcj/simplestreams/lxd-test
- Get this branch:
- bzr branch lp://staging/~rcj/simplestreams/lxd-test
Branch merges
Branch information
Recent revisions
- 383. By Scott Moser
-
add --no-verify argument to not gpg verify signed json files.
Its possible that the user doesn't have the key in their keyring and is
only testing or not concerned with checking content signatures.This provides '--no-verify' or '-U' for that case to
sstream-mirror, sstream-query, sstream-sync - 382. By Scott Moser
-
README formatting fixes.
The RFC URL used is now owned by a domain squatter; as I was changing
that I figured I may as well do a little bit of clean-up as I read
through. - 381. By Scott Moser
-
objectstores must close their readers if they read from them.
This fixes the leaking file handles that was happening when
a 'reader' (in most cases a UrlContentSource) was being handed
to 'insert_item', it would never be closed.This is possibly confusing because it never was explicitly open()ed.
So the user had a reasonable excuse for not calling close().The code causing the issue in MAAS was similar, in that the reader
was being passed around, and then read/copied and not 'close()ed'. - 379. By Scott Moser
-
make-test-data: in fake data do not include content in metadata
the json files were getting 'content' populated for every item.
the content the actual content of the file. Not necessary or desireable. - 375. By Scott Moser
-
address 'DistroDataOutd
ated' exception raised by distro_info If distro_info raises DistroDataOutdated then use devel as stable.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/~smoser/simplestreams/trunk