steffenfritz / bagit

gobagit is a library and command line tool to work with the BagIt format
MIT License
6 stars 1 forks source link

Add functionality to zips a directory #10

Closed j-panzer closed 4 years ago

j-panzer commented 4 years ago

We need a zip export, which is possible due to the small change. Maybe this is also interesting for the whole project.

steffenfritz commented 4 years ago

Hi! Thanks for your PR!

As CI build fails we have to check why it fails.

BTW I am not sure if we need zipping. Shouldn't an external tool take care of it? The tar part is just part of gobagit because of v.097 serialization, which was dropped in v1.0.

I will call for comments :)

Best regards,

Steffen

j-panzer commented 4 years ago

Hello Steffen,

You are right, the bag can also be packed afterwards especially since it is optional :)

Best, Joerg