~dmitriis/ubuntu/+source/simplestreams:xenial-updates-dash-fix

Last commit made on 2018-05-28
Get this branch:
git clone -b xenial-updates-dash-fix https://git.launchpad.net/~dmitriis/ubuntu/+source/simplestreams
Only Dmitrii Shcherbakov can upload to this branch. If you are Dmitrii Shcherbakov please log in for upload directions.

Branch merges

Branch information

Name:
xenial-updates-dash-fix
Repository:
lp:~dmitriis/ubuntu/+source/simplestreams

Recent commits

59ff51d... by Dmitrii Shcherbakov

Allow filtered fields to contain a '-'

Currently fields like "bootloader-type" lead to an error

New changelog entries:
      * [SRU] Allow filtered fields to contain a '-' (LP: #1737126)

42652aa... by Andres Rodriguez

Import patches-unapplied version 0.1.0~bzr426-0ubuntu1.2 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 353cf1dc2f62eb63936244e8b92c51c29b0d1e05

New changelog entries:
  * [SRU] Set custom user agent (LP: #1578624)

353cf1d... by Robie Basak

Import patches-unapplied version 0.1.0~bzr426-0ubuntu1.1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: c2750bbdf3e9500a2da0c5f5503cb85d9a59fa00

New changelog entries:
  * Fix signature verification speed (LP: #1580534).

c2750bb... by Scott Moser

Import patches-unapplied version 0.1.0~bzr426-0ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 69feb70fd3bbe7f44bc5c20a21d844a83e2d407f

New changelog entries:
  * debian/README.source, debian/new-upstream-snapshot: add
    script to do what README.source said to do before.
  * New upstream snapshot.
    - glance mirror: use 'virt' key for hypervisor type and use names
      'kvm' and 'lxd' rather than 'qemu' and 'lxc' (LP: #1560903)

69feb70... by Scott Moser

Import patches-unapplied version 0.1.0~bzr423-0ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 2df2c541f2eba5cf5d16a4f01cdb36c0e833d5de

New changelog entries:
  * New upstream snapshot.
    - glance mirror: better support for multi-hypervisor regions in
      OpenStack (LP: #1518260)
    - util.py: dump_data: dump json data with sorted keys

2df2c54... by Scott Moser

Import patches-unapplied version 0.1.0~bzr420-0ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 9f6ab1bd919c427c89f3790e01d5d9ecfb16b4eb

New changelog entries:
  * New upstream snapshot.
    - sstream-query, sstream-mirror: fix a bug where --no-verify did not
      work with signed streams.
    - sanitize size parameter to read on Readers to address differences
      in python2 and python3 (LP: #1523682).
  * debian/control:
    - bump standards version
    - add build-depends on python-requests, python3-requests
    - add build-depends on dh-python
  * debian/copyright: fix lintian error by changing license name
    'agplv3' to 'AGPL-3'

9f6ab1b... by Scott Moser

Import patches-unapplied version 0.1.0~bzr416-0ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 03b697d7ea7ff16b0117432983fdefff141040c8

New changelog entries:
  * New upstream snapshot.
    - support using gpgv if available and a keyring is provided (LP: #1250370)
    - sstream-mirror: fix trace if .data is not present (LP: #1511364)
    - support --json output to sstream-query
    - sstream-mirror do not write status information to stdout.
    - add json2streams command for converting json data to stream format.
  * debian/control: mention build-depends on python-mock and python3-mock

03b697d... by Scott Moser

Import patches-unapplied version 0.1.0~bzr401-0ubuntu1 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: 608c3ff510eab3e93566ac786100e8d44c56dc14

New changelog entries:
  * New upstream snapshot.
    - export checksummer in simplestreams.util (LP: #1499749)

608c3ff... by Scott Moser

Import patches-unapplied version 0.1.0~bzr400-0ubuntu1 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: 36f2467db6ae20618740441262082f335a24d2d8

New changelog entries:
  * New upstream snapshot.
    - sstream-mirror, sstream-query, sstream-sync: add --no-verify
      flag (LP: #1249018)
    - pep8/flake8 cleanups
    - several closing of filehandle fixes (LP: #1461181)
    - GlanceMirror fix stack trace if no matching entries (LP: #1353724)
    - tools: upstream development tools fixes (not shipped in ubuntu)
    - GlanceMirror: change known Ubuntu arches into appropriate glance
      arch values (LP: #1483159)
    - Ensure all users of 'sync' get checksumming of content by default.
      insert_item now provides a content source that does checksumming
      during reads and raises exception on error (LP: #1487004)
  * debian/README.source: add file, doc how to take upstream snapshot
  * debian/rules: export SS_REQUIRE_DISTRO_INFO so that test
    runs without a dependency on distro-info

36f2467... by Scott Moser

Import patches-unapplied version 0.1.0~bzr378-0ubuntu1 to ubuntu/wily-proposed

Imported using git-ubuntu import.

Changelog parent: a2a58f9000e39aa028f74f3c593c3ae9a92cdfe2

New changelog entries:
  * New upstream snapshot.
    - GlanceMirror: identify images as i686 not i386 (LP: #1454775)
    - sstream-mirror: debug statement about filtered items
    - GlanceMirror: do not strip version information from endpoints
      (LP: #1346935)
    - general fixes to tools/ that are upstream only, not packaged.