Skip to content

Conversation

@Sarkoxed
Copy link
Contributor

This PR changes the previous archiving method to store directories corpus/crashes separately

@Sarkoxed Sarkoxed requested a review from defkit December 23, 2025 13:51
Copy link
Contributor

@defkit defkit left a comment

Choose a reason for hiding this comment

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

‼️ looooooks great!

STAGE="$(mktemp -d)"
mkdir -p "$STAGE/corpus" "$STAGE/crashes"

cp -a "$CORPUS/." "$STAGE/corpus/" 2>/dev/null || true
Copy link
Contributor

Choose a reason for hiding this comment

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

why || true and why 2>/dev/null? Does it print any errors?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

only if they are empty

@Sarkoxed Sarkoxed added this pull request to the merge queue Dec 23, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 23, 2025
@Sarkoxed Sarkoxed added this pull request to the merge queue Dec 23, 2025
@Sarkoxed Sarkoxed removed this pull request from the merge queue due to a manual request Dec 23, 2025
@Sarkoxed Sarkoxed closed this Dec 23, 2025
github-merge-queue bot pushed a commit that referenced this pull request Dec 23, 2025
This PR changes the previous archiving method to store directories
corpus/crashes separately
github-actions bot pushed a commit that referenced this pull request Dec 23, 2025
This PR changes the previous archiving method to store directories
corpus/crashes separately
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.

3 participants