stratis-storage / ci

To manage CI for various project repos.
0 stars 6 forks source link

We should use git-archive to prepare the source tarfile in make_source_tarfile method #475

Closed mulkieran closed 1 year ago

mulkieran commented 1 year ago

Currently we have to use Python tarfile library to do what git-archive would do automatically. Most likely GitHub uses git-archive to generate its release tarfiles.