Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Zip tool to override timestamp on included files. #3862

Merged
merged 1 commit into from Jan 18, 2021
Merged

Allow Zip tool to override timestamp on included files. #3862

merged 1 commit into from Jan 18, 2021

Conversation

djh82
Copy link
Contributor

@djh82 djh82 commented Jan 13, 2021

Contributor Checklist:

  • I have created a new test or updated the unit tests to cover the new/changed functionality.
  • I have updated CHANGES.txt (and read the README.rst)
  • I have updated the appropriate documentation

Adds ZIP_OVERRIDE_TIMESTAMP to the Zip builder. Fixes #3843.

SCons/Tool/zip.py Outdated Show resolved Hide resolved
@bdbaddog bdbaddog changed the title Feature/zipbuilder override timestamp Allow Zip tool to override timestamp on included files. Jan 15, 2021
SCons/Tool/zip.py Outdated Show resolved Hide resolved
test/ZIP/ZIP.py Outdated Show resolved Hide resolved
@bdbaddog
Copy link
Contributor

A couple notes also if you can address the 1 sider issue, I can merge right away!
Great work!

@djh82
Copy link
Contributor Author

djh82 commented Jan 17, 2021

@bdbaddog sure, will finish this tomorrow.

@djh82
Copy link
Contributor Author

djh82 commented Jan 18, 2021

@bdbaddog all done; not sure the failures are related?!

@mwichmann
Copy link
Collaborator

@djh2 usually that kind of msvs failure is appveyor needs to renew the "license" in the image (even though the community edition is free to use). they expire.

@bdbaddog
Copy link
Contributor

@djh82 - Great work here!
One of the cleanest first time PR's I've seen in a long time.

The Appveyor fails are compiler license and so can be ignored.
The travis-ci fail I'm rerunning now.
Assuming it passes I'll merge right away.

@bdbaddog bdbaddog merged commit b3d9b50 into SCons:master Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add timestamp override to Zip builder
3 participants