Last modified: 2010-05-15 15:48:25 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11141, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9141 - use actual modification times in release .tar
use actual modification times in release .tar
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Installer (Other open bugs)
1.9.x
PC Linux
: Low minor (vote)
: ---
Assigned To: Brion Vibber
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-01 18:45 UTC by Dan Jacobson
Modified: 2010-05-15 15:48 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Dan Jacobson 2007-03-01 18:45:36 UTC
Kindly cause the file timestamps to reflect when the file was actually
last really changed, instead of throwing it away and using instead
just the time when you made the tar:

$ tar tvzf mediawiki-1.9.2.tar.gz|perl -alnwe 'print "@F[3..4]"'|sort|uniq -c
    689 2007-02-05 07:14
    288 2007-02-05 07:15

How would you expect one to follow e.g., debian-policy/policy.txt.gz

|4.7. Time Stamps
|----------------
|
|     Maintainers should preserve the modification times of the upstream
|     source files in a package, as far as is reasonably possible.[1]
|
|[1]  The rationale is that there is some information conveyed by knowing
|     the age of the file, for example, you could recognize that some
|     documentation is very old by looking at the modification time, so it
|     would be nice if the modification time of the upstream source would be
|     preserved.

When all along the problem is upstream.

Yes we only want to look at the .tar and not be forced to explore the
machine where the source code is kept, etc.

P.S., as an example of the benefits, one could detect at a glance how
very old maintenance/README is vs. the new files e.g., edit.php, that
it doesn't mention yet, which you might create a separate bug for if
you know the answer.
Comment 1 Antoine "hashar" Musso (WMF) 2007-03-01 18:56:44 UTC
Assigning bug to our release manager : Brion Vibber
Comment 2 Brion Vibber 2007-03-06 18:10:03 UTC
I've updated my release build scripts to make sure the use-commit-times setting
is on, this should pretty much do what's requested.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links