lp://staging/~tycho-s/simplestreams/fix-1237990
- Get this branch:
- bzr branch lp://staging/~tycho-s/simplestreams/fix-1237990
Branch merges
- Scott Moser: Pending requested
-
Diff: 18 lines (+7/-1)1 file modifiedsimplestreams/objectstores/__init__.py (+7/-1)
Branch information
Recent revisions
- 313. By Scott Moser
-
Change Depends to suggests for python-requests
python-requests is really just a suggests.
The code is expected to run fine without it.Additionally, it needs to be >= 1.1 to be actually useful.
- 312. By Scott Moser
-
add 'export-tarball' and use that from build-deb.
This pulls in some tool cleanups that I did for curtin.
the export-tarball is nice to be able to cleanly export a nicely
named tarball of trunk or of a tag. And then build-deb just uses
that.The move of changelog to changelog.trunk to is allow trunk to have
its own changelog and not conflict with packaged versions. - 309. By Scott Moser
-
try applying '/' to the end if input doesn't make sense.
Fairly comon user mistake would be to not put a trailing / on the source
url. this just catches that. - 308. By Scott Moser
-
handle SIGPIPE (BrokenPipeError in python3) gracefully.
sstream-query:
if we get a sigpipe, just exit 141.
sstream-sync:
if we get a sigpipe, or child exits 141, then exit gracefully.
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