> On Tue, 18 Sep 2001, H.Merijn Brand wrote:
>
> > On Mon 17 Sep 2001 23:08, Ask Bjoern Hansen <[EMAIL PROTECTED]> wrote:
> > >
> > > oops, I forgot to tell anyone. I made CVS export and tar up a
> > > snapshot every 6 hours. It is available at
> > > http://cvs.perl.org/snapshots/parrot/
> >
> > Any chance on rsync? If so, I might set up another smoke suite to bother you
> > with reports :)
>
> rsync -av cvs.perl.org::parrot-HEAD parrot
For smoking it'll be nice to hace some file with a timestamp of the
checkout, i.e. in the script do something like
cvs update -D some_date
echo some_date > .timestamp
or something like this, to make the checkout reproducible.
In perl5 there is the .patch; since cvs does not have
aniything like that, I need something to identificate
the snapshot the smoke was run against.
Thanks!
Mattia