9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] contrib tracker
@ 2009-08-18 23:39 John Floren
  2009-08-18 23:57 ` erik quanstrom
  0 siblings, 1 reply; 2+ messages in thread
From: John Floren @ 2009-08-18 23:39 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

I've written a little script to go through contrib and generate a
markdown page showing what the last update time for the files it
finds, all the way back to the start of the year. At some point I may
extend it to go into previous years as well, but except for during
early January of each year the current system should be sufficient to
keep an eye on what's new/updated on contrib.

I've set up a cron job to update the page daily:
http://csplan9.rit.edu/users/john/contrib.html

John
--
"Object-oriented design is the roman numerals of computing" -- Rob Pike



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] contrib tracker
  2009-08-18 23:39 [9fans] contrib tracker John Floren
@ 2009-08-18 23:57 ` erik quanstrom
  0 siblings, 0 replies; 2+ messages in thread
From: erik quanstrom @ 2009-08-18 23:57 UTC (permalink / raw)
  To: 9fans

> I've written a little script to go through contrib and generate a
> markdown page showing what the last update time for the files it
> finds, all the way back to the start of the year. At some point I may
> extend it to go into previous years as well, but except for during
> early January of each year the current system should be sufficient to
> keep an eye on what's new/updated on contrib.
>
> I've set up a cron job to update the page daily:
> http://csplan9.rit.edu/users/john/contrib.html

great.  this is useful.

unfortunately, ....

since your script keys off the modification time,
which can be change with a wstat, your program
misses (at least) things moved with replica that were not
moved the same day they were modified.  for example:

	; f=/contrib/quanstro/root/sys/src/cmd/upas/fs/mbox.c
	; d = (2009/0807 2009/0806)
	; diff /n/sourcesdump/^$d^$f >/dev/null || echo diffs
	diffs

yet your markdown page does not show the difference.
history(1) tends to give output misleading in the same way.

- erik



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-08-18 23:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-18 23:39 [9fans] contrib tracker John Floren
2009-08-18 23:57 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).