View Issue Details

IDProjectCategoryView StatusLast Update
2958Composr build toolscorepublic2016-12-07 23:42
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary2958: Smarter addon build mtime generation
DescriptionWe have a script to build out all our addons in bulk, so we can then upload them.

The mtime's come from disk for each file, then the latest one determines the mtime for the overall archive.

This works poorly with git. Git doesn't maintain mtimes, and will touch them all to "now" when switching branches where the files have changed.

So instead we could look to see if any individual file has changed since the latest time the tar was generated, and if not copy the mtime back from the file's time within the tar file. Then we build the addons.
TagsNo tags attached.
Attach Tags
Time estimation (hours)2
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2016-12-02 13:03 Chris Graham New Issue
2016-12-02 13:03 Chris Graham Project Composr => Composr build tools
2016-12-07 23:42 Chris Graham Status Not Assigned => Resolved
2016-12-07 23:42 Chris Graham Resolution open => fixed
2016-12-07 23:42 Chris Graham Assigned To => Chris Graham