Skip to content

Conversation

@menicacci
Copy link
Contributor

No description provided.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the tar_gz helper to avoid “argument list too long” errors by feeding file names to tar via a temporary file instead of as individual command-line arguments.

Changes:

  • Import tempfile in src/larakit/shell.py.
  • Change tar_gz to write the list of filenames into a temporary file and call tar with --files-from instead of expanding all filenames as arguments.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants