~philroche/simplestreams/1606606

  • Committer: Scott Moser
  • Date: 2015-11-12 14:15:55 UTC
  • mfrom: (414.1.4 bad-hoist)
  • Revision ID: smoser@ubuntu.com-20151112141555-8q0pncs7dy5jqxmq
Only condense tags that are present in all entries.

There is no way to indicate, at an item level, that a key is not present.
This means that in order to be a candidate for compaction, the key must be
present in all items.

So using set.update() is not correct. We don't want the union of all keys
in all items, we want the intersection of those keys.
Filename Latest Rev Last Changed Committer Comment Size
..
bin 98 11 years ago Scott Moser add sstream-sync, somewhat functional client Diff
debian 177 11 years ago Scott Moser add initial debian packaging Diff
doc 8 11 years ago Scott Moser add initial doc/example. Diff
examples 117.1.1 11 years ago Scott Moser initial gpg keys added, examples moved from doc to Diff
simplestreams 15 11 years ago Scott Moser add initial simple streams and tests that pass Diff
tests 15 11 years ago Scott Moser add initial simple streams and tests that pass Diff
tools 1 11 years ago Scott Moser add initial tools/make-test-data Diff
.bzrignore 403.2.3 8 years ago Aaron Bentley Ignore virtualenv files. 160 bytes Diff Download File
.gitignore 286 10 years ago Scott Moser Add a tests to test that bad signatures cause fail 66 bytes Diff Download File
LICENSE 177 11 years ago Scott Moser add initial debian packaging 33.7 KB Diff Download File
Makefile 351.2.19 9 years ago Scott Moser switch pylint to pyflakes 1.8 KB Diff Download File
README.txt 249 11 years ago Scott Moser change '.js' extension to '.json' (.sjs -> .sjson) 1.8 KB Diff Download File
setup.py 390 8 years ago Scott Moser fix 'make pep8' on wily (1.6.2) newer pep8 starte 688 bytes Diff Download File