Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/woocart/targz


https://github.com/woocart/targz

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Dumb(but still safe) directory to tar.gz writer

Like tar but without annoying `tar:: file changed as we read it`. See https://bugzilla.redhat.com/show_bug.cgi?id=1058526#c9 for explanation.

This app aborts file compression if consistency check fails, but not if only `atime or permission changed`.

## Running tests

```make build lint test```

## Building Docker image

```make image```

## Making a release

```make release```