This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Now GCC is really hosed...
- To: gcc at gcc dot gnu dot org
- Subject: Re: Now GCC is really hosed...
- From: Phil Edwards <pedwards at disaster dot jaj dot com>
- Date: Wed, 12 Jul 2000 17:07:39 -0400
- Cc: bkorb at sco dot COM
> 4. sourceware.cygnus.com will run a cron daemon (that I will write)
> that runs every {1|4|6|...|24} hours that looks at time stamps
> of the predecessor files for the generated files. Should one
> be more recent, then the generated file is reconstructed and
> checked in. Committers would be invited to do this themselves
> when they do their deed, but the cron daemon would make it
> non-mandatory.
Could this be something that we can teach to commitinfo? Then when
files are checked in, the CVS server would fire off the programs, rather
than cron. This way it gets done "on demand," rather than "lagging"
until the next invocation via the cron table.
Phil