Skip to content

Conversation

@naveen28204280
Copy link

@naveen28204280 naveen28204280 commented Jul 30, 2025

This fixes the Issue #123 with make release while still keeping the format as tar.gz

Makefile Outdated
release:
mkdir -p releases
git -c tar.tar.gz.command='gzip -cn' archive --prefix=${PROGNM}-${TAG}/ -o releases/${PROGNM}-${TAG}.tar.gz ${TAG}
git archive --format=tar.gz --prefix=${PROGNM}-${TAG}/ -o releases/${PROGNM}-${TAG}.tar.gz ${TAG}
Copy link
Member

Choose a reason for hiding this comment

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

This seems wrong, we want to keep comand='gzip -cn'. I don't really understand the original issue #123 but we drop timestamps for a reason.

Copy link
Author

Choose a reason for hiding this comment

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

I've made the required change to keep the timestamps and run gzip -cn. Please look through it

Copy link
Member

Choose a reason for hiding this comment

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

I think #123 has already been fixed in de83e94

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