Skip to content

Compress manifests #7

@lmars

Description

@lmars

Staging the snapshot and timestamp manifests should optionally compress their dependant manifests, for example:

$ tree staged
staged
└── targets.json

$ tuf snapshot --compression=gzip

$ tree staged
staged
├── snapshot.json
├── targets.json
└── targets.json.gz

$ tuf timestamp --compression=gzip

$ tree staged
staged
├── snapshot.json
├── snapshot.json.gz
├── targets.json
├── targets.json.gz
└── timestamp.json

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions