fabacab / git-archive-all.sh

A bash shell script wrapper for git-archive that archives a git superproject and its submodules, if it has any.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't clean up submodule archives

bibby opened this issue · comments

Script cleans up after the outermost archive, but the archive for the submodule(s) linger.
This prevents back-to-back executions without manual intervention.

Ammendment: This appears to be important, my format is tar.gz. I see now that tar and zip are cleaned up.

compressed archives can't be concatenated. Not sure what I was thinking. Sorry!

:) No worries.